Skip to main content
POST
Enable or disable multiple SIM cards

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
phone_numbers
string[]
required

List of phone numbers (MSISDN) to modify (max 100)

Example:
action
enum<string>
required

Action to perform on all SIMs

Available options:
enable,
disable
Example:

"enable"

Response

results
object[]
required
total_count
number
required
successful_count
number
required
failed_count
number
required