Authorization: Bearer ********************
{
"applicant_type": "person",
"lead_id": "af1bd85c-9ce4-4c93-81d4-5e8f5b084ab9",
"name": "JASPREET SINGH GULATI",
"is_authorized_signatory": true,
"tags": [
]
}
curl --location --request POST 'https://preprod.api.crego.io/v1/crm/applicants/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"applicant_type": "person",
"lead_id": "af1bd85c-9ce4-4c93-81d4-5e8f5b084ab9",
"name": "JASPREET SINGH GULATI",
"is_authorized_signatory": true,
"tags": [
]
}'
{
"lead_id": "af1bd85c-9ce4-4c93-81d4-5e8f5b084ab9",
"applicant_type": "person",
"is_primary": false,
"is_authorized_signatory": true,
"tags": [],
"name": "JASPREET SINGH GULATI",
"is_deleted": false,
"_id": "5e4d8bc0-daa4-4179-aac4-2c2ed2665abc",
"created_at": 1720609434.946,
"updated_at": 1720609434.946
}