Skip to main content
GET
/
v1
/
webhooks
/
feed
Get Registered Webhooks
curl --request GET \
  --url https://api.clicker.xyz/v1/webhooks/feed \
  --header 'Authorization: Bearer <token>'
[
  {
    "destinationUrl": "<string>",
    "uid": "<string>",
    "secret": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

200

destinationUrl
string
required
uid
string
required
secret
string

Be sure to save this value, as it’s only returned after creating a webhook!