{ "opencollection": "1.0.0", "info": { "name": "Public Api v3 Applicant Company Verification API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Company Verification", "type": "folder" }, "items": [ { "info": { "name": "List Company Verifications", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.yousign.app/v3/verifications/companies", "params": [ { "name": "after", "value": "", "type": "query", "description": "After cursor (pagination)" }, { "name": "limit", "value": "", "type": "query", "description": "The limit of items count to retrieve." }, { "name": "status", "value": "[object Object]", "type": "query", "description": "Filter by `status`. Allowed operators: `eq`.\nExample: `status[eq]=verified`\n" }, { "name": "workspace_id", "value": "[object Object]", "type": "query", "description": "Filter by `workspace_id`. Allowed operators: `eq`.\nExample: `workspace_id[eq]=9b6ed2f3-244f-487a-baa1-bbe4f51c8748`\n" } ] }, "docs": "Returns the list of all Company Verifications within your organization. You can limit the number of items returned by using filters and pagination. Consult our [guide](https://developers.yousign.com/docs/company-verification) for more details and examples." }, { "info": { "name": "Initiate a new Company Verification", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.yousign.app/v3/verifications/companies", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a new Company Verification by providing the company number or by uploading a document containing company information.\n\nRelated guide: [Company Registry Verification](https://developers.yousign.com/docs/company-verification).\n\n**â„šī¸ This endpoint accepts two request body formats — pick the one that matches your use case:**\n- 📝 `application/json` — provide the company number directly, or reference an existing Workflow Session Applicant by ID.\n- 📁 `multipart/form-data` — upload a binary f" }, { "info": { "name": "Retrieve a Company Verification", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.yousign.app/v3/verifications/companies/:companyVerificationId", "params": [ { "name": "companyVerificationId", "value": "", "type": "path", "description": "Company Verification Id" } ] }, "docs": "Get the detailed results of a Company Verification." } ] } ], "bundled": true }