List kinds

GET

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

Example request

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

Example response

[
    {
        "id": "95c7a40c-fe12-4459-bc53-7a16cf6b2493",
        "name": "Curso"
    },
    {
        "id": "3dc875cd-a61f-4e08-963d-2b6fa9686f86",
        "name": "Evento"
    },
    {
        "id": "b84e388d-9a38-4111-a574-c4e6aa07a6a4",
        "name": "Mentoria"
    },
    {
        "id": "8a145abf-9463-4088-bbd0-978c3a1312cf",
        "name": "eBook"
    },
    {
        "id": "34f575df-d133-41fe-b981-33b02bc09a4b",
        "name": "Arquivo/Template"
    }
]