API Authentication
API Authentication
The CMS provides a RESTful API for integrating with external applications.
API Keys
Authorization header: Authorization: Bearer <YOUR_API_KEY>
(Note: Implementation depends on specific auth provider configuration).

