Customfields API Reference
API Reference/Customfields

Customfields

For authentication instructions, see API overview.

post

Create lead custom

Create lead custom. You need to pass through any required fields, and you can optionally pass through other fields.

Path parameters

  • idstring

    ID of the lead

Request

cURL
export ICLOUDREADY_API_KEY=[your api key]
curl -X POST -H 'Content-Type: application/json' \
-H "Authorization: Bearer $ICLOUDREADY_API_KEY" \
https://api.icloud-ready.com/api/v2/leads/:id/customFields

Response

No response schema