cURL
curl --request GET \ --url https://hub.griff.services/integrations/oauth/status/{transactionId} \ --header 'Authorization: Bearer <token>'
{ "status": "pending", "integrationId": "<string>", "errorMessage": "<string>" }
Poll this to check if the OAuth flow completed. Returns status (pending, completed, expired, failed), integrationId when completed, and errorMessage when failed.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
pending