POST
/
api
/
leads
/
{
"id": 28013,
"email": "first_name@trysela.com",
"phone_number": "+15101234567",
"metadata": {
"phone_number": "+15101234567",
"email": "first_name@trysela.com",
"first_name": "First",
"user_company": "Sela AI",
"state": "CA",
"last_name": "Name",
"timezone": "America/Los_Angeles",
"created_at": "02/28/2025 15:09"
},
"modified_time": "2025-02-28T15:09:03.139554-08:00",
"created_time": "2025-02-28T15:09:03.122515-08:00",
"status": "OPEN",
"status_reason": null,
"lead_type": 123,
"next_call_time": null,
"external_id": null,
"us_state": "CA"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

Response

201
application/json

Lead created successfully.

The response is of type object.