Refresh Token
POST https://sandbox.swift.com/oauth2/v1/token
Used for obtaining JWT token based on clientid and secretkey.
Request Body
[{"name"=>"grant_type", "value"=>"refresh_token", "datatype"=>"string"}, {"name"=>"scope", "value"=>"swift.apitracker", "datatype"=>"string"}, {"name"=>"refresh_token", "value"=>"{{refresh_token}}", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"refresh_token_expires_in":"","expires_in":"","access_token":"e1abe7a1-69e1-40fc-be61-dff8fa970194","refresh_token":"","token_type":""}