Skip to main content
GET
Get OAuth Status

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

integration
string
required

Integration identifier returned from the provider callback path.

Query Parameters

project_reference
string

Project UUID or slug that owns the connection.

projectId
string

Deprecated project ID or slug alias. Use project_reference.

project_id
string

Deprecated project ID or slug alias. Use project_reference.

scope
enum<string>
required

Connection ownership within the project.

Available options:
user,
project

Response

200 - application/json

Connection status

connected
boolean
required

Whether the integration currently has a usable OAuth token.

integration
string
required

Integration identifier checked for OAuth connectivity.

connectionId
string<uuid>

Exact current connection row; omitted when disconnected.

connectionGenerationId
string<uuid>

Current destructive generation; omitted when disconnected.