Validate Connect token
Confirm the validity of a Connect token
get/v1/connect/tokens/{ctok}/validate
Path parameters
ctokstring required
An authentication token with a limited lifespan
Query parameters
app_idstring required
The app ID to validate against
account_idstring
An existing account ID to reconnect. Must belong to the app identified by app_id.
oauth_app_idstring
The OAuth app ID to validate against (if the token is for an OAuth app)
Response
connect token validated
Changes
No recorded changes to this endpoint across all 1 revision of this API.