{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Profiles API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Profiles", "type": "folder" }, "items": [ { "info": { "name": "List messaging profiles", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/messaging_profiles", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[name]" }, { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" }, { "name": "filter[name][eq]", "value": "", "type": "query", "description": "Filter profiles by exact name match." }, { "name": "filter[name][contains]", "value": "", "type": "query", "description": "Filter profiles by name containing the given string." } ] }, "docs": "List messaging profiles" }, { "info": { "name": "Create a messaging profile", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/messaging_profiles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a messaging profile" }, { "info": { "name": "Retrieve a messaging profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/messaging_profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the messaging profile to retrieve" } ] }, "docs": "Retrieve a messaging profile" }, { "info": { "name": "Update a messaging profile", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/messaging_profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the messaging profile to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a messaging profile" }, { "info": { "name": "Delete a messaging profile", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/messaging_profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the messaging profile to retrieve" } ] }, "docs": "Delete a messaging profile" }, { "info": { "name": "List phone numbers associated with a messaging profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/messaging_profiles/:id/phone_numbers", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the messaging profile to retrieve" }, { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" } ] }, "docs": "List phone numbers associated with a messaging profile" }, { "info": { "name": "List short codes associated with a messaging profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/messaging_profiles/:id/short_codes", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the messaging profile to retrieve" }, { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" } ] }, "docs": "List short codes associated with a messaging profile" } ] } ], "bundled": true }