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_by
sort_order
page
page_size
Request
This endpoint expects an object.
deal_ids
List of deal IDs to retrieve
Response
Successful Response
total_count
page
page_size
data

