Skip to main content
GET
/
integrations
/
oauth
/
status
/
{transactionId}
OAuth Transaction Status
curl --request GET \
  --url https://hub.griff.services/integrations/oauth/status/{transactionId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "pending",
  "integrationId": "<string>",
  "errorMessage": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

transactionId
string
required

Response

Default Response

status
required
Available options:
pending
integrationId
string
errorMessage
string