{ "opencollection": "1.0.0", "info": { "name": "Okta Application Template API", "version": "2.16.0" }, "items": [ { "info": { "name": "Template", "type": "folder" }, "items": [ { "info": { "name": "Okta List SMS Templates", "type": "http" }, "http": { "method": "GET", "url": "https://your-subdomain.okta.com/api/v1/templates/sms", "params": [ { "name": "templateType", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Enumerates custom SMS templates in your organization. A subset of templates can be returned that match a template type." }, { "info": { "name": "Okta Add SMS Template", "type": "http" }, "http": { "method": "POST", "url": "https://your-subdomain.okta.com/api/v1/templates/sms", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Adds a new custom SMS template to your organization." }, { "info": { "name": "Okta Get SMS Template", "type": "http" }, "http": { "method": "GET", "url": "https://your-subdomain.okta.com/api/v1/templates/sms/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetches a specific template by `id`" }, { "info": { "name": "Okta Partial SMS Template Update", "type": "http" }, "http": { "method": "POST", "url": "https://your-subdomain.okta.com/api/v1/templates/sms/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates only some of the SMS template properties:" }, { "info": { "name": "Okta Update SMS Template", "type": "http" }, "http": { "method": "PUT", "url": "https://your-subdomain.okta.com/api/v1/templates/sms/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates the SMS template." }, { "info": { "name": "Okta Remove SMS Template", "type": "http" }, "http": { "method": "DELETE", "url": "https://your-subdomain.okta.com/api/v1/templates/sms/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Removes an SMS template." } ] } ], "bundled": true }