Sendexa LogoDocs

API Credentials

All Sendexa APIs require authentication. Here's a breakdown of the available credentials you’ll need to integrate.

Credential Types
CredentialPurposeExampleVisibility
Client IDPublic identifier for your application. Used to request tokens.sendexa_client_abc123
Public
Client SecretPrivate secret used with Client ID to generate access tokens.shhh_98ef8f309f2
Private
Bearer TokenAccess 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