Skip to main content

Register SIM cards

POST 
/actions/register/sim_cards

Register the SIM cards associated with the provided registration codes to the current user's account.

If sim_card_group_id is provided, the SIM cards will be associated with that group. Otherwise, the default group for the current user will be used.

Request

Body

required

    sim_card_group_id uuid

    The group SIMCardGroup identification. This attribute can be null when it's present in an associated resource.

    tags string[]

    Searchable tags associated with the SIM card

    registration_codes string[]required
    status string

    Possible values: [enabled, disabled, standby]

    Default value: enabled

    Status on which the SIM card will be set after being successful registered.

Responses

202: Successful response

Loading...