{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Credentials API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Credentials", "type": "folder" }, "items": [ { "info": { "name": "List all credentials", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/telephony_credentials", "params": [ { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" }, { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[tag], filter[name], filter[status], filter[resource_id], filter[sip_username]" } ] }, "docs": "List all On-demand Credentials." }, { "info": { "name": "Create a credential", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/telephony_credentials", "body": { "type": "json", "data": "{}" } }, "docs": "Create a credential." }, { "info": { "name": "Get a credential", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/telephony_credentials/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Get the details of an existing On-demand Credential." }, { "info": { "name": "Update a credential", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/telephony_credentials/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing credential." }, { "info": { "name": "Delete a credential", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/telephony_credentials/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Delete an existing credential." } ] } ], "bundled": true }