{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Short Codes API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Short Codes", "type": "folder" }, "items": [ { "info": { "name": "List short codes", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/short_codes", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[messaging_profile_id]" }, { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" } ] }, "docs": "List short codes" }, { "info": { "name": "Retrieve a short code", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/short_codes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the short code" } ] }, "docs": "Retrieve a short code" }, { "info": { "name": "Update short code", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/short_codes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the short code" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the settings for a specific short code. To unbind a short code from a profile, set the `messaging_profile_id` to `null` or an empty string.\nTo add or update tags, include the tags field as an array of strings." } ] } ], "bundled": true }