v1
latestOpenAPI 3.1.02026-07-135055368.9 KBProspects
Create a New Prospect
Create a New Prospect
post/v1/prospects
Request body
Example request
{
"name": "John Doe",
"email": "john.doe@example.com",
"phoneNumber": "1234567890",
"externalReference": [
{
"providerName": "Google Analytics",
"id": "GA-123456"
}
]
}Response
Prospect created successfully
Example response
{
"externalReference": [
{
"providerName": "Google Analytics",
"id": "GA-123456"
}
]
}