Skip to main content

API keys

All requests require an API key in the Authorization header:

Key types

Permissions

Each API key can hold one or more scoped permissions: A CPaaS customer would typically hold all permissions. A brand customer sending messages under a pre-registered SID might hold only messaging:send and messaging:read.

Example

Never expose API keys in client-side code, public repositories, or browser requests. Keys should only be used in server-side environments.