MercatDevelopers
  1. Stores
MercatDevelopers
  • Getting Started
  • Auth
    • Authenticate client
      POST
  • Stores
    • List all stores
      GET
  1. Stores

List all stores

Stage
https://stage.api.mercat.com
Stage
https://stage.api.mercat.com
GET
/v1/mercat_developers/stores
Returns a list of all stores available for your tenant.
Authentication required: Include the access token obtained from the Authenticate client endpoint.

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or

Responses

🟢200OK
application/json
List of stores retrieved successfully
Body

Examples
{
    "id": 1,
    "name": "Downtown Store",
    "text_address": "123 Main Street, Santiago",
    "latitude": -33.4489,
    "longitude": -70.6693,
    "phone": "+56912345678",
    "menu_id": 10
}
🟠404Record Not Found
Modified at 2025-12-10 15:49:30
Previous
Authenticate client
Built with