cURL
curl --request POST \ --url http://localhost:8000/v2/workspaces/{workspace_id}/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>" } '
{ "id": "<string>", "workspace_id": "<string>", "url": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Get or create a webhook endpoint URL.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Webhook endpoint parameters
Successful Response