Skip to main content
POST
/
webhooks
Create a webhook
curl --request POST \
  --url https://platform-api.anyspend.com/api/v1/webhooks \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key passed as Bearer token. Keys start with asp_.

Response

201

Webhook created (secret returned once)