Schedule eUICC operations
Schedules one or more operations on the specified eUICC. Each array element represents a single operation request. This route returns HTTP 404 error for non-IoT eUICCs.
Authentication
AuthorizationBearer
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the POST request to /api/v1/authenticate.
Path parameters
euicc_id
Request
This endpoint expects a list of objects.
action
validity_period
Seconds until expiry
iccid_with_luhn
Full ICCID including the Luhn check digit
activation_code
Activation code
enable
Flag whether downloaded profile should be enabled
rollback
Flag whether rollback mechanism should be triggered
Response headers
Link
Comma-separated list of created operation resource URLs with rel=“item”.
Response
Created, operations scheduled
id
action
status
creation_date
last_updated_at
user
expiry_date
finalization_date
error
iccid_with_luhn
Full ICCID including the Luhn check digit
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error