Postato Docs
API ReferenceWebhooks

List webhooks

List registered webhooks for the workspace (secrets omitted).

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

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

In: header

Path Parameters

workspaceId*string

Query Parameters

page?string
pageSize?string

Response Body

application/json

application/json

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