Create a GitHub App from a manifest
Use this endpoint to complete the handshake necessary when implementing the [GitHub App Manifest flow](https://docs.github.com/[email protected]/apps/building-github-apps/creating-github-apps-from-a-manifest/). When you create a GitHub App with the manifest flow, you receive a temporary `code` used to retrieve the GitHub App's `id`, `pem` (private key), and `webhook_secret`.
POST
/app-manifests/{code}/conversions- Source
github-v3-rest.json- Revision
f5f067c1e6f6- Active snapshot
85e53e3d0d65
Request
Path Parameters
- code stringrequired
Body Params
optionalapplication/jsonobject
Request body schema for application/json object
Responses
application/json
Response
application/json Basic Error object
Resource not found
documentation_url string
optionalmessage string
optionalstatus string
optionalurl string
optionalapplication/json Validation Error Simple object
Validation failed
documentation_url string
requirederrors array[string]
optionalmessage string
required