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 GET \ --url https://api.example.com/v1/crm/leads/{leadId}/deposit-info \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "leadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "bankName": "<string>", "accountNumber": "<string>", "routingNumber": "<string>" } ] }
Retrieve all deposit info records for a lead
Enter token in following format: Bearer
The list of lead deposit info records.
Show child attributes