List shifts

GET

GET https://platform-api.lia.com.br/external_api/v1/shifts

Example request

curl --location 'https://platform-api-sandbox.lia.com.br/external_api/v1/shifts' \
--header 'Authorization: Bearer token'

Example response

[
    {
        "id": "7b062161-db67-4ae4-b591-1ee242dcebb3",
        "name": "Online"
    },
    {
        "id": "e2ac7585-3ca5-49d7-bd8b-701732cd3ccf",
        "name": "Presencial"
    },
    {
        "id": "5f6e1ecd-4bf1-4c15-a914-e71f5424e622",
        "name": "Híbrido"
    }
]