Auth API Overview

Auth APIs provide external authentication (T-API) and token exchange for platform integrations.

curl -X POST "https://{HOST}/reflexis-kernel/tapi/login" \
  -H "X-reflexis-auth-token-X: <T-API-TOKEN>" \
  -H "Content-Type: application/json"

API Surfaces