Skip to main contentAPI Keys
InkLink uses API keys for authentication. You’ll receive two sets of credentials:
| Environment | Key Format | Usage |
| Sandbox | secret_test_xxx | Development and testing |
| Production | secret_live_xxx | Live production requests |
Security Requirements
⚠️ Important Security Guidelines:
- Only use API keys server-side
- Never expose API keys in client-side code
- All API requests must include an
x-api-key header with your api key
Requesting Access
To obtain API credentials:
- Contact InkLink Team
- Specify your intended use case
- Receive sandbox and production keys
Note: A release with self-service key management through the admin dashboard is coming soon.