Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/v1/crm/leads/{leadId}/validations \ --header 'Authorization: Bearer <token>'
{ "groups": [ { "tabLabel": "<string>", "errors": [ { "field": "<string>", "message": "<string>" } ], "warnings": [ { "field": "<string>", "message": "<string>" } ] } ] }
Run a completeness check on a lead before submission
Enter token in following format: Bearer
The grouped validation result.
Show child attributes