Skip to main content

Purchase eSIMs

POST 
/actions/purchase/esims

Purchases and registers the specified amount of eSIMs to the current user's account.

If sim_card_group_id is provided, the eSIMs 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 cards

    amount integerrequired

    Possible values: >= 1

    The amount of eSIMs to be purchased.

    status string

    Possible values: [enabled, disabled, standby]

    Default value: enabled

    Status on which the SIM cards will be set after being successfully registered.

Responses

202: Successful response

Loading...