Skip to main content
Cloudgeni Documentation home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Overview
Introduction
Documentation
API Reference
Overview
Introduction
API Authentication
Endpoints
Scanning API
On this page
Overview
Authentication
Overview
Introduction
Cloudgeni API Reference
Overview
Welcome to the Cloudgeni API reference. This section provides detailed information about our API endpoints.
Authentication
All API endpoints are authenticated using a hybrid system of Clerk JWT tokens and API keys. Please refer to the
Authentication & Authorization
guide for more details.
Copy
"security"
: [
{
"bearerAuth"
: []
}
]
API Authentication
⌘I