Skip to content

Returns the status of the github app installation for this org.

GET
/v1/apps/{org_uuid}/github

Returns the status of the github app installation for this org.

Authorizations

jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"

Responses

OK

application/json
JSON
{
"status": "string",
"installed_to": "string",
"management_location": "https://github.com/organizations/terramate-io/settings/installations/42",
"installation_location": "/v1/apps/{org_uuid}/github/connection"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI