Skip to main content
GET
/
v1
/
workspaces
/
{workspaceUuid}
/
zapier
/
hooks
List Zapier webhooks
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Path Parameters

workspaceUuid
string<uuid>
required

The UUID of the workspace

Response

List of Zapier webhooks

success
boolean
Example:

true

data
object[]