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[]

Ids to fetch (1–200, unique). Each accepts either the bare UUID or the domain-<uuid> form; the prefix is stripped server-side.

Required array length: 1 - 200 elements
Pattern: ^(domain-)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
includeDeleted
boolean

Include soft-deleted domains.

excludeDefinition
boolean

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

Response

200 - application/json

Success

domains
object

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