Skip to main content

Overview

[TODO] How to authenticate for the User API (scheme, where to get a credential).

Use the credential

curl https://{customer}.cxf.app/v1/users \
  -H "Authorization: Bearer [TODO_TOKEN]"
[TODO] Token scopes, expiry, rotation.
Next: Call user CXF endpoints (GET) or Call user CXF events (writes).