Category: Docs / Knowledge Base
Connect by: Connect with OAuth
Official API docs: https://developer.atlassian.com/cloud/confluence/rest/v2/
| Capability | API call | Risk | Needs approval |
|---|---|---|---|
| Search content via CQL (or a text query). (docs) | GET /rest/api/search (CQL, v1) | 🟢 low | — no |
| List pages across the site. (docs) | GET /wiki/api/v2/pages | 🟢 low | — no |
| Retrieve a single page (storage-format body). (docs) | GET /wiki/api/v2/pages/{id} | 🟢 low | — no |
| Capability | API call | Risk | Needs approval |
|---|---|---|---|
| Create a new page in a space (storage-format body). (docs) | POST /wiki/api/v2/pages | 🟡 medium | ✅ yes |
| Add a footer comment to a page. (docs) | POST /wiki/api/v2/footer-comments | 🟡 medium | ✅ yes |
read:page:confluence, write:page:confluence, read:comment:confluence, write:comment:confluence, read:space:confluence, search:confluence, offline_accessAtlassian applies cost-based REST rate limiting; HTTP 429 with Retry-After.