cURL
curl --request GET \ --url https://api.clicker.xyz/v1/webhooks/feed \ --header 'Authorization: Bearer <token>'
[ { "destinationUrl": "<string>", "uid": "<string>", "secret": "<string>" } ]
Provides a list of all or your currently registered feed webhooks. Use this if you have lost the uid for a webhook you created.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_+.~#?&//=]*)
Be sure to save this value, as it’s only returned after creating a webhook!