Skip to main content

Request setting a SIM card public IP

POST 
/sim_cards/:id/actions/set_public_ip

This API makes a SIM card reachable on the public internet by mapping a random public IP to the SIM card.

The API will trigger an asynchronous operation called a SIM Card Action. The status of the SIM Card Action can be followed through the List SIM Card Action API.

Setting a Public IP to a SIM Card incurs a charge and will only succeed if the account has sufficient funds.

Request

Path Parameters

    id uuidrequired

    Identifies the resource.

Responses

202: Successful Response

default: Unexpected error

Loading...