{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens OTA updates API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "OTA updates", "type": "folder" }, "items": [ { "info": { "name": "List OTA updates", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/ota_updates", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter for OTA updates (deepObject style). Originally: filter[status], filter[sim_card_id], filter[type]" }, { "name": "page", "value": "", "type": "query", "description": "Consolidated pagination parameter (deepObject style). Originally: page[number], page[size]" } ] }, "docs": "List OTA updates" }, { "info": { "name": "Get OTA update", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/ota_updates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "This API returns the details of an Over the Air (OTA) update." } ] } ], "bundled": true }