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

Traders

GET
/traders
Retrieve all the legal entities that can provide a service given those types: ("broadband", "electricity", "gas")

Request

Header Params

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dev-online-cart.compare-tech.com/api/v1/traders' \
--header 'Authorization: Fk4oXfgzPOdTQr5bYd1jiFbcO2LgzUwNnURkqXvMPwPpLpPvQK2nHWUzy6D791wBrDjlGWAvR3ErKSEZ6mOAemClziFVSAjuaoHuhJSIOJjEtX2iVB3wzFXmUXwDcTHr'
Response Response Example
[
    {
        "name": "+ ENERGIA SPA Libero",
        "type": "electricity"
    },
    {
        "name": "1.618 S.R.L. Libero",
        "type": "electricity"
    }
]
Modified at 2025-09-12 09:36:56
Previous
Documents
Built with