{ "opencollection": "1.0.0", "info": { "name": "Public Api v3 Applicant Metadata API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "Get the Signature Request Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.yousign.app/v3/signature_requests/:signatureRequestId/metadata", "params": [ { "name": "signatureRequestId", "value": "", "type": "path", "description": "Signature Request Id" } ] }, "docs": "Retrieves the Metadata of a given Signature Request." }, { "info": { "name": "Attach Metadata to a Signature Request", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.yousign.app/v3/signature_requests/:signatureRequestId/metadata", "params": [ { "name": "signatureRequestId", "value": "", "type": "path", "description": "Signature Request Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Metadata to a given Signature Request." }, { "info": { "name": "Update Metadata of a Signature Request", "type": "http" }, "http": { "method": "PUT", "url": "https://api-sandbox.yousign.app/v3/signature_requests/:signatureRequestId/metadata", "params": [ { "name": "signatureRequestId", "value": "", "type": "path", "description": "Signature Request Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the Metadata of a given Signature Request. Any parameters not provided are left unchanged." }, { "info": { "name": "Delete the Signature Request Metadata", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-sandbox.yousign.app/v3/signature_requests/:signatureRequestId/metadata", "params": [ { "name": "signatureRequestId", "value": "", "type": "path", "description": "Signature Request Id" } ] }, "docs": "Deletes the Metadata of a given Signature Request." } ] } ], "bundled": true }