Skip to main content
GET
/
v2
/
workspaces
/
{workspace_id}
/
webhooks
/
test
Test Emit
curl --request GET \
  --url http://localhost:8000/v2/workspaces/{workspace_id}/webhooks/test \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

Workspace ID

Response

Successful Response

The response is of type any.