List deal view links

Retrieves a paginated list of all deal view links.

Deal view links associate a specific deal with a deal view template, generating a unique shareable URL (UUID) for external viewing.

Query Parameters

ParameterTypeRequiredDescription
pageintegerNoPage number for pagination (default: 1)
limitintegerNoNumber of items per page (default: 50)
orderstringNoField to sort by (default: id)
directionstringNoSort direction: asc or desc (default: desc)

Response Fields

FieldTypeDescription
idintegerDeal view link unique identifier
uuidstringUnique public identifier (UUID v7) for sharing
dealobjectAssociated deal
dealViewobjectAssociated deal view template
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Filtering

This endpoint supports advanced filtering. See the Filter System Documentation for the complete list of operators and usage examples.

Quick examples:

?filters[deal.id][eq]=123
?filters[dealView.name][contains]=Standard

Response

  • 200 OK: Returns paginated list of deal view links
  • 401 Unauthorized: Invalid or missing API key
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
Responses
200

Successful response

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!