{ "opencollection": "1.0.0", "info": { "name": "emnify REST subpackage_applicationTokens subpackage_euiccOperation API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "subpackage_euiccOperation", "type": "folder" }, "items": [ { "info": { "name": "List operation action for eUICC", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/euicc/operation/action", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "List possible IoT eUICC action objects used in responses and requests.\n" }, { "info": { "name": "List operation status for eUICC", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/euicc/operation/status", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "List possible IoT eUICC operation status objects used in responses.\n" }, { "info": { "name": "List operation for eUICC", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/euicc/:euicc_id/operation", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "euicc_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "Page number (1-based)." }, { "name": "per_page", "value": "", "type": "query", "description": "Items per page." }, { "name": "q", "value": "", "type": "query", "description": "Filter parameter in `:` format.\nExpects a comma-separated list from the allowed fields:\n\n- `id`\n- `action`\n- `status`\n- `iccid_with_luhn`\n" }, { "name": "sort", "value": "", "type": "query", "description": "Sort properties according to a comma separated list from the allowed fields (prefix with `-` for descending):\n\n- `id`\n- `action`\n- `status`\n- `iccid_with_luhn`\n- `creation_date`\n- `expiry_date`\n- `finalization_date`\n" } ] }, "docs": "List all operations of a specific IoT eUICC.\nThis route returns HTTP 404 error for non-IoT eUICCs.\n" }, { "info": { "name": "Schedule eUICC operations", "type": "http" }, "http": { "method": "POST", "url": "https://cdn.emnify.net/api/v1/euicc/:euicc_id/operation", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "euicc_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Schedules one or more operations on the specified eUICC.\nEach array element represents a single operation request.\nThis route returns HTTP 404 error for non-IoT eUICCs.\n" }, { "info": { "name": "Get operation details", "type": "http" }, "http": { "method": "GET", "url": "https://cdn.emnify.net/api/v1/euicc/:euicc_id/operation/:operation_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "euicc_id", "value": "", "type": "path" }, { "name": "operation_id", "value": "", "type": "path" } ] }, "docs": "Get details of specific operation for a specific IoT eUICC.\nThis route returns HTTP 404 error for non-IoT eUICCs.\n" }, { "info": { "name": "Cancel operation", "type": "http" }, "http": { "method": "DELETE", "url": "https://cdn.emnify.net/api/v1/euicc/:euicc_id/operation/:operation_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "euicc_id", "value": "", "type": "path" }, { "name": "operation_id", "value": "", "type": "path" } ] }, "docs": "Cancel a specific operation on specific IoT eUICC (reserved for future use).\n" } ] } ], "bundled": true }