With context: http://host:port/context/rest/api/resource-name Or without context: http://host:port/rest/api/resource-name Example with context: http://example.com:8080/confluence/rest/api/space/ds Example wi
That's strange. I did a Google search for "Confluence Cloud REST API" and the very first entry, right at the top of the search results, was a link to the page with the exact documentation you are looking for. Manja Vogel-Kautz Contributor July 21, 2021 Good Morning David, very str...
For REST API documentation, see Confluence Server and Data Center REST API reference. Using Cloud? Find out about the Confluence Cloud REST API. CRUD Operations Confluence's REST APIs provide access to resources (data entities) via URI paths. To use a REST API, your application will make an...
This API offers a simple way to access key data including the number of spaces, pages, and users as well as current server details. With this method, you can monitor and manage your instance more effectively. Visit our REST API documentation for the new methods to use Secure your Confluence...
For REST API documentation, see Confluence Server and Data Center REST API reference.Using Cloud? Find out about the Confluence Cloud REST API.CRUD OperationsConfluence's REST APIs provide access to resources (data entities) via URI paths. To use a REST API, your application will make an HTTP...
REST API documentation upgrade For:ADMINS We’ve modernized the look and feel of ourConfluence Data Center REST APIdocumentation by migrating it to Swagger.In addition to the refreshed look and feelwe’re getting from the Swagger API documentation framework, this migration will make our API docs...
REST API Introduction Use Cases Documentation Authentication HTTP Responses Recommended Testing ToolIntroduction The SRAPS REST API allows our customers and partners to create their own integrated and interactive solution with SRAPS. The API is available for all end-user and reseller user accounts on ...
I have been following REST API documentation for Confluence, trying to create a new page, but still I have no new page in confluence and json decoder seems to be not working. This is the command that I am using: curl -u recovery_admin:qwerty -X POST -H 'Content-T...
See Confluence REST API Documentation > api/space > Archive. Updated on May 8, 2025 Was this helpful?Yes NoProvide feedback about this article Platform Data Center only Product Confluence Data Center On this pageSummarySolution Still need help? The Atlassian Community is here for you. Ask the...
For information on how to create personal access tokens, refer to our documentation, Using Personal Access Tokens. Triggering a new full site reindex. To trigger a new full site reindex, you can use the REST API below: 1 curl -H "Authorization: Bearer <token>" --request POST "<Instance ...