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":"est esse commodo ea","token_type":"bearer","expires_in":25392316,"scope":"laboris ut Ut","response_type":"refresh_token"}