Get contract

GET

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

Example request

curl --location 'https://platform-api-sandbox.lia.com.br/external_api/v1/contracts/4716fc2b-e6fc-420f-9a3e-087acd9a77c5' \
--header 'Authorization: Bearer token'

Example response

{
    "id": "4716fc2b-e6fc-420f-9a3e-087acd9a77c5",
    "description": "Generic",
    "contract_type": "service",
    "enabled": true,
    "created_at": "2023-07-07T14:38:59.579-03:00",
    "updated_at": "2023-07-07T14:38:59.579-03:00"
}