curl --request POST \
--url https://api.joinslash.com/webhook \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"legalEntityId": "<string>",
"url": "<string>",
"name": "<string>"
}'
{
"id": "<string>",
"createdAt": "<string>",
"archivedAt": "<string>",
"url": "<string>",
"name": "<string>"
}
Create a new webhook endpoint
curl --request POST \
--url https://api.joinslash.com/webhook \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"legalEntityId": "<string>",
"url": "<string>",
"name": "<string>"
}'
{
"id": "<string>",
"createdAt": "<string>",
"archivedAt": "<string>",
"url": "<string>",
"name": "<string>"
}
Authentication from public API requests
OK
The response is of type object
.