Introducción
Este API contiene la lógica de negocio que se encarga de alimentar el sistema de Atención Profesional de Cyberfuel S.A. Los usuarios de consumo no deberán ser de uso compartido y deberá mantenerse una segmentación en su uso, único y exclusivo para el fin que fueron brindados.
Este API contiene la lógica de negocio que se encarga de alimentar el sistema de Atención Profesional de Cyberfuel S.A.
Los usuarios de consumo no deberán ser de uso compartido y deberá mantenerse una segmentación en su uso, único y exclusivo para el fin que fueron brindados.
El acceso no autorizado a este API es prohibido.
Autenticación de Solicitudes
Para autenticar sus solicitudes, incluya los siguientes headers con las credenciales asignadas al proyecto o desarrollador: X-User-Consumo y X-User-Secret.
Todos los endpoints autenticados están marcados con una insignia de requiere autenticación en la documentación.
Si requiere acceso desde otro proyecto distinto al API de Atención Profesional, favor solicitar un nuevo acceso vía correo electrónico al mail: jmora@cyberfuel.com
Departamentos SuperAdmin
Listar Departamentos
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/departments/list';
$response = $client->post(
$url,
[
'headers' => [
'X-User-Consumo' => 'string required Identificador del consumidor.',
'X-User-Secret' => 'string required Clave secreta del consumidor.',
'Content-Type' => 'application/json',
],
'json' => [
'paginate' => 'N',
'page' => 75,
'quantity_x_page' => 14,
'filters' => [
'name' => 'jgu',
'id_company' => 10,
'hour' => 'yabowim',
],
'nombre_param1' => 'factura_profesional',
'nombre_param2' => 'activo',
'nombre_param3' => 'S',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/departments/list"
);
const headers = {
"X-User-Consumo": "string required Identificador del consumidor.",
"X-User-Secret": "string required Clave secreta del consumidor.",
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"paginate": "N",
"page": 75,
"quantity_x_page": 14,
"filters": {
"name": "jgu",
"id_company": 10,
"hour": "yabowim"
},
"nombre_param1": "factura_profesional",
"nombre_param2": "activo",
"nombre_param3": "S"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (200):
{
"data": {
"alias_sistema": "Local1",
"message": "Registro creado correctamente.",
"token_generado": "<string del token generado para consumo del SSO>"
},
"status": "ok",
"message": "Registro creado correctamente.",
"code": 200,
"id_bitacora_log": 736014
}
Example response (422):
{
"data": {
"alias_sistema": "Local1",
"message": "Registro creado correctamente.",
"token_generado": "<string del token generado para consumo del SSO>"
},
"status": "ok",
"message": "Registro creado correctamente.",
"code": 200,
"id_bitacora_log": 736014
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Endpoints sin agrupar
POST api/correo/getConfigCorreos
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/correo/getConfigCorreos';
$response = $client->post($url);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/correo/getConfigCorreos"
);
fetch(url, {
method: "POST",
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Lista los clientes con filtros y paginación.
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/clients/list';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'paginate' => 'N',
'page' => 66,
'quantity_x_page' => 16,
'filters' => [
'name' => 'accusantium',
'email' => 'minnie.leannon@example.net',
'token' => 'consectetur',
'plan' => 'aspernatur',
],
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/clients/list"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"paginate": "N",
"page": 66,
"quantity_x_page": 16,
"filters": {
"name": "accusantium",
"email": "minnie.leannon@example.net",
"token": "consectetur",
"plan": "aspernatur"
}
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
crea un nuevo cliente
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/clients/store';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'name' => 'cdslrhop',
'email' => 'crist.kenna@example.com',
'id_plan' => 18,
'balance' => 21.2949,
'pay_day' => '2025-11-18T14:59:45',
'user_name' => 'siojeobxgt',
'user_email' => 'kthiel@example.org',
'password' => '~OLfin`~L,4-_xe',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/clients/store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"name": "cdslrhop",
"email": "crist.kenna@example.com",
"id_plan": 18,
"balance": 21.2949,
"pay_day": "2025-11-18T14:59:45",
"user_name": "siojeobxgt",
"user_email": "kthiel@example.org",
"password": "~OLfin`~L,4-_xe"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PUT/PATCH: Actualiza datos del cliente
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/clients/update';
$response = $client->patch(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id' => 15,
'name' => 'uumabkguocbthpfdonlsma',
'email' => 'dare.dwight@example.net',
'balance' => 3280.300161385,
'pay_day' => '2025-11-18',
'id_plan' => 20,
'api' => '0',
'messenger' => '1',
'telegram' => '0',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/clients/update"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id": 15,
"name": "uumabkguocbthpfdonlsma",
"email": "dare.dwight@example.net",
"balance": 3280.300161385,
"pay_day": "2025-11-18",
"id_plan": 20,
"api": "0",
"messenger": "1",
"telegram": "0"
};
fetch(url, {
method: "PATCH",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Muestra detalle de un cliente por id
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/clients/search';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_company' => 2,
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/clients/search"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_company": 2
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Endpoint: Listar canales por empresa con filtros y paginación.
requires authentication
Orquesta: Request (validación) -> Service (ResponseFormat)
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/channels/list';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_company' => 13,
'paginate' => 'N',
'page' => 31,
'quantity_x_page' => 23,
'filters' => [
'name' => 'est',
'type' => 'itaque',
'uuid' => '84baa15c-772e-3388-a1e2-dffb735192bf',
'app_id' => 'nihil',
],
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/channels/list"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_company": 13,
"paginate": "N",
"page": 31,
"quantity_x_page": 23,
"filters": {
"name": "est",
"type": "itaque",
"uuid": "84baa15c-772e-3388-a1e2-dffb735192bf",
"app_id": "nihil"
}
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Crear un nuevo canal.
requires authentication
Orquesta: Request (validación) -> Service (ResponseFormat)
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/channels/store';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_company' => 19,
'name' => 'cjfklksjfyyboawzfdo',
'app' => 'txcw',
'type' => 'ruhplikypodext',
'token' => 'stad',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/channels/store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_company": 19,
"name": "cjfklksjfyyboawzfdo",
"app": "txcw",
"type": "ruhplikypodext",
"token": "stad"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PATCH api/admin/channels/update
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/channels/update';
$response = $client->patch(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_channel' => 13,
'id_company' => 8,
'name' => 'tfegjvoilqrnqnjrz',
'app' => 'ngvgcjfddw',
'type' => 'whatsappfb',
'token' => 'ifhwatylsgkt',
'secret_key' => 'rjqzjappxtoc',
'additional_app_id' => 'pbzluury',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/channels/update"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_channel": 13,
"id_company": 8,
"name": "tfegjvoilqrnqnjrz",
"app": "ngvgcjfddw",
"type": "whatsappfb",
"token": "ifhwatylsgkt",
"secret_key": "rjqzjappxtoc",
"additional_app_id": "pbzluury"
};
fetch(url, {
method: "PATCH",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/admin/channels/show
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/channels/show';
$response = $client->get(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_company' => 88,
'id_channel' => 53,
'type_channel' => 'webchat',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/channels/show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_company": 88,
"id_channel": 53,
"type_channel": "webchat"
};
fetch(url, {
method: "GET",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PATCH api/admin/channels/update-status
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/channels/update-status';
$response = $client->patch(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_channel' => 5,
'channel_status' => '0',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/channels/update-status"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_channel": 5,
"channel_status": "0"
};
fetch(url, {
method: "PATCH",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Listar planes con filtros y paginación.
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/plans/list';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'paginate' => 'N',
'page' => 45,
'quantity_x_page' => 4,
'filters' => [
'name' => 'skmaaewzdawrzsmitdtuh',
],
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/plans/list"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"paginate": "N",
"page": 45,
"quantity_x_page": 4,
"filters": {
"name": "skmaaewzdawrzsmitdtuh"
}
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/admin/plans/store
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/plans/store';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'name' => 'zwavkpqhwmj',
'total_dau' => 72,
'price_additional_dau' => 37,
'no_dau' => 89,
'plan_price' => 40,
'price_api' => 8,
'price_messenger' => 25,
'price_telegram' => 15,
'max_users' => 47,
'price_chatbot' => 71,
'price_whatsapp' => 53,
'price_agent' => 53,
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/plans/store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"name": "zwavkpqhwmj",
"total_dau": 72,
"price_additional_dau": 37,
"no_dau": 89,
"plan_price": 40,
"price_api": 8,
"price_messenger": 25,
"price_telegram": 15,
"max_users": 47,
"price_chatbot": 71,
"price_whatsapp": 53,
"price_agent": 53
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PATCH api/admin/plans/update-status
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/plans/update-status';
$response = $client->patch(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_plan' => 3,
'state' => '0',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/plans/update-status"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_plan": 3,
"state": "0"
};
fetch(url, {
method: "PATCH",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/admin/departments/store
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/departments/store';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'company' => 9,
'department_name' => 'rsemuevtqke',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/departments/store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"company": 9,
"department_name": "rsemuevtqke"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PATCH api/admin/departments/update
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/departments/update';
$response = $client->patch(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_department' => 18,
'department_name' => 'prhicqkkbcm',
'hour' => [
'lunes_apertura' => ':19|20):32',
'martes_apertura' => '22:14',
'miercoles_apertura' => ':16:06',
'jueves_apertura' => ':08|20):55',
'viernes_apertura' => ':06|20):40',
'sabado_apertura' => '22:53',
'domingo_apertura' => ':16|22):54',
'lunes_cierre' => ':17|21):38',
'martes_cierre' => '20:57',
'miercoles_cierre' => ':02|23):56',
'jueves_cierre' => '23:29',
'viernes_cierre' => ':07:53',
'sabado_cierre' => '23:38',
'domingo_cierre' => ':07|20):54',
'defecto' => 'kyvtapggyowrugzavlqpxr',
'email' => 'buford73@example.org',
],
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/departments/update"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_department": 18,
"department_name": "prhicqkkbcm",
"hour": {
"lunes_apertura": ":19|20):32",
"martes_apertura": "22:14",
"miercoles_apertura": ":16:06",
"jueves_apertura": ":08|20):55",
"viernes_apertura": ":06|20):40",
"sabado_apertura": "22:53",
"domingo_apertura": ":16|22):54",
"lunes_cierre": ":17|21):38",
"martes_cierre": "20:57",
"miercoles_cierre": ":02|23):56",
"jueves_cierre": "23:29",
"viernes_cierre": ":07:53",
"sabado_cierre": "23:38",
"domingo_cierre": ":07|20):54",
"defecto": "kyvtapggyowrugzavlqpxr",
"email": "buford73@example.org"
}
};
fetch(url, {
method: "PATCH",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PATCH api/admin/departments/update-status
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/departments/update-status';
$response = $client->patch(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_department' => 14,
'status' => '1',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/departments/update-status"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_department": 14,
"status": "1"
};
fetch(url, {
method: "PATCH",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/admin/departments/search
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/departments/search';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_department' => 14,
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/departments/search"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_department": 14
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/admin/faqs/list
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/faqs/list';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'paginate' => 'N',
'page' => 42,
'quantity_x_page' => 39,
'filters' => [
'replay' => 'alias',
'company' => 63,
'department' => 'porro',
],
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/faqs/list"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"paginate": "N",
"page": 42,
"quantity_x_page": 39,
"filters": {
"replay": "alias",
"company": 63,
"department": "porro"
}
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/admin/faqs/store
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/faqs/store';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'company' => 11,
'replay' => 'duwgirhtncdwykijukxvtbhoojmmkcnnvzygzbaclzunxmmnltpikwbf',
'departament' => [
'3268',
],
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/faqs/store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"company": 11,
"replay": "duwgirhtncdwykijukxvtbhoojmmkcnnvzygzbaclzunxmmnltpikwbf",
"departament": [
"3268"
]
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PATCH api/admin/faqs/update
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/faqs/update';
$response = $client->patch(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_faq' => 65,
'replay' => 'hnutvqwpgrpnazs',
'department' => [
'5',
],
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/faqs/update"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_faq": 65,
"replay": "hnutvqwpgrpnazs",
"department": [
"5"
]
};
fetch(url, {
method: "PATCH",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PATCH api/admin/faqs/update-status
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/faqs/update-status';
$response = $client->patch(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_faq' => 46,
'status' => '0',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/faqs/update-status"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_faq": 46,
"status": "0"
};
fetch(url, {
method: "PATCH",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/admin/faqs/search
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/admin/faqs/search';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_faq' => 32,
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/admin/faqs/search"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_faq": 32
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Display a listing of the resource.
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/deptos/index';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'page' => 'S',
'quantity_x_page' => 15,
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/deptos/index"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"page": "S",
"quantity_x_page": 15
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/deptos/show/{id}
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/deptos/show/voluptatibus';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/deptos/show/voluptatibus"
);
fetch(url, {
method: "GET",
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Crea un nuevo usuario.
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/users/store';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'multipart/form-data',
],
'multipart' => [
[
'name' => 'name',
'contents' => 'pzvtucygialobyghrmkmf'
],
[
'name' => 'code',
'contents' => 'xekgumuubwkohcwoquxzp'
],
[
'name' => 'email',
'contents' => 'angelina.beahan@example.org'
],
[
'name' => 'phone',
'contents' => 'mwzowskgxijjanhaabyat'
],
[
'name' => 'type',
'contents' => '2'
],
[
'name' => 'password',
'contents' => '&"g7BOOw9,bec'
],
[
'name' => 'password_confirmation',
'contents' => 'accusamus'
],
[
'name' => 'company',
'contents' => '19'
],
[
'name' => 'department',
'contents' => '17'
],
[
'name' => 'state',
'contents' => '1'
],
[
'name' => 'pic',
'contents' => fopen('/tmp/phpqou4ad0tq6gd6gVtRay', 'r')
],
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/users/store"
);
const headers = {
"Content-Type": "multipart/form-data",
"Accept": "application/json",
};
const body = new FormData();
body.append('name', 'pzvtucygialobyghrmkmf');
body.append('code', 'xekgumuubwkohcwoquxzp');
body.append('email', 'angelina.beahan@example.org');
body.append('phone', 'mwzowskgxijjanhaabyat');
body.append('type', '2');
body.append('password', '&"g7BOOw9,bec');
body.append('password_confirmation', 'accusamus');
body.append('company', '19');
body.append('department', '17');
body.append('state', '1');
body.append('pic', document.querySelector('input[name="pic"]').files[0]);
fetch(url, {
method: "POST",
headers,
body,
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Lista los usuarios con filtros y paginación.
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/users/list';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'paginate' => 'S',
'page' => 18,
'quantity_x_page' => 3,
'filters' => [
'name' => 'sed',
'email' => 'ernser.stevie@example.com',
'id_company' => 44,
'company_name' => 'aliquam',
'type_user' => '1',
'phone' => 'quae',
],
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/users/list"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"paginate": "S",
"page": 18,
"quantity_x_page": 3,
"filters": {
"name": "sed",
"email": "ernser.stevie@example.com",
"id_company": 44,
"company_name": "aliquam",
"type_user": "1",
"phone": "quae"
}
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Muestra detalle de un usuario por id.
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/users/show/voluptas';
$response = $client->get(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_user' => 39,
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/users/show/voluptas"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_user": 39
};
fetch(url, {
method: "GET",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PUT/PATCH: Actualiza datos del usuario.
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/users/update/quo';
$response = $client->patch(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id' => 3,
'code' => 'ijypsfuupmalxfffnqzt',
'name' => 'est',
'email' => 'chartmann@example.net',
'phone' => 'wvxdbkuamxvgsxpqsoke',
'type' => '3',
'online' => 15,
'state' => false,
'company' => 7,
'department' => 11,
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/users/update/quo"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id": 3,
"code": "ijypsfuupmalxfffnqzt",
"name": "est",
"email": "chartmann@example.net",
"phone": "wvxdbkuamxvgsxpqsoke",
"type": "3",
"online": 15,
"state": false,
"company": 7,
"department": 11
};
fetch(url, {
method: "PATCH",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/users/analizeUsersCompany
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/users/analizeUsersCompany';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/users/analizeUsersCompany"
);
fetch(url, {
method: "GET",
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PATCH api/users/status/{id?}
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/users/status/natus';
$response = $client->patch(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id_user' => 2,
'status' => '1',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/users/status/natus"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id_user": 2,
"status": "1"
};
fetch(url, {
method: "PATCH",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PATCH api/users/uploadUserPic/{id}
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/users/uploadUserPic/qui';
$response = $client->patch(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id' => 38,
'pic' => 'odio',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/users/uploadUserPic/qui"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id": 38,
"pic": "odio"
};
fetch(url, {
method: "PATCH",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/users/showUserPic/{id}
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/users/showUserPic/veniam';
$response = $client->get(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id' => 76,
'mode' => 'meta',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/users/showUserPic/veniam"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id": 76,
"mode": "meta"
};
fetch(url, {
method: "GET",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
DELETE api/users/deleteUserPic/{id}
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/users/deleteUserPic/aliquid';
$response = $client->delete(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'id' => 80,
'force' => false,
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/users/deleteUserPic/aliquid"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"id": 80,
"force": false
};
fetch(url, {
method: "DELETE",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/auth/login
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/auth/login';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'email' => 'bettye91@example.org',
'password' => '1deaZOV',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/auth/login"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"email": "bettye91@example.org",
"password": "1deaZOV"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/auth/getRequestUserData
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/auth/getRequestUserData';
$response = $client->get(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'include' => 'pic_url',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/auth/getRequestUserData"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"include": "pic_url"
};
fetch(url, {
method: "GET",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/auth/refreshUserToken
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/auth/refreshUserToken';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/auth/refreshUserToken"
);
fetch(url, {
method: "GET",
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
DELETE api/auth/logout
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/auth/logout';
$response = $client->delete($url);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/auth/logout"
);
fetch(url, {
method: "DELETE",
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/guest/store
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/guest/store';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'name' => 'sed',
'email' => 'stehr.gerhard@example.org',
'phone' => 'enim',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/guest/store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"name": "sed",
"email": "stehr.gerhard@example.org",
"phone": "enim"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/guest/get_token_by_phone/{phone}
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/guest/get_token_by_phone/recusandae';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/guest/get_token_by_phone/recusandae"
);
fetch(url, {
method: "GET",
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/broadcast/public-message
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/broadcast/public-message';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'message' => 'ueceadgmgaelidmdjxd',
'channel' => 'at',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/broadcast/public-message"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"message": "ueceadgmgaelidmdjxd",
"channel": "at"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/broadcast/private-notification
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/broadcast/private-notification';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'user_id' => 'sit',
'title' => 'wucferkihitjocq',
'message' => 'zsfnpywo',
'type' => 'warning',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/broadcast/private-notification"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"user_id": "sit",
"title": "wucferkihitjocq",
"message": "zsfnpywo",
"type": "warning"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/broadcast/channels-info
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/broadcast/channels-info';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/broadcast/channels-info"
);
fetch(url, {
method: "GET",
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/broadcast/sendPresenceChannel
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/broadcast/sendPresenceChannel';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'message' => 'updgafvetolprqu',
'room_id' => 'impedit',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/broadcast/sendPresenceChannel"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"message": "updgafvetolprqu",
"room_id": "impedit"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/broadcast/userPresenceChannelTyping
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/broadcast/userPresenceChannelTyping';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'room_id' => 'reprehenderit',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/broadcast/userPresenceChannelTyping"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"room_id": "reprehenderit"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/broadcast/publicCustomer-message
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/broadcast/publicCustomer-message';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'customer' => 'ipsam',
'message' => 'zxevkost',
'channel' => 'corrupti',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/broadcast/publicCustomer-message"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"customer": "ipsam",
"message": "zxevkost",
"channel": "corrupti"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/broadcast/privateCustomer-notification
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/broadcast/privateCustomer-notification';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'customer_id' => 7,
'user_id' => 'enim',
'title' => 'svcpbbhpn',
'message' => 'wzzygowfaxihvythe',
'type' => 'success',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/broadcast/privateCustomer-notification"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"customer_id": 7,
"user_id": "enim",
"title": "svcpbbhpn",
"message": "wzzygowfaxihvythe",
"type": "success"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/broadcast/sendCustomerPresenceChannel
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/broadcast/sendCustomerPresenceChannel';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'customerId' => 4,
'message' => 'kx',
'room_id' => 'molestias',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/broadcast/sendCustomerPresenceChannel"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"customerId": 4,
"message": "kx",
"room_id": "molestias"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/broadcast/userPresenceCustomerChannelTyping
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/broadcast/userPresenceCustomerChannelTyping';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'customerId' => 4,
'room_id' => 'consequatur',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/broadcast/userPresenceCustomerChannelTyping"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"customerId": 4,
"room_id": "consequatur"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/broadcast/sendPresenceWAPChannel
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/broadcast/sendPresenceWAPChannel';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'message' => 'ptfpzpeqhzkspqmyqmndwh',
'room_id' => 'non',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/broadcast/sendPresenceWAPChannel"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"message": "ptfpzpeqhzkspqmyqmndwh",
"room_id": "non"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/meta/sendMessagesWAP
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/meta/sendMessagesWAP';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'whatsapp_channel' => 'nihil',
'to' => 'voluptate',
'message' => 'laudantium',
'tokenGuest' => 'consectetur',
'file' => 'eius',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/meta/sendMessagesWAP"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"whatsapp_channel": "nihil",
"to": "voluptate",
"message": "laudantium",
"tokenGuest": "consectetur",
"file": "eius"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/meta/getChannelSettingsList
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/meta/getChannelSettingsList';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/meta/getChannelSettingsList"
);
fetch(url, {
method: "GET",
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/meta/readMessagesWAP
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/meta/readMessagesWAP';
$response = $client->post($url);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/meta/readMessagesWAP"
);
fetch(url, {
method: "POST",
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/meta/getMediaFile
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/meta/getMediaFile';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/meta/getMediaFile"
);
fetch(url, {
method: "GET",
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Display a listing of the resource.
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/company/index';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'page' => 'N',
'quantity_x_page' => 4,
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/company/index"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"page": "N",
"quantity_x_page": 4
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Display the specified resource.
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/company/show/recusandae';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/company/show/recusandae"
);
fetch(url, {
method: "GET",
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Remove the specified resource from storage.
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/company/delete/error';
$response = $client->delete($url);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/company/delete/error"
);
fetch(url, {
method: "DELETE",
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Display a listing of the resource.
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$url = 'https://calidad.api.atencionprofesional.com/api/plan/index';
$response = $client->post(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'page' => 'N',
'quantity_x_page' => 15,
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));const url = new URL(
"https://calidad.api.atencionprofesional.com/api/plan/index"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"page": "N",
"quantity_x_page": 15
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"error": "Not Found",
"code": 404
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.