Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 349 Bytes

renew-token-request.md

File metadata and controls

21 lines (13 loc) · 349 Bytes

Renew Token Request

Structure

Renew Token Request

Fields

Name Type Tags Description
access_token string Optional The token you want to renew.
Constraints: Minimum Length: 2, Maximum Length: 1024

Example (as JSON)

{
  "access_token": "ACCESS_TOKEN"
}