Skip to main content
GET
/
v1
/
crm
/
leads
/
{leadId}
/
deposit-info
List Lead Deposit Info
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter token in following format: Bearer

Path Parameters

leadId
string
required

Response

The list of lead deposit info records.

data
object[]
required