Creates a new SIM card group. The SIM card group name must be unique.
Successful response
Authentication error
Array of objects (Error Base) | |||||||||
Array
|
Authorization error
Array of objects (Error Base) | |||||||||
Array
|
{- "name": "string",
- "billing_plan_id": "3a074193-4d25-4e91-b661-cadacfba52ec"
}
{- "data": {
- "id": "string",
- "data_allocation": "string",
- "ingress_site_id": "string",
- "egress_site_id": "string",
- "created_at": "string",
- "updated_at": "string"
}
}
Returns a list of all your sim card groups
include_sim_cards | boolean Specifies whether the SIM cards be included in the result payload. |
include_billing_plans | boolean Specifies whether the billing plans be included in the result payload. |
filter[sim_card_group_id] | string <uuid> Filter SIM card groups to only the one that matches the provided ID. |
filter[sim_card_group_name] | string Filter SIM card groups to only the ones that contains the provided search string. |
page[number] | number Current page based on pagination settings. |
page[size] | number Number of results to return per page based on pagination settings. |
Successful response
Array of objects (SIMCardGroup) | |
object (Metadata) |
Authentication error
Array of objects (Error Base) | |||||||||
Array
|
Authorization error
Array of objects (Error Base) | |||||||||
Array
|
{- "data": [
- {
- "id": "string",
- "data_allocation": "string",
- "ingress_site_id": "string",
- "egress_site_id": "string",
- "created_at": "string",
- "updated_at": "string"
}
], - "metadata": {
- "total_pages": 13,
- "total_results": 13,
- "page_number": 3,
- "page_size": 1
}
}
If the provided SIM card group contains no SIM cards and is not the default SIM card group, it will be deleted.
Successful response
object (SIMCardGroup) | |||||||||||||
|
Authentication error
Array of objects (Error Base) | |||||||||
Array
|
Authorization error
Array of objects (Error Base) | |||||||||
Array
|
{- "data": {
- "id": "string",
- "data_allocation": "string",
- "ingress_site_id": "string",
- "egress_site_id": "string",
- "created_at": "string",
- "updated_at": "string"
}
}
Updates a specific SIM card.
Update SIM card payload.
Successful response
object (SIMCardGroup) | |||||||||||||
|
Authentication error
Array of objects (Error Base) | |||||||||
Array
|
Authorization error
Array of objects (Error Base) | |||||||||
Array
|
{- "name": "string",
- "network_id": "string",
- "billing_plan_id": "3a074193-4d25-4e91-b661-cadacfba52ec"
}
{- "data": {
- "id": "string",
- "data_allocation": "string",
- "ingress_site_id": "string",
- "egress_site_id": "string",
- "created_at": "string",
- "updated_at": "string"
}
}
Returns the details regarding a specific SIM card.
Successful response
object (SIMCardGroup) | |||||||||||||
|
Authentication error
Array of objects (Error Base) | |||||||||
Array
|
Authorization error
Array of objects (Error Base) | |||||||||
Array
|
{- "data": {
- "id": "string",
- "data_allocation": "string",
- "ingress_site_id": "string",
- "egress_site_id": "string",
- "created_at": "string",
- "updated_at": "string"
}
}