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

Acquia Content API

The stable JSON:API 1.1 surface shared by every Acquia Source CMS site, plus the OAuth 2.0 endpoints that issue the tokens it accepts. Ten operations cover token issuance, the authorization redirect, the resource-type index, and JSON:API collection/entry/relationship reads and writes. The base URL is the customer's own site, so servers[] is templated on {siteUrl}; the per-bundle endpoint list is generated on each site at API > OpenAPI documentation.

Acquia Content API is one of 22 APIs that Acquia publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Content, JSON:API, Source CMS, and Headless. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and a getting-started guide.

This API exposes 10 operations across 7 paths, organized into 2 resource areas, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 1.1.

Requests are made against a single base URL, {siteUrl}.

10 operations 7 paths 6 schemas 1 DELETE6 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.1
Base URL
{siteUrl}/api
Authentication
HTTP Bearer, OAuth 2.0
Resource Areas
2

Authentication & Security 2

Acquia Content API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). It supports OAuth 2.0 (oauth2) using the clientCredentials and authorizationCode flows, exposing 1 scope.

  • bearerAuth — Authorization: Bearer with one space after Bearer. Tokens come from POST /oauth/token. Not required for published-content GETs when the site's Public access (A…

Paths & Operations 10

Across 7 paths, the API surfaces 10 operations — 1 DELETE, 6 GET, 1 PATCH, 2 POST. They span 2 resource areas: Authentication, Content. Each is listed below with its method, path, parameters, and response codes.

Authentication 2

OAuth 2.0 token and authorization endpoints.

POST
/oauth/token
Issue an access token
issueToken body → 200400401
GET
/oauth/authorize
Start the authorizationcode grant
authorize 4 params → 302
Content 8

JSON:API resource endpoints for reading and writing entries.

GET
/api
List available resource endpoints
apiRoot → 200401
GET
/api/{entityType}/{bundle}
List entries of a bundle
listEntries 7 params → 200401
POST
/api/{entityType}/{bundle}
Create an entry
createEntry 2 params body → 201401403
GET
/api/{entityType}/{bundle}/{uuid}
Get one entry
getEntry 5 params → 200401
PATCH
/api/{entityType}/{bundle}/{uuid}
Update an entry
updateEntry 3 params body → 200401403
DELETE
/api/{entityType}/{bundle}/{uuid}
Delete an entry
deleteEntry 3 params → 204401403
GET
/api/{entityType}/{bundle}/{uuid}/{field}
Get related entries
getRelated 4 params → 200401
GET
/api/{entityType}/{bundle}/{uuid}/relationships/{field}
Get a relationship's linkage
getRelationship 4 params → 200401

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are CollectionDocument (5 properties), EntityDocument (4 properties), ResourceObject (4 properties), TokenResponse (4 properties). Each schema is shown below with its type and property counts.

TokenResponse
object
4 properties 3 required
OAuthError
object
3 properties
ResourceObject
object
4 properties
CollectionDocument
object
5 properties
EntityDocument
object
4 properties
ErrorDocument
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

acquia-content-api-openapi.yaml Raw ↑

Other APIs Acquia publishes across the network.

Acquia Cloud Site Factory API
Acquia Content Hub API
Acquia Account API
Acquia Agreements API
Acquia Application Performance Monitoring Services API
Acquia Applications API
Acquia Cloud IDE API
Acquia Codebases API
Acquia Current system health API
Acquia Distributions API
Acquia Email API
Acquia Environments API
Where this information came from

This is an independent, third-party profile of Acquia Content 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.