Providers
As of today, the only provider available is Orange Malima for the following regions :
| Provider | Available region |
|---|---|
Malima |
France, Spain, Poland, Romania, Slovakia |
List cellular networks providers (Beta)
Request
Endpoint:
GET /api/v1/networks/cellular/providers
HTTP Headers:
X-API-Key: <your API key> Accept: application/json
Example:
GET /api/v1/networks/cellular/providers
Response
HTTP Code:
200 OK
Body:
[
{
"id": "63ea4f8aba4c826792df04b8",
"type": "malima",
"configuration": {
"cen": "mycen",
"instanceId": "OFR"
},
"accountName" : "ZZZ My Account Name"
}
]
| JSON Params | Description |
|---|---|
id |
Provider unique identifier |
type |
Provider type. Allowed values: [malima] |
configuration |
Provider customer account configuration |
accountName |
Provider account name |
Error case:
| HTTP Code | Error code | message |
|---|---|---|
400 |
GENERIC_INVALID_PARAMETER_ERROR |
The submitted parameter is invalid. |
403 |
FORBIDDEN |
Forbidden request |