ReferenceAPI referenceGithub
Prepare a GitHub App manifest for explicit browser submission
Returns manifest data only. The React client submits it to GitHub after explicit user confirmation.
GET
/organizations/{organization_id}/github-app/manifestReturns manifest data only. The React client submits it to GitHub after explicit user confirmation.
AuthorizationBearer <token>
Operator-provided one-time bootstrap token.
In: header
Path Parameters
organization_id*string
Length
1 <= length <= 128Query Parameters
owner?string
Optional GitHub organization login that will own the App.
name?string
Optional GitHub App name.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/organizations/string/github-app/manifest"{ "data": { "action_url": "http://example.com", "manifest": "string" }}