Skip to main content
POST
BatchGet

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ids
string<uuid>[]

Ids to fetch (1–200, unique).

Required array length: 1 - 200 elements
includeDeleted
boolean

Include soft-deleted products.

excludeDefinition
boolean

Omit the (potentially large) membership definition from each product.

Response

200 - application/json

Success

dataproducts
object

Products keyed by id. Ids that do not exist (or are deleted, unless requested) are absent.