The Caddy Proxy Manager REST API uses Bearer token authentication. Tokens are created in the dashboard under Settings → API Tokens and must be included in theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/fuomag9/caddy-proxy-manager/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header of every request. Only users with the Admin role can create tokens.
Creating an API token
Using the token
Include the token in every API request:Token permissions
All API tokens carry full Admin-level access. There are no scoped or read-only token types — treat every token as a high-privilege credential and rotate regularly.Token expiration
Tokens with an expiration date are automatically invalidated at that time. Expired tokens return401 Unauthorized. Create a new token to restore access.
Revoking a token
Navigate to Settings → API Tokens and delete the token. Revocation is immediate — subsequent requests using the deleted token return401 Unauthorized.
Error responses
| Status | Description |
|---|---|
401 Unauthorized | Token is missing, invalid, or expired |
403 Forbidden | The operation requires a permission the token does not have |