cURL
curl --request PATCH \ --url https://api.joinslash.com/account/{accountId}/authorization-webhook \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "webhookUrl": "<string>", "status": "active", "config": { "fallbackBehavior": "default" } }'
{ "webhookUrl": "<string>", "signingSecret": "<string>", "status": "active", "timeoutDurationMs": 123, "config": { "fallbackBehavior": "default" }, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Partially update the authorization webhook configuration for an account. Only the provided fields will be updated.
Authentication from public API requests
Authorization webhook updated successfully
The response is of type object.
object