RefreshTokenRequest

Request body for refreshing an access token

  • client_id
    Type: string
    required

    Your application's client ID

  • client_secret
    Type: string
    required

    Your application's client secret

  • grant_type
    enum
    const:  
    refresh_token
    required

    Must be refresh_token

    values
    • refresh_token
  • refresh_token
    Type: string
    required

    The refresh token obtained from a previous token exchange