Introduction

Introduction

Getting started with the Synoveo API

The Synoveo API provides programmatic access to Google Business Profile management.

Overview

Synoveo API enables you to:

  • Sync business data to Google Business Profile
  • Manage local posts, reviews, and Q&A
  • Upload media and photos
  • Access performance insights
  • Manage multiple locations programmatically

API Design

RESTful

  • Standard HTTP methods (GET, POST, PATCH, DELETE)
  • JSON request/response bodies
  • Meaningful HTTP status codes

GBP Format

The API accepts Google Business Profile API format directly:

  • No proprietary data transformation
  • Consistent with Google's documentation
  • Easy migration from direct GBP API usage

Versioned

Current version: v1

All endpoints prefixed with /api/v1/

On this page