GET
/
webhooks
curl --request GET \
  --url https://api.other.page/v1/webhooks \
  --header 'X-Api-Key: <api-key>'
[
  {
    "events": [
      "account.created"
    ],
    "callbackUrl": "<string>",
    "id": "<string>",
    "signingKey": "<string>"
  }
]

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json

The response is of type object[].