Overview
API keys allow you to programmatically integrate with platform services. You can create and manage API keys from the page in your organization settings.Creating an API Key
- Navigate to in your organization settings
- Click + Create new API key
- Give your API key a descriptive name (e.g., “Campaign integration” or “Outbound calls”)
- Copy the secret key immediately — you won’t be able to see it again after creation
API Key Limits
You can add up to 10 different API keys per organization. This allows you to create separate keys for different integrations or team members.Using Your API Key
The same API key works for all supported Replify APIs. Send your key in thex-api-key header on every request. For JSON endpoints, also send Content-Type: application/json.
See the API overview for available APIs, authentication details, and how to send feedback. Endpoint references live under the API Documentation tab.
- Campaign Service API — manage campaign contacts programmatically.
- Outbound Phone Calling API — schedule immediate one-off outbound calls.
Managing API Keys
From the page, you can:- View all your API keys with their names and creation dates
- Delete API keys using the trash icon (⚠️ this action cannot be undone)
eu_********jH9g) and cannot be viewed after initial creation.
Security Best Practices
- Store your API keys securely — treat them like passwords
- Don’t share API keys in code repositories or public places
- Rotate keys periodically for better security
- Delete unused API keys to reduce risk