Re-initiate authentication for a connected account (DEPRECATED)
DEPRECATED: This endpoint re-initiates the authorization flow for a connected account — a developer-triggered reconnection (e.g. to recover a connection whose credentials expired or became invalid), returning a new OAuth redirect URL where applicable. It does NOT perform background credential auto-refresh; the "refresh" name was misleading, which is why the endpoint is deprecated and may be removed in a future release.
Path parameters
The unique identifier of the connected account
Query parameters
Request body
Response
Successfully refreshed the connected account authentication. For OAuth flows, a new redirect URL is provided.
Example response
{
"id": "ca_1a2b3c4d5e6f",
"status": "ACTIVE",
"redirect_url": "https://app.example.com/oauth/callback"
}Changes
Changed in 5 of the 61 revisions of this API.14
- ○
endpoint deprecated
endpoint-deprecated
- ○
- ○
the endpoint scheme security
UserApiKeyAuthwas removed from the APIapi-security-removed
- ○
- ○
the endpoint scheme security
CookieAuthwas removed from the APIapi-security-removed
- ○
- ●
added the new
REVOKEDenum value to theresponse property for the response statusresponse-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
- ○