Skip to main content
POST
Apply a SIM configuration to one or more SIM cards

Authorizations

Authorization
string
header
required

HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key. You can find your API key on the Hologram Dashboard under Account Settings.

Body

application/json
configuration_id
integer
required

ID of the SIM configuration to apply

simcard_ids
integer[]
required

SIM card IDs to configure (max 250)

immediate
boolean
default:false

Skip the configuration queue; by default operations are queued at the time of the next usage update. If set and our backend is too busy to process the request in realtime this endpoint will return a 429 rate limit error until there is space for the request. Non-internal users can only have 1 sim card id per request.

plan_id
integer

Change the device plan simultaneously; requires zone and orgid

zone
string
default:global

Required when plan_id is provided

orgid
integer

Required when plan_id is provided

Response

OK

success
boolean

Indicates whether the request was successful.

Example:

true

data
object