POST
/
v1
/
lead
curl --request POST \
  --url https://api.fructu.co/v1/lead \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "firstname": "John",
  "lastname": "Doe",
  "email": "johndoe@example.com",
  "phone": "+33611223344",
  "status": "1746014351513x596211749688053600",
  "note": "Exemple de note."
}'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Success

The response is of type object.