Ready to get started with Slash? Get Started →
curl --request GET \
--url https://api.slash.com/webhook \
--header 'X-API-Key: <api-key>'{
"items": [
{
"id": "<string>",
"createdAt": "<string>",
"url": "<string>",
"name": "<string>",
"status": "active",
"archivedAt": "<string>",
"pausedAt": "<string>",
"backingOffUntil": "<string>",
"disabledAt": "<string>"
}
],
"metadata": {
"nextCursor": "<string>",
"count": 123
}
}Get all webhooks
curl --request GET \
--url https://api.slash.com/webhook \
--header 'X-API-Key: <api-key>'{
"items": [
{
"id": "<string>",
"createdAt": "<string>",
"url": "<string>",
"name": "<string>",
"status": "active",
"archivedAt": "<string>",
"pausedAt": "<string>",
"backingOffUntil": "<string>",
"disabledAt": "<string>"
}
],
"metadata": {
"nextCursor": "<string>",
"count": 123
}
}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