Refresh Token

POST {{base_url}}/security/v1/oauth/refresh

This HTTP POST request allows the user to provide a refresh_token obtained from the Auth-Code acess token request in order to obtain a new access_token and refresh_token with refreshed TTLs.

Request Body

[{"name"=>"grant_type", "value"=>"refresh_token", "datatype"=>"string"}, {"name"=>"refresh_token", "value"=>"", "datatype"=>"null"}]