Skip to main content
POST
Refresh the connection

Authorizations

Authorization
string
header
required

A platform access token. Get one on the Create an access token endpoint by exchanging your client_id + client_secret, then send it as Authorization: Bearer <token>. Tokens live one hour.

Body

application/json
refresh_token
string
required

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

Response

The new token pair.

object
enum<string>
Available options:
connection
access_token
string

The new connection access token.

refresh_token
string

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

token_type
enum<string>
Available options:
Bearer
expires_in
integer

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