v1

latestOpenAPI 3.0.42026-08-0462132372.2 KB

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

errorstring nullable required

Error message if validation failed

error_redirect_uristring nullable

URI to redirect to on error

oauth_app_idstring nullable

OAuth app ID if applicable

project_app_namestring nullable

Name of the project app

project_environmentstring nullable

Environment of the project

project_idstring nullable

ID of the project

project_support_emailstring nullable

Support email for the project

successboolean required

Whether the token validation was successful

success_redirect_uristring nullable

URI to redirect to on success