API foundations
Base URLs, sessions, response conventions, and runtime schema endpoints.
Base URL
http://localhost:8787
https://crosswatch.example.comAuthentication
Method
Endpoint
Purpose
curl -sS -c cookies.txt \
-H "Content-Type: application/json" \
-d '{"username":"admin","password":"replace-me","remember_me":true}' \
"$BASE_URL/api/app-auth/login"Common responses
Runtime schema
Method
Endpoint
Purpose
Last updated
Was this helpful?