Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
  • App Installations
  • Atlassian GraphQL
  • Confluence
  • Forge Context
  • Forge Dynamic Modules
  • Forge Events
  • Forge KVS
  • Forge LLM
  • Forge Object Store
  • Forge Proxy
  • Forge Realtime
  • Forge SQL
  • Jira
Platform
Forge / Reference / APIs for Forge Containers

App Installations

Postman Collection
OpenAPI

APIs for accessing installations information.

GET

Get app installations

Returns all installations for the given app Id and environment.

Forge and OAuth2 apps cannot access this REST resource.

Request

This request has no parameters.

Responses

Installations retrieved successfully

application/json

array<object>

Installations for the given app Id and environment

GET/v0/installations
1 2 3 curl --request GET \ --url '{FORGE_EGRESS_PROXY_URL}/v0/installations' \ --header 'Accept: application/json'
200Response
1 2 3 4 5 6 [ { "id": "<string>", "installationContext": "<string>" } ]

Rate this page: