Enter your email and we will send a secure sign-in link.
Do not have an account? Subscribe
Updated Jun 17, 2026 1 min read
V2 replaces static keys with scoped, expiring tokens.
curl -X POST https://api.example.com/v2/tokens \ -H "Authorization: Bearer sk_test_..." \ -d '{ "scopes": ["customers:read"], "expires_in": 3600 }'
Was this guide helpful?
Thanks for your feedback.