Obtener estado de un bot
3. Obtener estado del bot
curl -X 'GET' \\\\
'http://{enviroment}/api/client/bot/573001234567/status' \\\\
-H 'accept: application/json' \\\\
-H 'Authorization: Bearer '
{
"status": "available",
"numberBot": "5491127166482",
"state": true
}
Last updated