Generate OAuth access token
POST {{baseUrl}}/oauth/token
Generate an OAuth access token by using an authorization code or a refresh token.
See Authentication for more.
Request Body
[{"name"=>"grant_type", "value"=>"refresh_token", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"access_token":"proident officia dolore pariatur","token_type":"bearer","expires_in":-92424339,"scope":"nisi cillum","response_type":"authorization_code"}