CalryOTA Docs

API Reference

HTTP API for the Calry OTA (Zepl) platform

The Calry OTA API is RESTful and uses JSON for data exchange. All requests must be authenticated with an API key in the x-calry-api-key header.

Base URLs

  • Staging: https://zepl-staging.calry.app/
  • Production: https://zepl.calry.app/

If your workspace has a custom base URL, you'll find it in your workspace settings — use that instead.

Authentication

Pass your API key in every request:

curl -X GET "https://zepl.calry.app/api/v1/workspace" \
  -H "x-calry-api-key: YOUR_API_KEY"

See the Authentication guide for details on how to obtain and rotate keys.

Browse endpoints

Pick a resource from the sidebar to view every endpoint, its parameters, and example requests / responses. Each endpoint page includes an interactive playground — try a call without leaving the docs.

On this page