cURL
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 } }
Get all webhooks
Authentication from public API requests
Pass in a legal entity ID to filter for webhooks under a specific legal entity.
A cursor string to fetch the next page of results
OK
The response is of type object.
object