API Credentials
All Sendexa APIs require authentication. Here's a breakdown of the available credentials you’ll need to integrate.
Credential Types
| Credential | Purpose | Example | Visibility |
|---|---|---|---|
| Client ID | Public identifier for your application. Used to request tokens. | sendexa_client_abc123 | Public |
| Client Secret | Private secret used with Client ID to generate access tokens. | shhh_98ef8f309f2 | Private |
| Bearer Token | Access token used in API requests as proof of authentication. | eyJhbGciOiJIUzI1NiIsInR... | Private |
| API Key (v1) | Legacy key used in v1 endpoints. Avoid for new integrations. | sk_live_27a5ff40f... | Public |