SparrowDesk
Webhook targets

List all webhook targets on the account

Returns every webhook target on the account, regardless of which credential created it.

GET
/webhooks
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://app.sparrowdesk.com/v1/webhooks"
{
  "data": [
    {
      "id": 0,
      "endpoint_url": "string",
      "event_type": "string",
      "enabled": true,
      "created_at": 0
    }
  ],
  "total_count": 0
}
{
  "error": {
    "message": "string"
  }
}