Portal API v1
Base path /api/v1. Machine-readable spec: /swagger.json.
Authentication
Send your key in the X-Api-Key header. Keys are issued by the platform team.
Token exchange: POST /api/v1/auth/token with client_id and client_secret.
Endpoints
GET /api/v1/status- service health (no key required)GET /api/v1/users- list users (key required)POST /api/v1/auth/token- obtain an access token
Example
curl -H "X-Api-Key: <key>" https://alnetiq.com/api/v1/users