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

The previous generation of the Myli API and its full reference — still published, unchanged.
Opens with your existing documentation credentials.
Platform capabilities
Fetch reviews from Google, TripAdvisor, The Fork, Indeed, and more — aggregated into a single feed with rich filtering.
Access your full location hierarchy — groups, branches, opening hours, services, and business profiles across your network.
Trigger satisfaction surveys automatically when creating customer records. Smart deduplication prevents over-surveying.
Try every endpoint directly from the documentation with real requests, live responses, and auto-generated code examples.
Quick preview
One API call to get reviews from Google, TripAdvisor, and all connected platforms — with filtering, pagination, and rich metadata.
# 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 } }
}Explore the documentation, try the API, and start building your integration today.