Mint a key
Settings → API keys → New key. Give it a recognizable name (e.g. "Production server"). The raw key is shown once — copy it now.
Make a request
curl https://www.nexxss.com/api/v1/customers \
-H "Authorization: Bearer nx_yourprefix_yoursecret"
What's available
GET /api/v1/customers— list customersPOST /api/v1/customers— create a customerGET /api/v1/conversations— list conversations (filter by status, channel)GET /api/v1/workflows— list workflows
Full reference: /docs/api
Revoke a key
Same page, trash icon. Code that uses it stops working immediately.