Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer token for authentication with Augustus Banking API

Headers

Idempotency-Key
string
required

Idempotency key for safe retries. Reusing a key with an identical request body returns the cached response. Reusing a key with a different body returns 409.

Path Parameters

id
string<uuid>
required

Unique identifier of the webhook delivery.

Response

200 - application/json

The new 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.