GET
/
api
/
user
/
installations
Get User Installations
curl --request GET \
  --url https://app.all-hands.dev/api/user/installations \
  --header 'X-Session-API-Key: <api-key>'
[
  "<string>"
]

Authorizations

X-Session-API-Key
string
header
required

Query Parameters

provider
enum<string>
required
Available options:
github,
gitlab,
bitbucket,
enterprise_sso

Response

200
application/json

Successful Response

The response is of type string[].