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

projectId
string<uuid>
required

Project that owns the connection.

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.