Skip to main content

Testing

Until a dedicated sandbox is documented, the safest way to test is against a demo tour in a non-production organization:
  • Create tours with is_demo: true (see Tours — Create) so test data is clearly marked.
  • Clean up with the DELETE endpoints, which soft-delete records.
  • Use an organization that is flagged trial/beta/unlimited-free to avoid the subscription requirement on writes.

SDKs

Official SDKs are not yet available. The API follows standard REST conventions and works with any HTTP client. Once an OpenAPI specification is published, you can use it to generate client libraries with tools like OpenAPI Generator or Swagger Codegen.