Skip to main content

Get Depositors

Endpoint: GET https://api.zamplabs.com/api/v1/depositors

Get all whitelisted depositors list.

Response JSON Representation

{
"data": [
{
"id": "5tt1st_rt9k4mQYmUvsKNPaUrnNKP_05_22",
"parent_type": "MerchantId",
"parent_id": "5tt1st_kAYZKDADMPjpYv5RCrsMm5_08_31",
"kyc_id": "5tt1st_FaZHrpSPVH636rEAu9JjU_05_22",
"status": "active",
"is_deleted": false,
"created_at": "2024-05-22T12:13:48.854454129Z",
"updated_at": "2024-05-22T12:13:48.854454278Z",
"deleted_at": "0001-01-01T00:00:00Z",
"kyc_details": {
"owner_first_name": "test new name",
"owner_last_name": "surname",
"owner_deposit_account_type": "Individual",
"relationship_with_owner": "external"
}
},
{
"id": "5tt1st_eSAQJYrhux63Fse5JgydDb_04_16",
"parent_type": "MerchantId",
"parent_id": "5tt1st_kAYZKDADMPjpYv5RCrsMm5_08_31",
"kyc_id": "5tt1st_QSPvNNU2Jr5ghMq7MNqVxg_04_16",
"status": "active",
"is_deleted": false,
"created_at": "2024-04-16T20:19:37.638004617Z",
"updated_at": "2024-04-16T20:19:37.638004749Z",
"deleted_at": "0001-01-01T00:00:00Z",
"kyc_details": {
"owner_first_name": "Test",
"owner_last_name": "Chawla",
"owner_deposit_account_type": "Individual",
"relationship_with_owner": "external"
}
},
{
"id": "5tt1st_pQi9XitN9nPFvNJjjWLqaH_04_16",
"parent_type": "MerchantId",
"parent_id": "5tt1st_kAYZKDADMPjpYv5RCrsMm5_08_31",
"kyc_id": "5tt1st_XWKVx3tGSkf7eWTtrq5ixE_04_16",
"status": "active",
"is_deleted": false,
"created_at": "2024-04-16T13:33:13.7201372Z",
"updated_at": "2024-04-16T13:33:13.720137506Z",
"deleted_at": "0001-01-01T00:00:00Z",
"kyc_details": {
"owner_first_name": "ugyefrihouf",
"owner_last_name": "iuhfewiouh",
"owner_deposit_account_type": "Individual",
"relationship_with_owner": "external"
}
}
]
}