Schedule eUICC operations

Pre-release
Schedules one or more operations on the specified eUICC. Each array element represents a single operation request.

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.
download_profileobjectRequired
OR
enable_profileobjectRequired
OR
disable_profileobjectRequired
OR
set_fallbackobjectRequired
OR
unset_fallbackobjectRequired
OR
delete_profileobjectRequired
OR
auditobjectRequired

Response

Created, operations scheduled
idstring or nullformat: "uuid"
actionenum or null
statusenum or null
Allowed values:
creation_datestring or nullformat: "date-time"
expiry_datestring or nullformat: "date-time"
sim_idinteger or null
iccidstring or null

Errors