Update a webhook endpoint
curl --request PATCH \ --url https://api.joinslash.com/webhook/{webhookId} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "status": "archived", "reason": "<string>" }'
{ "id": "<string>", "createdAt": "<string>", "archivedAt": "<string>", "url": "<string>", "name": "<string>" }
Authentication from public API requests
archived
The URL that will receive the webhook payload
The name of the webhook