Skip to main content

Create a SIM card order

POST 
/wireless/sim_card_orders

Creates a new order for SIM cards.

Request

Body

required

SIM card order request

    quantity integer

    The nunber of SIM card you wish to order.

    shipping_address

    object

    The address to which the SIM cards will be shipped to

    street_line_1 string
    street_line_2 string
    locality string
    administrative_area string
    postal_code string
    extended_address string
    country_code string

    The address to which the SIM cards will be shipped to

Responses

200: Successful response

401: Authentication error

403: Authorization error

Loading...