# Locations endpoints

Source: https://developer.synup.com/api/locations
Base URL: `https://api.synup.com/api/v4`

| Method | Endpoint | Path |
| --- | --- | --- |
| POST | [Activate archived locations](https://developer.synup.com/api/locations/activate-archived-locations) | `/locations/activate` |
| POST | [Archive multiple locations](https://developer.synup.com/api/locations/archive-multiple-locations) | `/locations/archive` |
| GET | [Available advanced filter values](https://developer.synup.com/api/locations/available-advanced-filter-values) | `/locations/advanced-search-filters` |
| GET | [Available search filter values](https://developer.synup.com/api/locations/available-search-filter-values) | `/locations/search-filters` |
| POST | [Cancel scheduled location archival](https://developer.synup.com/api/locations/cancel-scheduled-location-archival) | `/locations/cancel_archive` |
| GET | [Check Bulk Photo Upload Status](https://developer.synup.com/api/locations/check-bulk-photo-upload-status) | `/locations/photos/requests/{requestId}` |
| POST | [Create a new business location](https://developer.synup.com/api/locations/create-a-new-business-location) | `/locations` |
| POST | [Delete Location Photos](https://developer.synup.com/api/locations/delete-location-photos) | `/locations/photos/remove` |
| GET | [Download locations](https://developer.synup.com/api/locations/download-locations) | `/locations/download` |
| GET | [Filter locations](https://developer.synup.com/api/locations/filter-locations) | `/locations/filter` |
| GET | [Get a list of supported countries and their states](https://developer.synup.com/api/locations/get-a-list-of-supported-countries-and-their-states) | `/countries` |
| GET | [Get locations by store codes](https://developer.synup.com/api/locations/get-locations-by-store-codes) | `/locations-by-store-codes` |
| GET | [Get Photos by Location IDs](https://developer.synup.com/api/locations/get-photos-by-location-i-ds) | `/locations/{locationId}/photos` |
| GET | [Get Site Details for Your Plan](https://developer.synup.com/api/locations/get-site-details-for-your-plan) | `/plan-sites` |
| GET | [Get SubCategories and AdditionalCategories](https://developer.synup.com/api/locations/get-sub-categories-and-additional-categories) | `/sub-categories` |
| GET | [Google verification location stats](https://developer.synup.com/api/locations/google-verification-location-stats) | `/locations/google-verification-stats` |
| GET | [List Active Subscriptions](https://developer.synup.com/api/locations/list-active-subscriptions) | `/subscriptions` |
| GET | [List all locations](https://developer.synup.com/api/locations/list-all-locations) | `/locations` |
| GET | [List particular locations](https://developer.synup.com/api/locations/list-particular-locations) | `/locations-by-ids` |
| GET | [Location add-on count](https://developer.synup.com/api/locations/location-add-on-count) | `/locations/add-on-count` |
| GET | [Location Indexing Rate](https://developer.synup.com/api/locations/location-indexing-rate) | `/locations/{locationId}/indexing-rate` |
| GET | [Location package count](https://developer.synup.com/api/locations/location-package-count) | `/locations/package-count` |
| GET | [Search locations](https://developer.synup.com/api/locations/search-locations) | `/locations/search` |
| POST | [Star/Unstar Location Photos](https://developer.synup.com/api/locations/star-unstar-location-photos) | `/locations/photos/star` |
| POST | [Update  business location](https://developer.synup.com/api/locations/update-business-location) | `/locations/update` |
| POST | [Upload Photos to a Location](https://developer.synup.com/api/locations/upload-photos-to-a-location) | `/locations/photos` |
