Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.17 KB

OperatorApi.md

File metadata and controls

36 lines (19 loc) · 1.17 KB

\OperatorApi

All URIs are relative to https://cdn.emnify.net

Method HTTP request Description
operator_get get /api/v1/operator List Operators

operator_get

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

Parameters

This endpoint does not need any parameter.

Return type

Veccrate::models::InlineResponse2001

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]