Skip to main content
GET
Retrieve webhook subscription

Authorizations

Authorization
string
header
required

Bearer token for authentication with Augustus Banking API

Path Parameters

id
string<uuid>
required

Unique identifier of the webhook subscription.

Example:

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

Response

200 - application/json

The webhook subscription resource

id
string
required

Unique identifier of the webhook subscription.

Example:

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

type
enum<string>
required

Resource type discriminator.

Available options:
webhook_subscription
url
string
required

The HTTPS URL where webhook events are delivered.

Example:

"https://sandbox.example.com/webhooks/augustus"

events
enum<string>[]
required

Event types this subscription receives.

Event type the subscription receives.

Available options:
payout.initiated,
payout.submitted,
payout.sent,
payout.failed,
payout.returned,
return.initiated,
return.submitted,
return.sent,
return.failed,
return.returned,
deposit.settled,
conversion.created,
conversion.completed,
conversion.failed,
account_holder.active,
account_holder.closed
Example:
metadata
object
required

Set of up to 50 key-value string pairs you can attach to store structured information, such as correlating this resource with an object in your own system. Keys may be up to 40 characters and values up to 500 characters.

Example:
created_at
string<date-time>
required

ISO 8601 UTC timestamp when the subscription was created.

Example:

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

updated_at
string<date-time>
required

ISO 8601 UTC timestamp when the subscription was last updated.

Example:

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