/
Platform Locations
Retrieve a list of location identifiers available for a specific platform.
What you get
- Returns location strings that can be used to filter creators by geographic location in discovery searches.
- Platform-specific location data helps target creators from specific regions, cities, or countries.
- Use the
searchparameter for substring/prefix matching on location names (e.g. "London", "United"). - Use
offsetandlimitto paginate through results.
Credits
- 0 credits. This endpoint does not deduct credits.
Security
Bearer
GET
curl -i -X GET \
'https://api-dashboard.influencers.club/public/v1/discovery/classifier/locations/{platform}/?search=string&offset=0&limit=0' \
-H 'Authorization: Bearer <YOUR_API_KEY_HERE>'Response
[ "string" ]