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
  1. Apolice

/apolice

GET
/apolice
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:22Z",
                "fim": "2019-08-24T14:15:22Z",
                "actions": {
                    "detalhes": "string"
                }
            }
        ],
        "pagination": {
            "previous": "string",
            "next": "string",
            "pageNow": 0,
            "totalPages": 0,
            "totalItems": 0
        }
    }
]

Request

Query Params

Responses

🟢200OK
text/plain
Success
Body

🟠401Unauthorized
Modified at 2025-05-07 03:17:10
Previous
Start your Apidog journey
Next
/apolice
Built with