API Reference

Waygo's APIs are RESTful and use JSON-encoded data format, with standard HTTP response codes and secure authentication.

By default, the Waygo API documentation is demonstrated using cURL to interact with the API. Additionally, an API client library for Python is currently under development.

Base URL

https://api.waygomaps.com

cURL

# cURL is most likely already installed on your machine
curl --version