curl --request GET \
--url http://localhost:8080/v1/beneficiaries \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "ben_cq1234567890abcdef",
"merchant_id": "<string>",
"type": "individual",
"status": "pending",
"first_name": "<string>",
"last_name": "<string>",
"company_name": "<string>",
"email": "[email protected]",
"phone": "<string>",
"country": "<string>",
"bank_name": "<string>",
"account_number": "<string>",
"iban": "<string>",
"swift_bic": "<string>",
"wallet_address": "<string>",
"wallet_network": "<string>",
"token_contract": "<string>",
"token_symbol": "<string>",
"address_verified": true,
"metadata": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"limit": 123,
"offset": 123,
"total": 123,
"has_more": true
}
}curl --request GET \
--url http://localhost:8080/v1/beneficiaries \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "ben_cq1234567890abcdef",
"merchant_id": "<string>",
"type": "individual",
"status": "pending",
"first_name": "<string>",
"last_name": "<string>",
"company_name": "<string>",
"email": "[email protected]",
"phone": "<string>",
"country": "<string>",
"bank_name": "<string>",
"account_number": "<string>",
"iban": "<string>",
"swift_bic": "<string>",
"wallet_address": "<string>",
"wallet_network": "<string>",
"token_contract": "<string>",
"token_symbol": "<string>",
"address_verified": true,
"metadata": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"limit": 123,
"offset": 123,
"total": 123,
"has_more": true
}
}Merchant API key: ak_live_... or ak_test_...
Maximum number of items to return
1 <= x <= 100Number of items to skip
x >= 0