Returns the instances visible to the token, including status, profile, and a summary of each integration
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: yes
?instanceName= filter.TokenAccount, returns every instance visible to the account with status, profile, and integration summary for each.
?instanceName=my-instance, returns only that instance, or 404 if it doesn’t exist. Cheapest way to poll the connection state after calling /connect.
?instanceName=sales,support. Non-existent names are ignored silently, only returns 404 when the filter has a single name and it doesn’t exist.
TokenInstance, any filter is ignored and the response brings only the instance that owns the token. Typical scenario for clients that only know the instance token and want to inspect their own state.
message field varies: "1 Instance found" when the total is 1, and "<N> Instances found" for other values.?instanceName=sales,support). Only works with TokenAccount.connection| Field | Type | Description |
|---|---|---|
state | string | Real state of the whatsmeow connection (connected, connecting, disconnected, loggedout) |
numberJid | string | null | JID of the number (5511999999999@s.whatsapp.net) or null if never connected |
presenceStatus | string | available, unavailable, composing… |
displayStatus | string | UI-friendly status |
profile| Field | Type | Description |
|---|---|---|
name | string | WhatsApp display name |
pictureUrl | string | Profile picture URL (whatsmeow cache) |
isBusiness | boolean | true if it’s WhatsApp Business |
businessName | string | Business name (empty if not Business) |
webhook, default webhook (label default). enabled: false means no webhook.websocket, { enabled, events, mediaBase64 }. enabled: false means WebSocket is off for the instance.chatwoot, { enabled, status, bridgeIntegrationId, baseUrl, accountId, inboxName }. enabled: false means no Chatwoot integration is on (or the bridge is not configured on the server).proxy, individual proxy (does not include the deploy global one).settings, behavior flags (see Update settings).s3, individual S3 storage config.| Situation | Behavior |
|---|---|
| TokenAccount with no filter | Returns all of the account |
| TokenAccount with 1 name | Returns that specific one, or 404 if it doesn’t exist |
| TokenAccount with several names | Returns those that exist, non-existent names are ignored |
| TokenAccount with filter of only commas/spaces | Returns empty list with no error |
| TokenInstance | Ignores filter; returns only its own instance |
| HTTP | error.message | When |
|---|---|---|
| 401 | Invalid token | Token missing or invalid |
| 404 | Instance not found | Single requested name does not exist |
| 429 | Rate limit exceeded. Try again later. | More than 100 requests per minute |