Help / API & Integrations
API & INTEGRATIONS

Setting up your first API token

Updated by Clustrix Admin · May 21, 2026 · 7 views

Each client account can have multiple API tokens.

Create one

Portal → API tokens → Create new token.

Use it

curl https://yourdomain.com/api/v1/me \\n  -H "Authorization: Bearer YOUR_TOKEN"

Tokens never expire automatically but you can revoke them anytime.

Was this helpful?

Related articles

Verifying webhook signatures