Install app via OAuth2
Authorize OAuth2 code. Verifies the OAuth code and exchanges it for a token and refresh token
Path parameters
Type of the app.
The type of the app to install.
Query parameters
Required if the "state" parameter was present in the client authorization request. The exact value received from the client:
Unique, randomly generated, opaque, and non-guessable string that is sent when starting an authentication request and validated when processing the response.
Authorization code which the client will later exchange for an access token. Required with the success response.
OAuth2 authorization code grant error types.
Error code. Required with the error response.
Optional human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.
Optional uri identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error
Response
An unexpected error response.