My Project
  1. Apolice
My Project
  • Start your Apidog journey
  • APIs
    • Apolice
      • /apolice
        GET
      • /apolice
        POST
      • /apolice/detalhes/{id}
        GET
      • /apolice/{id}
        DELETE
      • /apolice/{id}
        PATCH
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • Schemas
      • ActionsVO
      • ApolicesItems
      • PaginationVO
      • ListaDeApolices
      • ConsiderarValoresAverbados
      • SeguradoPagaModalidadeFrete
      • Container
      • Acessorios
      • Avarias
      • LucrosEsperados
      • Frete
      • Impostos
      • Despesas
      • SegundoRisco
      • CoberturasAdicionais
      • PrazoParaAverbar
      • PrazoDiasParaAverbar
      • PostApolice
      • GetApolice
      • EditarApolice
  1. Apolice

/apolice

GET
/apolice

Request

Query Params

Responses

🟢200OK
text/plain
Success
Body

🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/apolice?cnpj'
Response Response Example
200 - Example 1
[
    {
        "items": [
            {
                "id": 0,
                "ramo": "string",
                "numero": "string",
                "cis": "string",
                "limite": 0,
                "inicio": "2019-08-24T14:15:22.123Z",
                "fim": "2019-08-24T14:15:22.123Z",
                "actions": {
                    "detalhes": "string"
                }
            }
        ],
        "pagination": {
            "previous": "string",
            "next": "string",
            "pageNow": 0,
            "totalPages": 0,
            "totalItems": 0
        }
    }
]
Modified at 2025-05-07 03:17:10
Previous
Start your Apidog journey
Next
/apolice
Built with