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
registration_codes
string[]
required
Example:
sim_card_group_id
string<uuid>

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

Example:

"6a09cdc3-8948-47f0-aa62-74ac943d6c58"

tags
string[]

Searchable tags associated with the SIM card

Example:
status
enum<string>
default:enabled

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

Available options:
enabled,
disabled,
standby
Example:

"standby"

Response

Successful response

data
SIMCard · object[]

Successfully registered SIM cards.

errors
object[]