Asset Token Flow

POST {{url}}{{site}}/services/oauth2/token

Request Body

[{"name"=>"grant_type", "value"=>"urn:ietf:params:oauth:grant-type:token-exchange", "datatype"=>"string"}, {"name"=>"subject_token_type", "value"=>"urn:ietf:params:oauth:token-type:access_token", "datatype"=>"string"}, {"name"=>"subject_token", "value"=>"{{_accessToken}}", "datatype"=>"string"}, {"name"=>"actor_token_type", "value"=>"urn:ietf:params:oauth:token-type:jwt", "datatype"=>"string"}, {"name"=>"actor_token", "value"=>"", "datatype"=>"null"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"access_token":"\u003caccess_token\u003e","issued_token_type":"urn:ietf:params:oauth:token-type:jwt","token_type":"Bearer","expires_in":60}