{ "opencollection": "1.0.0", "info": { "name": "Public Api v3 Applicant Watchlist Verification API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Watchlist Verification", "type": "folder" }, "items": [ { "info": { "name": "List Watchlist Verifications", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.yousign.app/v3/verifications/watchlists", "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 Watchlist Verifications within your organization.\nYou can limit the number of items returned by using filters and pagination.\nConsult our [guide](https://developers.yousign.com/docs/watchlists-verification) for more details and examples.\n" }, { "info": { "name": "Initiate a new Watchlist Verification", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.yousign.app/v3/verifications/watchlists", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a verification to check if a person appears on international sanctions lists or as a politically exposed person (PEP).\n" }, { "info": { "name": "Retrieve a Watchlist Verification", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.yousign.app/v3/verifications/watchlists/:watchlistVerificationId", "params": [ { "name": "watchlistVerificationId", "value": "", "type": "path", "description": "Watchlist Verification Id" } ] }, "docs": "Retrieve a specific Watchlist Verification by its ID.\nReturns details about sanctions and politically exposed person status.\n" } ] } ], "bundled": true }