Bulk sim activate and deactivate

This endpoint is used to perform bulk operations on SIM entities.

Required permission: simactivation-update

Bulk sim activation/deactivation API will support 4k per request.

To see the status of the task, click here /task/{taskId}

Request Body

  • bulkOperation (object, required): Contains the details of the bulk operation.
    • actionType (string, required): Specifies the type of action to be performed (e.g., "simActivate", "simDeactivate").
    • actionDetails (array, required): Contains the details of the action to be performed on each entity.
      • imei (string): The IMEI number of the device.
      • iccid (string, required): The ICCID of the SIM card.
      • carrier (string, required): The carrier associated with the SIM card.
      • devicePartNumber (string, required): The part number of the device.
  • entityType (string, required): Specifies the type of entity ("sim" in this case).
  • accountId (integer, required): The ID of the account.
  • entityIdentifierType (string, required): Specifies the type of entity identifier ("iccid" in this case).
Log in to see full request history
Body Params
bulkOperation
object
required
string
required
int32
required
string
required
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json; charset=utf-8