| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Cloud Platform API V2 | rest | https://cloud.acquia.com/api | link | — | — | — |
Actions (26)
DAM · 19
- Create productPOST /v2/products
Create a new product (Entries product) in DAM
documented - Delete productDELETE /v2/products/{id}
Delete a product
documented - Get API usageGET /v2/usage/api
Get current API usage for the account
documented - Get attribute vocabularyGET /v2/attributes/{id}/vocabulary
Retrieve the vocabulary for a given attribute by id
documented - Get attribute vocabulary (alternate)GET /v2/attributes/{id}/vocabulary
Retrieve vocabulary for an attribute by id
documented - Get productGET /v2/products/{id}
Retrieve a product by its ID
documented - Get product by IDGET /v2/products/{id}
Retrieve a product by ID (duplicate in some docs)
documented - List attributesGET /v2/attributes
List asset attributes
documented - List channelsGET /v2/channels
List all product channels in DAM
documented - List product categoriesGET /v2/product-categories
List product categories (product taxonomy)
documented - List product typesGET /v2/product-types
List all product types
documented - List products by channelGET /v2/products/channel/{channelId}
List products associated with a specific channel
documented - List products by channel (alternate path)GET /v2/products/channel/{channelId}
List products for a channel (alternate path variant)
documented - Rename productPUT /v2/products/{id}/rename
Rename a product
documented - Search productsPOST /v2/products/search
Search products with query/filters (Entries product search)
documented - Set product categoryPUT /v2/products/{id}/product-category
Assign a category to a product
documented - Update featured imagePUT /v2/products/{id}/featured-image
Set/change the featured image for a product
documented - Update product attributesPUT /v2/products/{id}/attributes
Update attributes for a product
documented - Update product typePUT /v2/products/{id}/product-type
Update the product type for a given product
documented
Campaign Studio · 4
- Create bulk contactsPOST /api/contacts/bulk/new
Create bulk contacts for campaigns (async)
documented - Delete bulk edit jobDELETE /api/contacts/job/{id}
Cancel a bulk edit job
documented - Edit bulk contactsPUT /api/contacts/bulk/edit
Edit bulk contacts in bulk (async)
documented - Get bulk edit jobGET /api/contacts/job/{id}
Get status of a bulk edit job
documented
CDP · 3
- Authenticate (token)GET /token
Obtain an access token for CDP APIs via environment subdomain
documented - Get customer profileGET /v2/{tenantId}/dw/a360/customers/{customerId}
Retrieve a 360 customer profile by ID
documented - Search customersGET /v2/{tenantId}/dw/a360/customers
Search 360 profiles (query via fq and other params)
documented