Authentication
The ConfigHub API uses Bearer Token authentication. All API requests must include a valid JWT token in the Authorization header.
Authorization Header
Include your token in the Authorization header of each request:
Authorization: Bearer YOUR_JWT_TOKEN
Obtaining a Token
For details on obtaining an authentication token, refer to the CLI source code or contact ConfigHub support.
Security Schemes
bearerAuth
Type: http
Bearer authentication
Scheme: bearer