Skip to main content

Register SIM card

POST 
/wireless/sim_cards/actions/register

Register a SIM card code.

Request

Body

required

SIM card update request

    registration_codes string[]

    A list of SIM card registration codes.

    sim_card_group_id uuid

    The SIM card group to which the provided SIM cards should be associated with after registration. If no ID is provided then the SIM cards will be registered to the default SIM card group.

    tags string[]

    A list of tags to be applied to the SIM cards after registration.

Responses

200: Successful response

401: Authentication error

403: Authorization error

Loading...