Postato Docs
API ReferenceWebhooks

List webhook deliveries

List delivery attempts for a specific webhook.

GET
/v1/workspaces/{workspaceId}/webhooks/{id}/deliveries
AuthorizationBearer <token>

API key in the format smcp_<64 hex chars>.

In: header

Path Parameters

id*string

Webhook ID

Query Parameters

page?string
pageSize?string

Response Body

application/json

application/json

curl -X GET "https://api.postato.com.br/v1/workspaces/{workspaceId}/webhooks/string/deliveries"
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "details": null
}