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
events
enum<string>[]
required
Available options:
account.created,
member.joined,
member.left,
payment.created,
payment.pending,
payment.completed,
payment.failed,
badge.earned,
badge.claimed,
nft.transferred,
nft.minted,
reward.claimed
callbackUrl
string
required

e.g. https://yoursite.com/webhook

id
string
required
signingKey
string
required