cURL
curl --request GET \ --url https://app.tryordinal.com/api/v1/instagram/locations/search \ --header 'Authorization: Bearer <token>'
{ "locations": [ { "pageId": "123456789", "name": "Central Park", "address": { "city": "New York", "state": "NY", "country": "United States", "street": "Central Park", "zip": "10024" }, "coordinates": { "latitude": 40.7829, "longitude": -73.9654 }, "profileImageUrl": "https://example.com/central-park.jpg", "link": "https://www.facebook.com/centralparknyc", "isVerified": true } ] }
Search for locations to tag in Instagram posts. Requires at least one Instagram profile connected to the workspace.
API key authentication. Generate an API key from your workspace settings.
Search query for location name
1
List of matching locations
Show child attributes
Was this page helpful?