Settings
Manage your account and preferences
API Keys
Manage API keys for accessing the CodeLens API
Production
cl_live_****************************Xy7zLast used: 2024-01-15
Development
cl_test_****************************Ab3cLast 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}'