Skip to main content
GET
Retrieve webhook delivery

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.

Example:

"550e8400-e29b-41d4-a716-44665544000a"

Response

200 - application/json

The webhook delivery resource

id
string<uuid>
required

Unique identifier of the webhook delivery.

Example:

"550e8400-e29b-41d4-a716-44665544000a"

type
enum<string>
required

Resource type discriminator.

Available options:
webhook_delivery
event_id
string<uuid>
required

Identifier of the event this delivery was for.

Example:

"550e8400-e29b-41d4-a716-446655440008"

subscription_id
string<uuid>
required

Identifier of the webhook subscription this delivery targeted.

Example:

"550e8400-e29b-41d4-a716-446655440009"

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.

Example:

"2026-01-15T10:30:00Z"

updated_at
string<date-time>
required

ISO 8601 UTC timestamp when the delivery was last updated.

Example:

"2026-01-15T10:35:00Z"