Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
address_id
string
required

Uniquely identifies the address for the order.

Example:

"1293384261075731499"

quantity
integer
required

The amount of SIM cards to order.

Required range: x >= 1
Example:

23

Response

Successful Response

data
SIMCardOrder · object