API Key Authentication
The Aampe API uses API key authentication. Include your API key in theX-API-Key
header with every request.
Your Aampe API key
Test Your API Key
Enter your API key below to test it with our endpoints:Configure API Playground
To test endpoints interactively:- Click the “Configure” button in any API endpoint page
- Enter your API key in the
X-API-Key
field - Your key will be saved locally in your browser for this session
- Try making requests directly from the documentation
Your API key is stored locally in your browser and never sent to our documentation servers. It’s only used for direct API calls to the Aampe API.
Obtaining an API Key
API keys can be generated from:- Your Aampe Dashboard under Settings → API Keys
- Contact your Customer Success Manager
Key Generation Steps
- Log into your Aampe Dashboard
- Navigate to System settings → Integrations → Aampe Endpoint
- Copy the API Key (hidden)
Security Best Practices
Never expose your API key in client-side code or public repositories