/asset-management/v1/sim-groups
This endpoint creates a new SIM group
name
string
required
The name of the SIM group
networkAccessProfileId
string
required
The ID of the network access profile associated with the SIM group
network
string
required
The network associated with the SIM group
dataLimit
number
Data limit for the sim group in MB. Defaults to 500 MB
{
"name": "string",
"networkAccessProfileId": "string",
"network": "string",
"dataLimit": 123.0
}
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?