cURL
curl --request GET \ --url http://localhost:8000/v2/workspaces/{workspace_id}/webhooks \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "workspace_id": "<string>", "url": "<string>", "created_at": "2023-11-07T05:31:56Z" } ], "page": 2, "size": 2, "total": 1, "pages": 1 }
List all webhook endpoints, optionally filtered by workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Page number
x >= 1
Page size
1 <= x <= 100
Successful Response
Show child attributes
x >= 0