cURL
curl --request GET \ --url https://wsapi.chat/account/instances/{id} \ --header 'X-Api-Key: <api-key>'
{ "name": "<string>", "hasApiKey": true, "settings": { "useCustomDefaults": true, "pullMode": true, "webhookUrl": "<string>", "eventSigningSecret": "<string>", "historySync": true, "eventFilters": [ "<string>" ] }, "status": "<string>", "deviceId": "<string>", "created": "2023-11-07T05:31:56Z" }
Returns full instance information including settings.
Customer API key. Only the customer-level key is accepted for /account/* endpoints. No X-Instance-Id header is required.
Instance detail
Show child attributes