All

mPos list

get

mPos list

Authorizations
Responses
200
OK
application/json
get
GET //api/pay/m-pos/all/{their} HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "amount": 1,
    "balance_id": 1,
    "date_add": "text",
    "editable_balance": true,
    "id": 1,
    "iso_str": "text",
    "m_pos_status_id": 1,
    "m_pos_type_id": 1,
    "name": "text",
    "owner_id": 1,
    "uu_id": "text"
  }
]