ConfigurationList MIDs

List MIDs

curl -X GET "https://sandbox-api.aparatech.io/v1/public/config/list-mids?limit=42&page=25" \
  -H "Content-Type: application/json" \
  -H "MID: example_string"
{
  "status": "success",
  "data": [
    {
      "mid": "OHEAXW_NA_NA",
      "name": "oblixcore",
      "status": "active",
      "level": "customer"
    }
  ]
}
GET
/v1/public/config/list-mids
GET
Base URLstring

Target server for requests. Edit to use your own host.

Request Preview
Response

Response will appear here after sending the request

Query Parameters

Headers

Responses

statusstring
dataarray