{ "opencollection": "1.0.0", "info": { "name": "Multi-Apps Overview Account Invitations SMS Configuration API", "version": "1.0" }, "items": [ { "info": { "name": "SMS Configuration", "type": "folder" }, "items": [ { "info": { "name": "Gets a Vendor SMS Config", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/configurations/v1/sms", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve the SMS configuration for your environment." }, { "info": { "name": "Creates or Updates a Vendor SMS Config", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/configurations/v1/sms", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create or update the SMS configuration for your environment.\n\nProvide the desired SMS configuration values in the request body." }, { "info": { "name": "Deletes a Vendor SMS Config", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.frontegg.com/applications/resources/configurations/v1/sms", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete the SMS configuration for your environment." } ] } ], "bundled": true }