Refresh Access Token
Developing
POST
/openapi/v1/auth/oauth2/token
Param | Description | Fixed Value |
---|---|---|
Content-Type | The Content-Type should be multipart/form-data. | multipart/form-data |
refresh_token | Frome the Get Access Token Api | |
grant_type | Fixed value refresh_token. | refresh_token |
Request
Query Params
refresh_token
string
required
Example:
CpCAhcCRtLU4kPjs54omWW3A
grant_type
string
required
Example:
refresh_token