Settings

Manage your account and preferences

API Keys
Manage API keys for accessing the CodeLens API

Production

cl_live_****************************Xy7z
Last used: 2024-01-15

Development

cl_test_****************************Ab3c
Last used: 2024-01-14
API Documentation
Learn how to use the CodeLens API

Example request

curl -X POST https://api.codelens.dev/v1/reviews \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"repository": "owner/repo", "pr": 123}'