cURL
curl --request GET \ --url https://wsapi.chat/account/subscriptions/{id}/instances \ --header 'X-Api-Key: <api-key>'
{ "items": [ { "id": "<string>", "created": "2023-11-07T05:31:56Z", "name": "<string>", "useCustomDefaults": true, "status": "<string>", "deviceId": "<string>", "expiredAt": "2023-11-07T05:31:56Z", "trialEndsAt": "2023-11-07T05:31:56Z", "isInTrial": true, "hasApiKey": true } ], "totalCount": 123, "pageNumber": 123, "pageSize": 123 }
Returns instances belonging to a specific subscription.
Customer API key. Only the customer-level key is accepted for /account/* endpoints. No X-Instance-Id header is required.
Paginated list of instances
Show child attributes