Skip to content

List Outgoing Webhooks

GET
/businesses/{businessId}/outgoing-webhooks

List all outgoing webhooks within a business.

businessId
required
string format: uuid

Business ID

List of Outgoing Webhooks

object
data
Array<object>
Outgoing Webhook

Endpoint that receives events from Upvio.

object
id
required

Unique identifier across the platform.

string format: uuid
createdAt

Time when the resource was created (ISO 8601 format).

string format: date-time
updatedAt

Time when the resource was created (ISO 8601 format).

string format: date-time
enabled
required

Only enabled webhooks will receive events.

boolean
endpoint
required

The URL that will receive events.

string
Example
https://example.com/webhooks/upvio