Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 628 Bytes

RefreshTokenPayload.md

File metadata and controls

9 lines (6 loc) · 628 Bytes

# RefreshTokenPayload

Properties

Name Type Description Notes
refreshToken string The refresh token is either the first refresh token you received when you authenticated with the auth/api-key endpoint, or it's the refresh token from the last time you used the auth/refresh endpoint. Place this in the body of your request to obtain a new access token (which is valid for an hour) and a new refresh token.

[Back to Model list] [Back to API list] [Back to README]