All URIs are relative to https://cdn.emnify.net
Method | HTTP request | Description |
---|---|---|
operator_get | get /api/v1/operator | List Operators |
Veccrate::models::InlineResponse2001 operator_get() List Operators
Returns a collection of existing operators. It will return an array of items with following properties: * id
: identifier of this operator * name
: the official name of the operator * name_and_country
: Name / Country (for easy access in the UI) * country
: country object with the nested country id
* mnc
: Array of Mobile Network Codes (MNCs) * tapcode
: Array of TAP Codes
This endpoint does not need any parameter.
Veccrate::models::InlineResponse2001
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]