v1

latestOpenAPI 3.0.02026-08-06363576.8 KB
Webhooks

Get a list of webhooks

Lists all your configured webhooks. Requires a secret key.

get/webhooks/

Response

Successful operation

idinteger
eventstring
urlstring
hmac_digeststring
hmac_secretstring
uuidstring

Example response

[
  {
    "id": 1,
    "event": "customer.created",
    "url": "https://example.com/7dc7c920208bca93/",
    "hmac_digest": "SHA512",
    "hmac_secret": "j209ilskdjfk,jsaæ.s7//+&.",
    "uuid": "fc4f3682-d276-4db4-a543-8317aa26e253"
  }
]