Create deal view link

Creates a new deal view link, associating a deal with a view template.

A unique UUID is automatically generated for the link, which can be used to share the deal externally.

Body Fields

FieldTypeRequiredDescription
dealobjectYesDeal reference: {"id": dealId}
dealViewobjectYesDeal view template reference: {"id": dealViewId}

Response Fields

FieldTypeDescription
idintegerNewly created deal view link unique identifier
uuidstringAuto-generated unique public identifier (UUID v7)
dealobjectAssociated deal
dealViewobjectAssociated deal view template
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Response

  • 201 Created: Deal view link successfully created
  • 400 Bad Request: Invalid request body or validation error
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Deal or deal view not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
Responses
201

Resource created

400

Bad request

401

Unauthorized

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