Synup Local SEO API - Getting Started
Welcome to Synup API documentation. This API allows you to access endpoints such as Locations, Listings, Review, Analytics,Ranking, and more. The base URL for the API is https://api.synup.com. White-label deployments have their own API domain; use the one issued to your account.
API Capabilities
With our API, you can:
- Manage and Update Business Listings: Oversee and modify business location details across multiple platforms
- Monitor and Analyze Online Reviews: Track and assess reviews sentiments to enhance customer satisfaction
- Optimize Local SEO Strategies: Implement strategies to improve local search visibility
- Access Analytics: Retrieve data-driven insights to inform decision-making
- Manage Social Media Interactions and Listings: Handle social media engagements and listings from a centralized platform
Generating Your API Key
To generate an API key:
- Log in to your Synup workspace (the URL your account was issued)
- Click on the settings menu located at the top-right of the navigation bar
- Select “Integrations” to view the API keys associated with your account
- Provide a simple name for the API key
- Click the “Generate” button
- An API key will be generated; ensure you copy and store it securely
Authentication
For all requests, the Authorization and Content-Type headers must be included.
If your API key is T9V35W3xxxxxxxxxxx, set the Authorization header as follows:
Authorization: API T9V35W3xxxxxxxxxxx
Set the Content-Type header to:
Content-Type: application/json
Making Your First API Call
To fetch subcategories supported by the platform, execute the following API call:
Replace your_api_key with the API key associated with your account.
curl https://api.synup.com/api/v4/sub-categories -H "Authorization: API your_api_key"
Version Information
Version 4 (last updated: July 21, 2025)