Schedule eUICC operations

Pre-release

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_idintegerRequired

Request

This endpoint expects a list of objects.
auditobjectRequired
OR
download_profileobjectRequired
OR
enable_profileobjectRequired
OR
set_fallbackobjectRequired
OR
delete_profileobjectRequired
OR
disable_profileobjectRequired
OR
unset_fallbackobjectRequired

Response headers

Response

Created, operations scheduled
idstring or nullformat: "uuid"
actionobject or null
statusobject or null
creation_datestring or nullformat: "date-time"
expiry_datestring or nullformat: "date-time"
simobject or null

Errors