Content Builder Assets API
1
Manage Content Builder assets and categories.
This table lists the use cases that the API supports.
| Supported Use Case | HTTP Verb | Endpoint |
|---|---|---|
| Get assets by simple filter | GET | /asset/v1/content/assets |
| Create asset | POST | /asset/v1/content/assets |
| Get assets by advanced query | GET | /asset/v1/content/assets/query |
| Get salutations | GET | /asset/v1/content/assets/salutations |
| Get asset by ID | GET | /asset/v1/content/assets/{id} |
| Update asset | PUT | /asset/v1/content/assets/{id} |
| Patch asset | PATCH | /asset/v1/content/assets/{id} |
| Delete asset | DELETE | /asset/v1/content/assets/{id} |
| Get file | GET | /asset/v1/content/assets/{id}/file |
| Get header and footer | GET | /asset/v1/content/assets/{id}/headerandfooter |
| Archive asset | POST | /asset/v1/content/assets/{id}/archive |
| Restore asset | POST | /asset/v1/content/assets/{id}/restore |
| Create category | POST | /asset/v1/content/categories |
| Get categories | GET | /asset/v1/content/categories |
| Get category by ID | GET | /asset/v1/content/categories/{id} |
| Update category | PUT | /asset/v1/content/categories/{id} |
| Delete category | DELETE | /asset/v1/content/categories/{id} |
| Get channel view | GET | /asset/v1/content/assets/{id}/channelviews/{viewname} |
https://{subdomain}.rest.marketingcloudapis.com
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!