GET
/
showmeta
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "device": "<string>",
      "exchange_id": "<string>",
      "is_api": true,
      "is_pm": true
    }
  ],
  "success": true
}

Response

200 - application/json
OK
error
string
pagination
object
result
object[]
success
boolean