All articles

API & integrations

Use the public REST API

Mint a key, point it at /api/v1/*, get programmatic access to customers, conversations, and workflows.

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 customers
  • POST /api/v1/customers — create a customer
  • GET /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.

Was this helpful? Email support@nexxss.com and we'll improve the article.