Refresh Token
POST
/v1/auth/refresh-tokenRefresh a provided access token. By inputting both access_token(in header) and refresh_token. You can retrieve a new access token that expires in 30 days.
Request
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Body Params application/json
refresh_token
string
required
Example
{
"refresh_token": "string"
}
Request samples
Responses
Success(200)
Unauthorized(401)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 5 months ago