API Key Authentication
Include your API key in theX-API-Key header with every request.
Getting Your API Key
- Log in to the TimeLockData Dashboard
- Navigate to Administration > Source Systems
- Create a new source system to generate an API key
- Copy the key and store it securely
Example
Security Best Practices
- Store API keys in environment variables, never in source code
- Use HTTPS for all requests
- Rotate API keys periodically
- Use different keys for development and production