Authentication

POST {{auth_endpoint}}

Request Body

{"client_id"=>"{{client_id}}", "client_secret"=>"{{client_secret}}", "grant_type"=>"authorization_code", "code"=>"{{auth_code}}", "redirect_uri"=>"{{redirect_uri}}"}

RESPONSES

status: OK

{"access_token":"eyJhbGc...13hx1EY","token_type":"Bearer","expires_in":86400,"scope":"offline_access","refresh_token":"SG0QE...uFAbh"}