API 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-keyheader with your api key