To get products, you need to use the access_token
that you previously obtained.
Send a GET request to https://beta-api.ambita.com/kode/v1/products?municipality={municipalityCode}
Take a look at our Swagger documentation for the API here: Swagger
Example request
curl -s \ -H "Content-Type: application/json" \ -H "Authorization: Bearer ej577asf-a5k6-42yq-a3a2-fh03hb8cb58c" \ https://beta-api.ambita.com/kode/v1/products?municipality=9999
Example response