Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read User data with the CXF User endpoints (GET).
curl https://{customer}.cxf.app/v1/users \ -H "Authorization: Bearer [TODO_TOKEN]"
{ "data": [ { "id": "[TODO]", "[TODO]": "[TODO]" } ] }