post
https://api.vcita.biz/v1/partners/leads
Overview
Inject a lead into a business account under your directory.
Available for Directory tokens only.
Authentication
Uses HTTP Token authentication. Format: Authorization: Token token="{DIRECTORY_TOKEN}"
The token must be a Doorkeeper OAuth token with directory scope.
Conditional Requirements
- When
identifier_typeis"email", theemailfield is required. - When
identifier_typeis"unique_id", theunique_idfield is required. - At least one of
request_dataorsystem_messagemust be provided. Omitting both will result in a 422 error.
