Introduction
All backend implementations need to adhere to our API spec. The full API is described in the OpenAPI spec.
For your convenience, we have a Hurl collection that you can use to test your API endpoints as you build your app. You can run them all with run-api-tests-hurl.sh.
Check out our starter kit to create a new implementation, please read references to the API specs & testing required for creating a new backend.