Batch Request Calls

Learn about the Retrieval API batch request calls and how they're used.

Due to privacy requirements, every call to the API must be in the form of a batch request call that includes at least 100 individual requests, with a maximum of 1,000 requests per call. The API must match at least 25 unique RampIDs per call to return a response.

To make a batch request call, make a POST call to the appropriate endpoint that includes a JSON array of URL strings in the body, where each string is formatted like a single transaction call (see the single transaction call endpoint for the parameters to use in the strings).

Batch requests return a batch document.