API Keys Documentation
An API Key uniquely identifies your application when communicating with the LUTERAS API. Every request to protected endpoints must include a valid API Key.
Generate API Keys directly from your Dashboard.
Dashboard ↓ API Keys ↓ Create API Key
| Feature | Description |
|---|---|
| Create | Generate a new API Key. |
| Reveal | Temporarily display the full API Key. |
| Copy | Copy the API Key to your clipboard. |
| Delete | Permanently revoke the API Key. |
| Last Used | Shows when the key was last used. |
| Created | Shows when the key was created. |
curl -X POST https://luteras.com/api/v1/licenses/create \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json"
x-api-key: 8d2942c7************************6144c
| Status | Description |
|---|---|
| 401 | API Key Required |
| 403 | Invalid API Key |
| 404 | API Key Not Found |
| 429 | Rate Limit Exceeded |