Deals
Get deal summary
Returns the AI-generated summary for a deal. Returns 404 if the deal does not exist or has no summary.
get/deals/{id}/summary
Path parameters
idinteger required
Deal ID
Example:1
Deal ID
Response
Deal summary
Example response
{
"data": [
{
"type": "bulletpoint",
"value": "The prospect is interested in the enterprise plan."
}
],
"language": "en"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.