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
idstring
Unique deal id
attributesobject
Deal attributes with values
linkedContactsIdslist of integers
Contact ids for contacts linked to this deal
linkedCompaniesIdslist of strings
Companies ids for companies linked to this deal

Errors

400
Bad Request Error
404
Not Found Error