Skip to main content
GET
/
v2
/
notifications
/
webhooks
/
attempts
/
{attempt-id}
Get Webhook Event Submission by ID
curl --request GET \
  --url https://api.avenia.io:8443/v2/v2/notifications/webhooks/attempts/{attempt-id} \
  --header 'Authorization: Bearer <token>'
{
  "eventAttempt": {
    "id": "<string>",
    "webhookEventId": "<string>",
    "webhookId": "<string>",
    "status": "<string>",
    "statusCode": 123,
    "responseBody": "<string>",
    "requestBody": "<string>",
    "attemptNumber": 123,
    "acknowledged": true,
    "createdAt": "<string>",
    "updatedAt": "<string>"
  }
}

Get Webhook Event Submission by ID

GET request to /v2/notifications/webhooks/attempts/

Authorizations

Authorization
string
header
required

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

Path Parameters

attempt-id
string
required

ID of the event submission

Query Parameters

subAccountId
string

Sub-account ID

Response

OK

eventAttempt
object
required