API Endpoints
- Cuentas
- Turnos
- Inventario
- Contabilidad
- Pagos
Webhooks
- Cuenta
API de Canal de Ventas
- Empezar
- Autenticación
- Demo
- Endpoints
- Webhooks
Turnos
Active Shift
GET
/
tabs
/
{storeId}
/
shifts
/
active
curl --request GET \
--url https://api.service.getjusto.com/v3/tabs/{storeId}/shifts/active
{
"success": true,
"data": {
"_id": "<string>",
"websiteId": "<string>",
"storeId": "<string>",
"startedAt": "2020-01-01T00:00:00.000Z",
"endedAt": "2020-01-01T00:00:00.000Z",
"createdById": "<string>"
}
}
Path Parameters
Response
200
application/json
The OpenAPI spec
The response is of type object
.
curl --request GET \
--url https://api.service.getjusto.com/v3/tabs/{storeId}/shifts/active
{
"success": true,
"data": {
"_id": "<string>",
"websiteId": "<string>",
"storeId": "<string>",
"startedAt": "2020-01-01T00:00:00.000Z",
"endedAt": "2020-01-01T00:00:00.000Z",
"createdById": "<string>"
}
}