How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Confluence Page API

Create, retrieve, update, and delete pages

Confluence Page API is one of 66 APIs that Confluence publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Page. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, code examples, a getting-started guide, and a changelog.

This API exposes 7 operations across 4 paths, and defines 21 schemas. It is described by OpenAPI 3.2.0, at version 2.0.0.

Requests are made against a single base URL, https://{domain}.atlassian.net/wiki/api/v2.

7 operations 4 paths 21 schemas 1 DELETE4 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0.0
Base URL
https://your-domain.atlassian.net/wiki/rest/api
Authentication
HTTP Basic, OAuth 2.0, HTTP Bearer
Contact
Terms of Service
Resource Areas
1

Authentication & Security 3

Confluence Page API declares 3 security schemes for authenticating requests. It accepts HTTP basic authentication (basicAuth). It supports OAuth 2.0 (oAuth2) using the authorizationCode flow, exposing 9 scopes. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • basicAuth — Basic authentication using email and API token. Provide your Atlassian account email as the username and an API token as the password.
  • oAuth2 — OAuth 2.0 (3LO) for Confluence Cloud apps.
  • bearerAuth — Personal Access Token or OAuth 2.0 Bearer token.

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 4 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Page 7

Create, retrieve, update, and delete pages

GET
/pages
Get Pages
getPages 8 params → 200400401404
POST
/pages
Create Page
createPage body → 200400401404
GET
/pages/{id}
Get Page by Id
getPageById 4 params → 200400401404
PUT
/pages/{id}
Update Page
updatePage 1 param body → 200400401404409
DELETE
/pages/{id}
Delete Page
deletePage 2 params → 204400401404
GET
/pages/{id}/children
Get Child Pages
getChildPages 4 params → 200400401404
GET
/spaces/{id}/pages
Get Pages in Space
getPagesInSpace 7 params → 200400401404

Schemas 21

The contract defines 21 schemas that model the data the API accepts and returns. The most detailed are Page (19 properties), PageUpdateRequest (7 properties), Version (5 properties), PageCreateRequest (5 properties). Each schema is shown below with its type and property counts.

Label
object
Represents a label applied to Confluence content.
3 properties
Version
object
Version information for content.
5 properties
PageBulk
object
A paginated list of pages.
2 properties
VersionArray
object
2 properties
PageUpdateRequest
object
7 properties 5 required
Like
object
1 property
LabelArray
object
A list of labels.
2 properties
Body
object
The body content in various representations.
3 properties
PageLinks
object
3 properties
LikeArray
object
1 property
BodyRepresentation
object
2 properties
ContentPropertyArray
object
1 property
PageCreateRequest
object
5 properties 4 required
BodyWrite
object
2 properties 2 required
Operation
object
2 properties
Error
object
Error response from the Confluence API.
3 properties
OperationArray
object
1 property
PaginationLinks
object
Pagination links for cursor-based pagination.
2 properties
ContentProperty
object
4 properties
VersionWrite
object
2 properties 1 required
Page
object
Represents a Confluence page.
19 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

confluence-page-api-openapi.yml Raw ↑

Other APIs Confluence publishes across the network.

Confluence Content Properties API
Confluence Search API
Confluence Content API
Confluence Space API
Confluence Content Labels API
Confluence Analytics API
Confluence Audit API
Confluence Template API
Confluence Group API
Confluence Users API
Confluence Content States API
Confluence Content Restrictions API
Where this information came from

This is an independent, third-party profile of Confluence Page API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.