Skip to content

Authentication

All endpoints except GET /health require a Bearer token.

Authorization: Bearer <API_TOKEN>

The token is set in Ordo's server configuration via the API_TOKEN environment variable. Contact your infrastructure team for the token value.

Example:

bash
curl -H "Authorization: Bearer **********" \
     https://dev.mapprism.com/ordo/jobs

Requests without a valid token return 401 Unauthorized.