APIs for accessing installations information.
Returns all installations for the given app Id and environment.
Forge and OAuth2 apps cannot access this REST resource.
This request has no parameters.
Installations retrieved successfully
array<object>
Installations for the given app Id and environment
1
2
3
curl --request GET \
--url '{FORGE_EGRESS_PROXY_URL}/v0/installations' \
--header 'Accept: application/json'1
2
3
4
5
6
[
{
"id": "<string>",
"installationContext": "<string>"
}
]Rate this page: