Locations

Locations

Request Information
URL GEThttps://api.inventario.pro/public/v2/location?apiKey={{apiKey}}
Category Locations
Description

Description: This endpoint retrieves information about locations based on the provided API key.

Request

  • apiKey (query parameter, required) - The API key for authentication.

Response

The response will be in JSON format and will contain details of all the locations.

Header
APP-KEY {{appkey}}

Example responses

Locations
Response Code:
200OK
Response Body:
[
    {
        "id": "6",
        "status_id": "1",
        "customer_id": "1",
        "gama_seccion_id": null,
        "tipo_location_id": null,
        "name": "Tienda Principal",
        "address": "Pablo Iglesias, 63 Planta 1 Local 9",
        "postal_code": "08302",
        "city": "Mataró ",
        "region_id": "52",
        "phone_number": "93 751 31 69",
        "mobile_number": "",
        "email": "javier@bint.es",
        "lat": "41.53811240",
        "lng": "2.44474060",
        "photo": "d9eaabe53adedb62bc74b7eb0a9477d4.jpg",
        "ad_type_id": "2",
        "horario": "LABORABLES 9:00 - 18:00",
        "relacion_import": "",
        "descripcion": null,
        "url_seo": null,
        "title_seo": null,
        "description_seo": null,
        "region_name": "Barcelona",
        "principal": "1"
    },
    {
        "id": "10",
        "status_id": "1",
        "customer_id": "1",
        "gama_seccion_id": "31",
        "tipo_location_id": null,
        "name": "Exposición Mataro",
        "address": "Carrer de la Teixidora, 68",
        "postal_code": "08302",
        "city": "Mataró",
        "region_id": "52",
        "phone_number": "93 751 31 69",
        "mobile_number": "",
        "email": "",
        "lat": "41.52539700",
        "lng": "2.42479700",
        "photo": null,
        "ad_type_id": "2",
        "horario": "",
        "relacion_import": null,
        "descripcion": null,
        "url_seo": "",
        "title_seo": "",
        "description_seo": "",
        "region_name": "Barcelona",
        "principal": "0"
    },
    {
        "id": "7",
        "status_id": "1",
        "customer_id": "1",
        "gama_seccion_id": null,
        "tipo_location_id": null,
        "name": "Taller",
        "address": "Balmes 238",
        "postal_code": "08022",
        "city": "Barcelona",
        "region_id": "52",
        "phone_number": "93 751 31 69",
        "mobile_number": "",
        "email": "",
        "lat": "41.39929450",
        "lng": "2.15056340",
        "photo": "",
        "ad_type_id": "2",
        "horario": "",
        "relacion_import": null,
        "descripcion": null,
        "url_seo": "",
        "title_seo": "",
        "description_seo": "",
        "region_name": "Barcelona",
        "principal": "0"
    }
]