Tasuku
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/manifest

Returns manifest data only. The React client submits it to GitHub after explicit user confirmation.

Authorization

AuthorizationBearer <token>

Operator-provided one-time bootstrap token.

In: header

Path Parameters

organization_id*string
Length1 <= length <= 128

Query 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"  }}