Build with the Myli API

Integrate review management, location data, and customer surveys into your applications. Trusted by 40% of the top 100 QSR chains in France.

Developer working with the Myli API

Already building on API v1?

The previous generation of the Myli API and its full reference — still published, unchanged.

Open the v1 reference

Opens with your existing documentation credentials.

Platform capabilities

Everything you need to integrate

Reviews across all platforms

Fetch reviews from Google, TripAdvisor, The Fork, Indeed, and more — aggregated into a single feed with rich filtering.

Location management

Access your full location hierarchy — groups, branches, opening hours, services, and business profiles across your network.

Customer surveys

Trigger satisfaction surveys automatically when creating customer records. Smart deduplication prevents over-surveying.

Interactive playground

Try every endpoint directly from the documentation with real requests, live responses, and auto-generated code examples.

Quick preview

Fetch reviews in seconds

One API call to get reviews from Google, TripAdvisor, and all connected platforms — with filtering, pagination, and rich metadata.

Terminal
# Unanswered reviews across a network
curl -G "https://gateway.myli.io/v2/reviews" \
  -H "Authorization: Bearer myli_sk_live_..." \
  -d groups=678 -d responseType=without_response \
  -d startDate=2026-01-01T00:00:00Z -d endDate=2026-04-01T00:00:00Z

# Response
{
  "data": [
    {
      "id": 987654,
      "score": 2,
      "content": "Nice food but we waited 40 minutes.",
      "locationName": "Le Comptoir — Lyon Bellecour",
      "listingName": "Google"
    }
  ],
  "metadata": { "pagination": { "nextCursor": "eyJvIjoyNX0", "limit": 25 } }
}

Ready to get started?

Explore the documentation, try the API, and start building your integration today.