D

dotCMS REST API

REST discovered

Details
URL
/
Docs
https://www.dotcms.com/docs/all-rest-apis
Authentication
dotCMS API token bearer discovered Get token ↗
Authorization: Bearer <credential>

Use the dotCMS admin UI or API token endpoint documented at API Authentication. Easiest path: in the dotCMS admin panel go to System → Users, select the user, open API Access Tokens, and request a new token. Administrators can also mint one programmatically by POSTing user credentials to /api/v1/authentication/api-token as shown in the docs. The returned token is then sent as Authorization: Bearer <token>.