curl --request GET \
--url https://api.lumx.io/customers \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "BUSINESS",
"legalName": "Lumx S.A",
"taxId": "42.887.120/0001-00",
"incorporationDate": "2020-01-01",
"country": "BRA",
"email": "[email protected]",
"walletAddress": "0x1234567890123456789012345678901234567890",
"blockExplorerUrl": "https://amoy.polygonscan.com/address/0x1234567890123456789012345678901234567890",
"verification": {
"status": "NOT_STARTED",
"level": "STANDARD",
"link": "https://in.sumsub.com/websdk/p/sbx_aA00bB11cC33dD44"
},
"transactionLimits": {
"single": "1000.00",
"daily": "10000.00",
"monthly": "100000.00"
},
"createdAt": "2021-01-01T00:00:00Z",
"updatedAt": "2021-01-01T00:00:00Z"
}
]
}This endpoint reads all customers.
curl --request GET \
--url https://api.lumx.io/customers \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "BUSINESS",
"legalName": "Lumx S.A",
"taxId": "42.887.120/0001-00",
"incorporationDate": "2020-01-01",
"country": "BRA",
"email": "[email protected]",
"walletAddress": "0x1234567890123456789012345678901234567890",
"blockExplorerUrl": "https://amoy.polygonscan.com/address/0x1234567890123456789012345678901234567890",
"verification": {
"status": "NOT_STARTED",
"level": "STANDARD",
"link": "https://in.sumsub.com/websdk/p/sbx_aA00bB11cC33dD44"
},
"transactionLimits": {
"single": "1000.00",
"daily": "10000.00",
"monthly": "100000.00"
},
"createdAt": "2021-01-01T00:00:00Z",
"updatedAt": "2021-01-01T00:00:00Z"
}
]
}Bearer authentication header on the format Bearer <API_KEY>.
Number of customers to return per page.
1 <= x <= 100Cursor for pagination. Use the nextCursor or previousCursor from the previous response to get the next or previous page.
Resources successfully retrieved.
An array containing all customers.
Show child attributes
Customer's unique identifier.
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
Customer's type.
BUSINESS Customer's legal name.
"Lumx S.A"
Customer's tax ID.
"42.887.120/0001-00"
Customer's incorporation date.
"2020-01-01"
Customer's country (ISO 3166-1 alpha-3).
"BRA"
Customer's email.
Customer's wallet address.
"0x1234567890123456789012345678901234567890"
Customer's wallet block explorer URL.
"https://amoy.polygonscan.com/address/0x1234567890123456789012345678901234567890"
Customer's verification.
Show child attributes
Verification status.
NOT_STARTED, UNDER_VERIFICATION, APPROVED, TEMPORARY_REJECTION, FINAL_REJECTION "NOT_STARTED"
Verification level.
STANDARD "STANDARD"
Verification link.
"https://in.sumsub.com/websdk/p/sbx_aA00bB11cC33dD44"
Customer's transaction limits.
Creation date and time (UTC).
"2021-01-01T00:00:00Z"
Last update date and time (UTC).
"2021-01-01T00:00:00Z"