cURL
curl --request GET \ --url http://localhost:8000/v2/workspaces/{workspace_id}/webhooks/test \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Test publishing a webhook event.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Successful Response