POST
/
api
/
v1
/
installations
/
create-github-installation
Create GitHub app installation
curl --request POST \
  --url https://zeropath.com/api/v1/installations/create-github-installation \
  --header 'Content-Type: application/json' \
  --header 'X-ZeroPath-API-Token-Id: <api-key>' \
  --header 'X-ZeroPath-API-Token-Secret: <api-key>' \
  --data '{
  "externalGithubAppInstallationId": "<string>",
  "externalGithubAppId": "<string>",
  "organizationId": "<string>"
}'
{
  "id": "<string>"
}

Authorizations

X-ZeroPath-API-Token-Id
string
header
required
X-ZeroPath-API-Token-Secret
string
header
required

Body

application/json
externalGithubAppInstallationId
string
required
externalGithubAppId
string
required
organizationId
string
required

Response

Successful response

id
string