cURL
curl --request GET \ --url https://api.snitcher.com/v1/workspaces/{workspaceUuid}/zapier/hooks \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "hookUrl": "<string>" } ] }
Enter your personal access token (PAT) to authenticate
The UUID of the workspace
List of Zapier webhooks
true
Show child attributes