Skip to main content

Exchange the issued access token for an access token

POST 

/api/v2/exchange

Exchange the issued access token for an access token

Request

Query Parameters

    ttl string

    Default value: 30m

    The duration for the access token to live

Responses

The access token

Schema

    expires int64
    refresh-token string
    token string
Loading...