GET
/
v3
/
integrations
/
webhook
/
poll
/
result
/
{resultId}
Poll Webhook Result
curl --request GET \
  --url http://127.0.0.1:3333/v3/integrations/webhook/poll/result/{resultId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

resultId
string
required

The Result ID corresponding to the webhook execution

Query Parameters

sessionId
string
required

The Session ID attached to the result execution for validation

Response

200

Default Response