{ "opencollection": "1.0.0", "info": { "name": "Sadq Integration Archiving & Delegations Configuration API", "version": "1.0.0" }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Update SMS Provider", "type": "http" }, "http": { "method": "PUT", "url": "https://api.sadq.sa/api/v1/configuration/sms-provider", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates the SMS provider configuration for your Sadq account. This allows you to configure custom SMS settings for sending notifications to signers." }, { "info": { "name": "Update Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.sadq.sa/api/v1/configuration/update", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates comprehensive configuration settings including general, email, password, and SMS configurations for your Sadq account in a single request." } ] } ], "bundled": true }