{ "opencollection": "1.0.0", "info": { "name": "Sadq Integration Archiving & Delegations Templates API", "version": "1.0.0" }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List Templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.sadq.sa/api/v1/templates", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a paginated list of all reusable document signing templates available to the authenticated account." }, { "info": { "name": "Get Template by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.sadq.sa/api/v1/templates/:templateId", "params": [ { "name": "templateId", "value": "", "type": "path", "description": "The unique template ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves detailed information about a specific template, including its destinations (signers) and creator fields." } ] } ], "bundled": true }