latestOpenAPI 3.1.02026-07-135055368.9 KB
8f7b69ee5a90
Prospects
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"
}
]
}