SIM Groups

post

Create a new SIM group

This endpoint creates a new SIM group

namestring

required

The name of the SIM group

networkAccessProfileIdstring

required

The ID of the network access profile associated with the SIM group

networkstring

required

The network associated with the SIM group

dataLimitnumber

Data limit for the sim group in MB. Defaults to 500 MB

Responses

Request examples

{
  "name": "string",
  "networkAccessProfileId": "string",
  "network": "string",
  "dataLimit": 123.0
}

Response examples

OK

{
  "data": {
    "id": "string",
    "name": "string",
    "provider": "twilio",
    "twilio": {
      "sid": "string"
    },
    "networkAccessProfileId": "string",
    "default": true,
    "network": {
      "id": "string"
    },
    "createdAt": "2023-06-07T17:32:28Z",
    "updatedAt": "2023-06-07T17:32:28Z"
  }
}

Was this page helpful?