get
https://api.duodeal.app/api/deal-view-links/deal/
Retrieves all deal view links associated with a specific deal.
This endpoint returns all view links that have been created for a particular deal, allowing you to see all shareable URLs for that deal.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Deal unique identifier |
Response Fields
| Field | Type | Description |
|---|---|---|
id | integer | Deal view link unique identifier |
uuid | string | Unique public identifier (UUID v7) for sharing |
deal | object | Associated deal |
dealView | object | Associated deal view template |
createdAt | datetime | Creation timestamp |
updatedAt | datetime | Last update timestamp |
Response
200 OK: Returns list of deal view links for the deal401 Unauthorized: Invalid or missing API key404 Not Found: Deal not found
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successful response
401Unauthorized
