Skip to main content
Version: v1.0

Search for stops

Here we will be using the Search stops endpoint to search for stops using keywords and filters.

curl -X GET "https://api.spoke.com/v1/stops:search?keyword=london&filter=address.countryCode%20%3D%20%22GB%22%" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Accept: application/json"