Get Access Token
POST/api/v1/oauth/access_token
Returns access token for the integration
Request
Responses
- 200
- 401
- 403
- 404
- 422
Successful Response
`unauthorized`: Missing or invalid authorization token.
<br>`unauthorized`: Invalid or no credentials where supplied.
`authorization_revoked`: An authorization with this user and integration has been revoked.
<br>`could_not_validate_credentials`: Could not validate credentials.
`integration_not_found`: Integration does not exist.
Validation Error