Get a deal

Retrieve the full details of a single deal by its identifier, including its attributes, pipeline stage, linked contacts, and linked companies. Returns a 404 error if the deal does not exist.

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

idstringRequired

Response

Returns the deal by id
idstringOptional
Unique deal id
attributesobjectOptional
Deal attributes with values
linkedContactsIdslist of integersOptional
Contact ids for contacts linked to this deal
linkedCompaniesIdslist of stringsOptional
Companies ids for companies linked to this deal

Errors

400
Bad Request Error
404
Not Found Error