Skip to main content
OPTIONS
/
batches
/
transactions
/
cards
/
enrich
Get metadata for the batch card enrichment endpoint
curl --request OPTIONS \
  --url https://east.sandbox.spade.com/batches/transactions/cards/enrich \
  --header 'X-Api-Key: <api-key>'
{
  "name": "<string>",
  "description": "<string>",
  "renders": [
    "<string>"
  ],
  "parses": [
    "<string>"
  ],
  "synchronousMax": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.spade.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json

Successful operation

name
string
required

The display name of the endpoint method.

Example:

"Post"

description
string
required

A short description of the endpoint.

Example:

"Enrich a list of universal transactions"

renders
string[]
required

Content types this endpoint can render.

Example:
["application/json"]
parses
string[]
required

Content types this endpoint can parse.

Example:
["application/json"]
synchronousMax
integer
required

The maximum number of items allowed in a single microbatch (?synchronous=true).

Example:

100