Batch Lookup Deals

Batch lookup deals by IDs with pagination.

Returns only deals the user has access to (via group membership OR direct deal access). Silently filters out deals without access (no errors for inaccessible deals).

Super users can see all deals.

Authentication

AuthorizationBearer

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

Query Parameters

sort_bystring or nullOptional
sort_orderstringOptionalformat: "^(asc|desc)$"Defaults to asc
pageintegerOptional>=1Defaults to 1
page_sizeintegerOptional>=1Defaults to 100

Request

This endpoint expects an object.
deal_idslist of integersRequired
List of deal IDs to retrieve

Response

Successful Response
total_countinteger
pageinteger
page_sizeinteger
datalist of objects

Errors