Skip to content

Get pipedrive metadata for a specific distributor ​

GET
/v1/pipedrive/{requested_distributor_id}

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

requested_distributor_id*
Type
string
Required

Responses​

OK

application/json
JSON
{
  
"distributor_id": "string",
  
"organisation_id": null,
  
"deal_id": null,
  
"deal_owner_id": null,
  
"lead_id": null,
  
"lead_owner_id": null,
  
"lead_created": null,
  
"error_reason": null,
  
"created": "string",
  
"updated": "string",
  
"updated_by": null
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​