Compare Tech
  1. Endpoints
Compare Tech
  • Readme
  • API
  • Endpoints
    • Coverage
      POST
    • Subscription
      POST
    • Status
      GET
    • Send OTP
      POST
    • Reset OTP
      POST
    • Documents
      GET
    • Traders
      GET
  1. Endpoints

Coverage

POST
/coverage
Create a request to verify the coverage of a given address and return a list of products available for that area.

Request

Header Params

Body Params application/json

Examples

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST 'https://dev-online-cart.compare-tech.com/api/v1/coverage' \
--header 'Authorization: Fk4oXfgzPOdTQr5bYd1jiFbcO2LgzUwNnURkqXvMPwPpLpPvQK2nHWUzy6D791wBrDjlGWAvR3ErKSEZ6mOAemClziFVSAjuaoHuhJSIOJjEtX2iVB3wzFXmUXwDcTHr' \
--header 'Content-Type: application/json' \
--data-raw '{
    "driver": "fastweb",
    "address": {
        "street": "VIA ATTO VANNUCCI",
        "number": 17,
        "city": "MILANO",
        "province": "MI",
        "zip_code": "20135"
    }
}'
Response Response Example
{
    "id": 2285,
    "action": "fastweb:coverage",
    "status": "pending",
    "payload": {
        "driver": "fastweb",
        "address": {
            "street": "VIA ATTO VANNUCCI",
            "number": "17",
            "city": "MILANO",
            "province": "MI",
            "zip_code": "20135",
            "full": "VIA ATTO VANNUCCI 17, MILANO (MI)",
            "province_type1": "MI",
            "province_type2": "MILANO",
            "street_type1": "VIA ATTO VANNUCCI",
            "street_type2": "VIA ATTO VANNUCCI",
            "street_type3": "VIA ATTO VANNUCCI",
            "city_type1": "MILANO",
            "city_type2": "MILANO",
            "city_type3": "MILANO"
        },
        "__info": {
            "message": ""
        }
    },
    "created_at": "2025-09-01T18:50:50.000000Z",
    "updated_at": "2025-09-01T18:50:50.000000Z"
}
Modified at 2025-09-02 14:23:38
Previous
API
Next
Subscription
Built with