Refresh token
POST /refresh-token
This endpoint allows you to refresh your API Key and Refresh Token by providing a valid Refresh Token.
Headers
No headers required.
Request body
Parameter
Type
Description
refreshToken
string
The refresh token to validate and retrive a new API key and refresh token.
Response
Last updated