latestOpenAPI 3.1.02026-07-26165182724.7 KB

63e57aa7df45

wallets

Get All Wallets

Fetch all wallets and their associated accounts for a business

post/business/get/all

Request body

businessIdstring uuid required

Unique Id of the business for whom this wallet is being created

startDateinteger required

Unix timestamp of the start date

endDateinteger required

Unix timestamp of the end date

pageinteger required

Page number

Example request

{
  "startDate": 1627238400,
  "endDate": 1627324800
}

Response

success

BusinessGetAllWalletsResponse required— unresolved $ref