v2
OpenAPI 3.1.02026-08-05123191254.3 KBexternal-v2-deals
List Deal Properties
Return property references for a deal with cursor-based pagination.
Returns 404 when the deal does not exist, is soft-deleted, or belongs to a different account. An empty list is returned when the deal has no properties.
get/api/external/v2/deals/{deal_id}/properties
Path parameters
deal_idinteger required
Query parameters
limitinteger
Number of results to return (1-200, clamped)
Number of results to return (1-200, clamped)
offsetinteger
Offset for pagination (>= 0, clamped)
Offset for pagination (>= 0, clamped)
cursorstring nullable
Base64 cursor for pagination
Base64 cursor for pagination
Response
Successful Response