GET
/
webhook
curl --request GET \
  --url https://api.joinslash.com/webhook \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "archivedAt": "<string>",
      "url": "<string>",
      "name": "<string>"
    }
  ],
  "metadata": {
    "nextCursor": "<string>",
    "count": 123
  }
}

Authorizations

X-API-Key
string
headerrequired

Authentication from public API requests

Query Parameters

filter:legalEntityId
string

Pass in a legal entity ID to filter for webhooks under a specific legal entity.

cursor
string

A cursor string to fetch the next page of results

Response

200 - application/json
items
object[]
required
metadata
object

Response sent when requesting a list of data