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 |