Retorna a lista de serviços cadastrados no Interact.
Códigos de solicitação
curl --location --request GET '/agent/get_services_list?format&complete'
Respostas
application/json {
"response": {
"command": "get_services_list",
"status": "ok",
"inbound_services": [
"string"
],
"outbound_services": [
"string"
],
"services": [
{
"name": "string",
"type": "string",
"media_types": [
"string"
],
"state": "string",
"operation_begin": 0,
"operation_end": 0,
"bots": [
{
"type": "string",
"data": {
"id": "string",
"chat_id": "string"
}
}
]
}
]
}
}
Modificado em 2024-09-11 18:11:55