API
Use the CrossWatch API to integrate CrossWatch into your own workflows.
CrossWatch is self-hosted. The API is served by your CrossWatch instance.
It’s not a public, multi-tenant API.
Base URL
Your base URL depends on where you host CrossWatch.
Examples:
http://localhost:8787(local dev)https://crosswatch.<your-domain>(behind a reverse proxy)
Use HTTPS when exposed beyond localhost. Requests and responses are JSON.
Last updated