Billers

Get Billers

GET http://domainname.so/api/v2/sales/getbillers

This endpoint allows you to get Billers.

Query Parameters

Name
Type
Description

et_auth_token

string


  "status": true,
  "rows": [
    {
      "id": "1",
      "name": "B Company"
    },
    {
      "id": "2",
      "name": "Y Company"
    }
  ]
}

Last updated

Was this helpful?