This API returns a list of locations that match a given keyword. The search can be performed on the following fields:
Location Name
Street Address
Store ID
If no specific fields are provided, the API will search across all available fields by default.
Request
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.synup.com/api/v4/locations/search?query=test&fields=store_id&first=50&last=50&after&before&archived=false' \
--header'Authorization: API T9V35W3xxxxxxxxxxx'