Tasuku
ReferenceAPI referenceGithub

Prepare a GitHub App manifest for explicit browser submission

GET/organizations/{organization_id}/github-app/manifest

Authorization

AuthorizationBearer <token>

Operator-provided one-time bootstrap token.

In: header

Path Parameters

organization_id*string
Length1 <= length <= 128

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