v1
latestOpenAPI 3.1.02026-07-135055368.9 KBProspects
Update a Specific Prospect by ID
Update a Specific Prospect by ID
put/v1/prospects/{prospect_id}
Path parameters
prospect_idstring required
ID of the prospect
ID of the prospect
Request body
Example request
{
"name": "John Doe",
"email": "john.doe@example.com",
"phoneNumber": "1234567890",
"externalReference": [
{
"providerName": "Google Analytics",
"id": "GA-123456"
}
]
}Response
Prospect updated successfully
Example response
{
"externalReference": [
{
"providerName": "Google Analytics",
"id": "GA-123456"
}
]
}