{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens SIM Card Actions API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "SIM Card Actions", "type": "folder" }, "items": [ { "info": { "name": "List bulk SIM card actions", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/bulk_sim_card_actions", "params": [ { "name": "page[number]", "value": "", "type": "query", "description": "The page number to load." }, { "name": "page[size]", "value": "", "type": "query", "description": "The size of the page." }, { "name": "filter[action_type]", "value": "", "type": "query", "description": "Filter by action type." } ] }, "docs": "This API lists a paginated collection of bulk SIM card actions. A bulk SIM card action contains details about a collection of individual SIM card actions." }, { "info": { "name": "Get bulk SIM card action details", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/bulk_sim_card_actions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "This API fetches information about a bulk SIM card action. A bulk SIM card action contains details about a collection of individual SIM card actions." }, { "info": { "name": "List SIM card actions", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/sim_card_actions", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter for SIM card actions (deepObject style). Originally: filter[sim_card_id], filter[status], filter[bulk_sim_card_action_id], filter[action_type]" }, { "name": "page", "value": "", "type": "query", "description": "Consolidated pagination parameter (deepObject style). Originally: page[number], page[size]" } ] }, "docs": "This API lists a paginated collection of SIM card actions. It enables exploring a collection of existing asynchronous operations using specific filters." }, { "info": { "name": "Get SIM card action details", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/sim_card_actions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "This API fetches detailed information about a SIM card action to follow-up on an existing asynchronous operation." } ] } ], "bundled": true }