Furkot provides Rest API to access user trip data. Using Furkot API an application can list user trips and display stops for a specific trip. Furkot API uses OAuth2 protocol to authorize applications to access data on behalf of users.
No SDKs indexed for this API yet.
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ /trip
curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
/trip/{trip_id}/stopNo SDKs yet