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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"access_token":"exercitation irure","token_type":"bearer","expires_in":-52468925,"scope":"in enim ipsum exercita","response_type":"authorization_code"}