ReferenceAPI referenceGithub
Prepare a GitHub App manifest for explicit browser submission
GET
/organizations/{organization_id}/github-app/manifestAuthorizationBearer <token>
Operator-provided one-time bootstrap token.
In: header
Path Parameters
organization_id*string
Length
1 <= length <= 128Query Parameters
owner?string
name?string
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/organizations/string/github-app/manifest"{ "data": { "action_url": "string", "manifest": "string" }}