Skip to main content

Request setting a SIM card to standby

POST 
/sim_cards/:id/actions/set_standby

The SIM card will be able to connect to the network once the process to set it to standby has been completed, thus making it possible to consume data.
To set a SIM card to standby, it must be associated with SIM card group.
The API will trigger an asynchronous operation called a SIM Card Action. Transitioning to the standby state may take a period of time. The status of the SIM Card Action can be followed through the List SIM Card Action API.

Request

Path Parameters

    id uuidrequired

    Identifies the resource.

Responses

202: Successful Response

default: Unexpected error

Loading...