v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Get Sellers

Retrieve all sellers associated with the authenticated user

get/api/b2b/escrows/sellers

Response

200

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "id": "EpKxzYTRYi4nztfjinaH",
      "createdAt": 1763047604447,
      "name": "Eubert Thorne",
      "email": "eubert@honeycoin.app",
      "currency": "KES",
      "defaultPayoutDetails": {
        "method": "momo",
        "country": "KE",
        "payoutMethod": {
          "accountName": "Eubert Thorne",
          "accountNumber": 25412345678,
          "code": "mpesa"
        }
      },
      "aggregatedBalance": {
        "KES": 70
      },
      "updatedAt": 1763063538553
    }
  ]
}