v1

latestOpenAPI 3.1.02026-07-135055368.9 KB
Prospects

Get a Specific Prospect by ID

Get a Specific Prospect by ID

get/v1/prospects/{prospect_id}

Path parameters

prospect_idstring required

ID of the prospect

ID of the prospect

Response

Prospect retrieved successfully

idstring required
orgIdstring
namestring nullable
emailstring nullable
phoneNumberstring nullable
statusstring required
prospectPropsobject nullable required
createdBystring
createdAtstring date-time
updatedBystring
updatedAtstring date-time

Example response

{
  "externalReference": [
    {
      "providerName": "Google Analytics",
      "id": "GA-123456"
    }
  ]
}