Read an existing Webhook event log, identified by its ID.
api.webhooks.read
cURL
curl --request GET \ --url https://localtest.mindbridge.ai/api/v1/webhook-event-logs/{webhookEventId} \ --header 'Authorization: Bearer <token>'
{ "version": 123, "id": {}, "creationDate": "2023-11-07T05:31:56Z", "lastModifiedDate": "2023-11-07T05:31:56Z", "createdUserInfo": { "userId": {}, "userName": "<string>" }, "lastModifiedUserInfo": { "userId": {}, "userName": "<string>" }, "status": "IN_PROGRESS", "webhookId": {}, "attemptStartDate": "2023-11-07T05:31:56Z", "url": "<string>", "eventType": "<string>", "requestHeaders": {}, "requestBody": "<string>", "responseStatusCode": 123, "responseHeaders": {}, "responseTimeSec": 123, "retryCount": 123, "requestId": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
IN_PROGRESS
COMPLETED
FAILED
FAILED_PERMANENTLY
DISCONNECTED
Was this page helpful?