cURL
curl --request GET \ --url https://api.xenia.team/api/v1/mgt/workspaces/{workspaceId}/webhook-subscriptions \ --header 'x-client-key: <api-key>' \ --header 'x-client-secret: <api-key>'
{ "status": true, "code": 123, "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "url": "<string>", "events": [ "<string>" ], "description": "<string>", "isActive": true, "status": "<string>", "rateLimit": 123, "metadata": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "pagination": { "total": 123, "limit": 123, "offset": 123, "hasMore": true } }
Returns all webhook subscriptions for the specified workspace with pagination support.
Workspace ID
Number of results to return
x <= 100
Number of results to skip
Filter by subscription status
active
inactive
all
Subscriptions retrieved successfully
Show child attributes