Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer token for authentication with Augustus Banking API

Path Parameters

id
string<uuid>
required

Unique identifier of the webhook delivery.

Response

200 - application/json

The webhook delivery resource

id
string<uuid>
required

Unique identifier of the webhook delivery.

type
enum<string>
required

Resource type discriminator.

Available options:
webhook_delivery
event_id
string<uuid>
required

Identifier of the event this delivery was for.

subscription_id
string<uuid>
required

Identifier of the webhook subscription this delivery targeted.

status
enum<string>
required

Current status of the delivery.

Available options:
pending,
delivered,
failed,
processing,
ignored
attempts
object[]
required

Ordered list of HTTP delivery attempts for this delivery.

created_at
string<date-time>
required

ISO 8601 UTC timestamp when the delivery was created.

updated_at
string<date-time>
required

ISO 8601 UTC timestamp when the delivery was last updated.