Authentication
StateSet ResponseCX provides REST and GraphQL APIs. All requests must be authenticated with an API key.Quick Start
API keys
- Test keys (
sk_test_) for sandbox development - Live keys (
sk_live_) for production
Using your key
Troubleshooting
401 Unauthorized: missing/invalid key or wrong environment.403 Forbidden: key lacks required permissions.