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
Pattern: https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_+.~#?&//=]*)
uid
string
required
secret
string

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