Guides/For developers

Is there a machine-readable spec for the API?

OpenAPI 3.1 — import into Postman, or generate your own SDK. 2 min read

Every WACO endpoint is published as OpenAPI 3.1, open without a key:

https://waco.id/openapi.json

Using it

What it covers

This spec is generated from the same code that serves your requests, so it cannot quietly fall out of date the way a separate documentation file does.

Want prose rather than a specification? Start with the API guide and the webhook guide.

Still stuck after following this guide? Contact us from the dashboard — attach a screenshot if you have one, it speeds everything up.