✅ Getting started
Learn how to make your first API requests using the Waitwhile API
The Waitwhile API is organized around the REST methodology, and it uses resource-oriented URLs, and common HTTP response codes. JSON is returned by all API responses, including errors. All requests are authenticated using an API key that should be provided within the header for each request as a value for "apikey."
HTTPS and Authentication
All API requests must be made over HTTPS. Calls made over plain HTTP will fail.
API requests without authentication will also fail.
Updated 12 months ago
What’s Next