Webhooks
Webhooks API operations.
Summary
Types
@type t() :: %PolarExpress.Resources.Webhooks{ created_at: term(), enabled: term(), events: term(), format: term(), id: term(), modified_at: term(), name: term(), organization_id: term(), secret: term(), url: term() }
created_at- Creation timestamp of the object. Format: date-time.enabled- Whether the webhook endpoint is enabled and will receive events.events- The events that will trigger the webhook.format- The format of the webhook payload.id- The ID of the object. Format: uuid4.modified_at- Last modification timestamp of the object.name- An optional name for the webhook endpoint to help organize and identify it.organization_id- The organization ID associated with the webhook endpoint. Format: uuid4.secret- The secret used to sign the webhook events.url- The URL where the webhook events will be sent. Format: uri. Max length: 2083.