Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 660 Bytes

RefreshTokenPayload.md

File metadata and controls

10 lines (6 loc) · 660 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]