Step 19: Get the access token

POST {{authPath}}/{{envID}}/as/token

Request Body

[{"name"=>"grant_type", "value"=>"authorization_code", "datatype"=>"string"}, {"name"=>"code", "value"=>"{{authCode}}", "datatype"=>"string"}, {"name"=>"redirect_uri", "value"=>"https://www.google.com", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring