Skip to main content

Overview

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

Use the credential

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