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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

integration
string
required

Query Parameters

projectId
string<uuid>
endUserId
string
Maximum string length: 255

Response

200 - application/json

Connection status

connected
boolean
required
integration
string
required