LUTERAS TECH

API Keys Documentation

🔑 What is an API Key?

An API Key uniquely identifies your application when communicating with the LUTERAS API. Every request to protected endpoints must include a valid API Key.

Never share your API Key publicly.

Create an API Key

Generate API Keys directly from your Dashboard.

Dashboard
   ↓
API Keys
   ↓
Create API Key
Once created, copy and store your API Key securely.

Managing API Keys

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.

Example Request

curl -X POST https://luteras.com/api/v1/licenses/create \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json"

Example Header

x-api-key: 8d2942c7************************6144c

Common Errors

Status Description
401 API Key Required
403 Invalid API Key
404 API Key Not Found
429 Rate Limit Exceeded

Security Best Practices

← Previous Next → License API