Universal Enrichment
Get metadata for the batch universal enrichment endpoint
Returns metadata about this endpoint, including the current synchronousMax — the cap on items per request when ?synchronous=true. Can be used to fetch the current cap dynamically.
options/batches/transactions/universal/enrich
Response
Successful operation
Example response
{
"name": "Post",
"description": "Enrich a list of universal transactions",
"renders": [
"application/json"
],
"parses": [
"application/json"
],
"synchronousMax": 100
}Changes
No recorded changes to this endpoint across all 1 revision of this API.