Get operation details
Get details of specific operation for a specific IoT eUICC. 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
operation_id
Response
Operation detail
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
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error