Skip to main content
GET
/
v1
/
crm
/
leads
/
{leadId}
/
deposit-info
/
{depositInfoId}
/
decrypt
/
{field}
Decrypt Lead Deposit Info Sensitive Data
curl --request GET \
  --url https://api.example.com/v1/crm/leads/{leadId}/deposit-info/{depositInfoId}/decrypt/{field} \
  --header 'Authorization: Bearer <token>'
{
  "accountNumber": "<string>"
}

Authorizations

Authorization
string
header
required

Enter token in following format: Bearer

Path Parameters

field
enum<string>
required
Available options:
account_number
leadId
string
required
depositInfoId
string
required

Response

The decrypted sensitive data.

accountNumber
string | null