You can combine multiple Adform API requests into a single request. By grouping API requests into batches, you can reduce the number of needed HTTP connections and optimize your request management.
With the Batch API, you can create a batch request that sends multiple API requests at once.
Note
Each API endpoint is still processed separately on the backend, so throttling limits for individual endpoints may still apply.
To authenticate and use Batch API, you must have an Adform user account. In addition, your OAuth client must have the following scope assigned to it by Adform Support (technical@adform.com):
-
https://api.adform.com/scope/eapi: Grants full access to the Batch API.
Tip
If you don't have an OAuth client yet, follow the procedure in Get Authentication Credentials for Adform APIs to register one.
Tip
To learn how to use Adform APIs, read Guide to Using Adform APIs.
To create a batch request with API, use this endpoint:
-
POST endpoint in Batch API: To create a batch request.