Skip to main content
GET
/
oauth
/
status
/
{integration}
Get OAuth Status
curl --request GET \
  --url https://api.veryfront.com/oauth/status/{integration} \
  --header 'Authorization: Bearer <token>'
{
  "connected": true,
  "integration": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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>

Project ID to check; omit for user-level OAuth status.

endUserId
string

End-user token owner to check within a project.

Maximum string length: 255

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.