Metadata for Confluence Cloud API
Metadata for Confluence Cloud by Toros allows users to access and interact with their metadata programmatically via REST API.
Authentication
Use Bearer authentication for Metadata REST API authentication.
- Generate a token in the Metadata app settings in Confluence. (Confluence -> Apps (Top Menu) -> Metadata -> Settings (Tab) -> Generate API Key)
- Each request should include an "Authorization" header with the prefix "Bearer" following a space and the token.
Notes:
- Only a Confluence Admin can generate an API Key.
- Make sure to save the token in a secured location.
- The token is not recoverable, and if lost a new token must be generated.
Contact Support
Loading