ReferenceAPIOperationsIntegrations
Start GitHub App creation
Returns a URL to navigate the browser to for GitHub App manifest creation.
Operation ID
github_startReturns a URL to navigate the browser to for GitHub App manifest creation.
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/integrations/github/start" \ -H "Content-Type: application/json" \ -d '{ "redirect_url": "string", "webhook_url": "string" }'{ "create_url": "string"}