GET
/control-plane/api/v1/v1/organizations/{organization_id}/git-provider/installations
Authentication
API Key (BearerAuth)
Header:
Authorization
Path Parameters
organization_idstringrequired
Organization ID
Responses
200
OK
Example:
[
{
"account_name": "string",
"account_type": "string",
"auth_method": "string",
"avatar_url": "string",
"created_at": "string",
"external_id": "string",
"id": "string",
"organization_id": "string",
"provider": "string",
"status": "string"
}
]400
Bad Request
Example:
{
"key": "value"
}401
Unauthorized
Example:
{
"key": "value"
}500
Internal Server Error
Example:
{
"key": "value"
}