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.
Authorizations
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
The refresh token from the most recent /connect/verify or /connect/refresh.
Response
The new token pair.
connection The new connection access token.
The new refresh token. The old one is now invalid — replace the stored token every time.
Bearer Seconds until the access token expires (3600 = one hour).