Data Extension Rows Asynchronous API
1
Manage rows in a data extension asynchronously.
NOTE
There are several APIs related to data extensions:
- Use this API or the Data Extension Rows (Synchronous) API to add or update rows of data in a data extension.
- Use the Data Extensions API to create, modify, and manage data extension objects.
- Use the Data Extension Data API to query data in a data extension.
- Use the Data Extension Imports API to manage data import jobs.
This table lists the use cases that the Data Extension Rows Asynchronous API supports.
| Use Case | HTTP Verb | Endpoint |
|---|---|---|
| Get the results of an asynchronous insert or upsert request | GET | /data/v1/async/{requestId}/results |
| Get the status of an asynchronous insert or upsert request | GET | /data/v1/async/{requestId}/status |
| Insert data extension rows asynchronously | POST | /data/v1/async/dataextensions/key:{externalKey}/rows |
| Upsert data extension rows asynchronously | PUT | /data/v1/async/dataextensions/key:{externalKey}/rows |
For information about the limits that apply to this API, see Salesforce Help: Limits and Guidelines.
Append the operation endpoint addresses to this base URL, replacing {subdomain} with the unique subdomain for your Marketing Cloud Engagement tenant:
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!