v1

latestOpenAPI 3.1.02026-07-26261466.6 KB
Connect

Refresh the connection

Connection access tokens expire after one hour. Exchange the refresh token for a new pair before then.

Each refresh returns a new refresh token and invalidates the old one — replace the stored token every time.

post/api/v2/connect/refresh

Request body

refresh_tokenstring required

The refresh token from the most recent /connect/verify or /connect/refresh.

Response

The new token pair.

object'connection'
access_tokenstring

The new connection access token.

refresh_tokenstring

The new refresh token. The old one is now invalid — replace the stored token every time.

token_type'Bearer'
expires_ininteger

Seconds until the access token expires (3600 = one hour).