{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens SIM Card Group Actions API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "SIM Card Group Actions", "type": "folder" }, "items": [ { "info": { "name": "List SIM card group actions", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/sim_card_group_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[sim_card_group_id]", "value": "", "type": "query", "description": "A valid SIM card group ID." }, { "name": "filter[status]", "value": "", "type": "query", "description": "Filter by a specific status of the resource's lifecycle." }, { "name": "filter[type]", "value": "", "type": "query", "description": "Filter by action type." } ] }, "docs": "This API allows listing a paginated collection a SIM card group actions. It allows to explore a collection of existing asynchronous operation using specific filters." }, { "info": { "name": "Get SIM card group action details", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/sim_card_group_actions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "This API allows fetching detailed information about a SIM card group action resource to make follow-ups in an existing asynchronous operation." } ] } ], "bundled": true }