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.
Before you can make requests, you will need a valid API key associated with your account. Please see steps under Authentication.
Base URL
https://api.waygomaps.com
cURL
# cURL is most likely already installed on your machine
curl --version