Endpoints

Endpoints

API endpoint reference

Complete reference for all Synoveo API endpoints.

Endpoint Categories

Base URL

https://api.synoveo.com/api/v1

Common Parameters

Path Parameters

  • {locationId} - Google location resource name (e.g., locations/123)
  • {businessId} - Synoveo business ID

Query Parameters

  • page - Page number (default: 1)
  • limit - Items per page (default: 20, max: 100)

Response Format

All endpoints return:

{
  "status": "ok",
  "data": { /* response data */ }
}

Or on error:

{
  "status": "error",
  "error": {
    "code": "ERROR_CODE",
    "message": "Description"
  }
}

On this page