Webhook Subscriptions
Retrieve webhook subscription
Retrieves a webhook subscription by ID.
get/v1/webhook_subscriptions/{id}
Path parameters
idstring uuid required
Example:550e8400-e29b-41d4-a716-446655440009
Unique identifier of the webhook subscription.
Response
The webhook subscription resource
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440009",
"url": "https://sandbox.example.com/webhooks/augustus",
"events": [
"payout.paid"
],
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-15T10:35:00Z"
}