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.