Get Betting Providers

GET {{ BASE_URL }}/api/biller/betting/providers

{
  "isSuccessful": true,
  "message": "string",
  "code": "string",
  "data": [
    {
      "service_type": "string",
      "name": "string",
      "logo": "string",
      "biller_id": 0
    }
  ],
  "transactions": "string"
}

Last updated