{ "opencollection": "1.0.0", "info": { "name": "emnify REST subpackage_applicationTokens subpackage_lookups API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "subpackage_lookups", "type": "folder" }, "items": [ { "info": { "name": "List breakout regions", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/breakout_region", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Provides the list of available breakout regions." }, { "info": { "name": "List country codes", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/country", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "geographic", "value": "", "type": "query", "description": "Filters the country list for geographic countries only.\nThis will exclude duplicate countries with different MCCs, like `India MCC 405` or `United States (311)`.\n" } ] }, "docs": "Provides the list of available countries (lookup)." }, { "info": { "name": "List currencies", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/currency", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Provides the list of available currencies (lookup)." }, { "info": { "name": "List data blocksizes", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/data_blocksize", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Provides the list of available data blocksizes (lookup)." }, { "info": { "name": "List data throttles", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/data_throttle", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Provides the list of available data throttles (lookup)." }, { "info": { "name": "List ESME interface types", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/esme_interface_type", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Provides the list of available ESME interface types." }, { "info": { "name": "List RAT types", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/rat_type", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Returns a list of supported RAT types.\n" }, { "info": { "name": "Get list of service levels", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/service_level", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Returns a list of service levels that can be configured on a tariff plan level.\nFor non-enterprise organisations, only own service levels will be returned.\nFor enterprise organisations, only the service levels of the parent organisation will be returned.\n" } ] } ], "bundled": true }