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
Be sure to save this value, as it’s only returned after creating a webhook!