Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Interroge l’état live de connexion d’une instance depuis le provider.
GET /api/v1/instances/{id}/state
id
curl https://srv.msgflash.com/api/v1/instances/INSTANCE_ID/state \ -H "x-api-key: msgf_live_your_api_key_here"
200
{ "data": { "instanceId": "inst_uuid", "status": "connected", "providerState": "open" } }
404
NOT_FOUND