{"info":{"_postman_id":"aee2bf8c-2363-4ed8-bf5c-63c67c756d1d","name":"InfoVetted Employment Screening OpenAPI","description":"<html><head></head><body><p>The <strong>InfoVetted Employment Screening API</strong> enables businesses to streamline their background screening and contact management processes. It provides robust endpoints for managing vetting requests, contact information, and contact groups. The API is designed for seamless integration into your systems, ensuring secure and efficient data handling for employment screening and related workflows.</p>\n<h3 id=\"key-features\"><strong>Key Features</strong></h3>\n<ol>\n<li><p><strong>Vetting Management</strong>:</p>\n<ul>\n<li><p>Create, retrieve, and manage background vetting requests.</p>\n</li>\n<li><p>Track vetting statuses and export results as PDFs.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Contact Management</strong>:</p>\n<ul>\n<li><p>Add, update, and retrieve contact information.</p>\n</li>\n<li><p>List all contacts with optional pagination for large datasets.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Group Management</strong>:</p>\n<ul>\n<li><p>Create and manage groups of contacts.</p>\n</li>\n<li><p>Assign contacts to groups or remove them as needed.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Secure Access</strong>:</p>\n<ul>\n<li>Protect API access with API keys, ensuring secure integration.</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"getting-started\"><strong>Getting Started</strong></h3>\n<p>To use the API, you’ll need an <strong>API Key</strong> for authentication. Follow these steps to get started:</p>\n<ol>\n<li><p><strong>Find Your API Key</strong>:</p>\n<ul>\n<li><p>Log in to the <strong>Customer Portal</strong>.</p>\n</li>\n<li><p>Navigate to <strong>Integrations</strong> → <strong>API Keys</strong> tab.</p>\n</li>\n<li><p>Copy the API key provided for your account.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Authenticate Requests</strong>:</p>\n<ul>\n<li><p>Include your API key in the request header or query parameters:</p>\n<ul>\n<li><p>Header: <code>X-API-Key:</code></p>\n</li>\n<li><p>Query Parameter: <code>?x-api-key=</code></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>Explore the Endpoints</strong>:</p>\n<ul>\n<li><p>Use the endpoints for Vetting, Contact, and ContactGroup to integrate with your system.</p>\n</li>\n<li><p>Refer to the detailed documentation for request parameters and responses.</p>\n</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"base-url\"><strong>Base URL</strong></h3>\n<p>The API is hosted at:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://api.infovetted.com/vetting/v1\n\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"40052116","collectionId":"aee2bf8c-2363-4ed8-bf5c-63c67c756d1d","publishedId":"2sAYQWHsdK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"84cc2b"},"publishDate":"2025-01-10T12:51:35.000Z"},"item":[{"name":"Vetting","item":[{"name":"Get the vetting status for a given vettingRequestId","id":"6b8c0437-9375-42d5-915e-d73d6d3f890c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.infovetted.com/vetting/v1/VettingStatus?VettingRequestId=<integer>","description":"<p>This endpoint returns the vetting status of a given check identified by the VettingRequestId parameter.</p>\n","urlObject":{"path":["VettingStatus"],"host":["https://api.infovetted.com/vetting/v1"],"query":[{"description":{"content":"<p>(Required) The <strong>VettingRequestId</strong> parameter, which is a unique identifier for the check.</p>\n","type":"text/plain"},"key":"VettingRequestId","value":"<integer>"}],"variable":[]}},"response":[{"id":"7afc42c9-f339-49c4-9297-acfe7354f08d","name":"The OK response with the vetting status.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://infovetted-api.azure-api.net/vetting/v1/VettingStatus?VettingRequestId=<integer>","protocol":"https","host":["infovetted-api","azure-api","net"],"path":["vetting","v1","VettingStatus"],"query":[{"key":"VettingRequestId","value":"<integer>","description":"(Required) The **VettingRequestId** parameter, which is a unique identifier for the check."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<string>\",\n  \"latestVettingStatusDescription\": \"<string>\"\n}"},{"id":"bc999a62-5890-402d-81dd-7234601af033","name":"Bad request response in case of missing or invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/VettingStatus?VettingRequestId=<integer>","host":["https://api.infovetted.com/vetting/v1"],"path":["VettingStatus"],"query":[{"description":"(Required) The **VettingRequestId** parameter, which is a unique identifier for the check.","key":"VettingRequestId","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"ab0e2403-b248-4cae-afb9-acebb7f87d0b","name":"Forbidden response when the subscription is invalid or unauthorized.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/VettingStatus?VettingRequestId=<integer>","host":["https://api.infovetted.com/vetting/v1"],"path":["VettingStatus"],"query":[{"description":"(Required) The **VettingRequestId** parameter, which is a unique identifier for the check.","key":"VettingRequestId","value":"<integer>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"88a551b1-cd26-491e-8b6e-9022e9e5c365","name":"Internal server error response.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/VettingStatus?VettingRequestId=<integer>","host":["https://api.infovetted.com/vetting/v1"],"path":["VettingStatus"],"query":[{"description":"(Required) The **VettingRequestId** parameter, which is a unique identifier for the check.","key":"VettingRequestId","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"6b8c0437-9375-42d5-915e-d73d6d3f890c"},{"name":"Export vetting result as a PDF","id":"3c66fead-9c63-4ca7-9d7c-d6b582bf4fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/pdf"}],"url":"https://api.infovetted.com/vetting/v1/PDFExport?VettingRequestId=<string>","description":"<p>This endpoint generates and exports a PDF document for the given check identified by the VettingRequestId parameter.</p>\n","urlObject":{"path":["PDFExport"],"host":["https://api.infovetted.com/vetting/v1"],"query":[{"description":{"content":"<p>(Required) The <strong>VettingRequestId</strong> parameter, which is a unique identifier for the vettingRequest.</p>\n","type":"text/plain"},"key":"VettingRequestId","value":"<string>"}],"variable":[]}},"response":[{"id":"5ce35af8-acfd-487f-8697-7c0fac6409bc","name":"The OK response containing the PDF document.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/pdf"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/PDFExport?VettingRequestId=<string>","host":["https://api.infovetted.com/vetting/v1"],"path":["PDFExport"],"query":[{"description":"(Required) The **VettingRequestId** parameter, which is a unique identifier for the vettingRequest.","key":"VettingRequestId","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<binary>"},{"id":"efabe93f-5905-4b56-8ca4-81cbe5a4830d","name":"Bad request response in case of missing or invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/pdf"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/PDFExport?VettingRequestId=<string>","host":["https://api.infovetted.com/vetting/v1"],"path":["PDFExport"],"query":[{"description":"(Required) The **VettingRequestId** parameter, which is a unique identifier for the vettingRequest.","key":"VettingRequestId","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"0051c090-ff4a-4186-82dd-b3c8d512de0d","name":"Not found response, returned if the VettingRequestId does not exist or the PDF cannot be generated.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/pdf"},{"key":"x-api-key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/PDFExport?VettingRequestId=<string>","host":["https://api.infovetted.com/vetting/v1"],"path":["PDFExport"],"query":[{"key":"VettingRequestId","value":"<string>","description":"(Required) The **VettingRequestId** parameter, which is a unique identifier for the vettingRequest."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<integer>\",\n  \"type\": \"<string>\"\n}"},{"id":"1e372416-ddd8-4ed9-95da-d97c3ba958d9","name":"Internal server error response.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/pdf"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/PDFExport?VettingRequestId=<string>","host":["https://api.infovetted.com/vetting/v1"],"path":["PDFExport"],"query":[{"description":"(Required) The **VettingRequestId** parameter, which is a unique identifier for the vettingRequest.","key":"VettingRequestId","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"3c66fead-9c63-4ca7-9d7c-d6b582bf4fe3"},{"name":"Cancel an Exisitng vetting request","id":"4881cbb7-3c77-4cdf-aa8b-a59f8ffda27d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vettingRequestId\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CancelAnExistingVettingRequest","description":"<p>This endpoint cancels an existing vetting request.</p>\n","urlObject":{"path":["CancelAnExistingVettingRequest"],"host":["https://api.infovetted.com/vetting/v1"],"query":[],"variable":[]}},"response":[{"id":"b02d1534-0be0-4715-a8f2-c21026c16e1f","name":"The OK response containing the result of the process check.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"vettingRequestId\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CancelAnExistingVettingRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"succeeded\": \"<boolean>\",\n  \"code\": 0,\n  \"traceId\": \"<uuid>\"\n}"},{"id":"e5770d8e-5faf-4e8e-80c5-9a2eef5ed90c","name":"Bad request response in case of missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"vettingRequestId\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CancelAnExistingVettingRequest"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"487f5e22-c701-4a74-84e6-153c4d60511b","name":"Forbidden response when the client does not have permission to access this resource.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"vettingRequestId\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CancelAnExistingVettingRequest"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"b0160865-66ce-42ca-aee0-fe713c1a7fe9","name":"Internal server error response in case of server-side issues.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"vettingRequestId\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CancelAnExistingVettingRequest"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"4881cbb7-3c77-4cdf-aa8b-a59f8ffda27d"},{"name":"Create a new contact vetting request","id":"996c1a98-67d3-4844-9c3b-f45b3c1ba568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"checkType\": \"<string>\",\n  \"contactId\": \"<uuid>\",\n  \"yourReference\": \"<string>\",\n  \"notifyContactPreference\": \"<string>\",\n  \"webhookUrl\": \"<string>\",\n  \"supplementaryInformation\": {\n    \"dbsInformation\": {\n      \"identityVerified\": \"<boolean>\",\n      \"identityVerifiedBy\": \"<string>\",\n      \"jobTitleOfIndividual\": \"<string>\",\n      \"employmentSector\": \"<string>\",\n      \"employmentSectorComment\": \"<string>\",\n      \"isVolunteer\": \"<boolean>\",\n      \"isWorkingWithVulnerableAdults\": \"<boolean>\",\n      \"isWorkingWithChildren\": \"<boolean>\",\n      \"hasIndividualsAddressBeenChecked\": \"<boolean>\",\n      \"isWorkingAtVulnerablePersonsHomeAddress\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CreateContactVettingRequest","description":"<p>This endpoint creates a new vetting request for a contact.</p>\n","urlObject":{"path":["CreateContactVettingRequest"],"host":["https://api.infovetted.com/vetting/v1"],"query":[],"variable":[]}},"response":[{"id":"8d4ec5fc-cfce-4cd5-8044-63c007b9f88d","name":"The OK response containing the result of the vetting request creation.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"checkType\": \"<string>\",\n  \"contactId\": \"<uuid>\",\n  \"yourReference\": \"<string>\",\n  \"notifyContactPreference\": \"<string>\",\n  \"webhookUrl\": \"<string>\",\n  \"supplementaryInformation\": {\n    \"dbsInformation\": {\n      \"identityVerified\": \"<boolean>\",\n      \"identityVerifiedBy\": \"<string>\",\n      \"jobTitleOfIndividual\": \"<string>\",\n      \"employmentSector\": \"<string>\",\n      \"employmentSectorComment\": \"<string>\",\n      \"isVolunteer\": \"<boolean>\",\n      \"isWorkingWithVulnerableAdults\": \"<boolean>\",\n      \"isWorkingWithChildren\": \"<boolean>\",\n      \"hasIndividualsAddressBeenChecked\": \"<boolean>\",\n      \"isWorkingAtVulnerablePersonsHomeAddress\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CreateContactVettingRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"succeeded\": \"<boolean>\",\n   \"vettingRequestRecordReferences\": [\n        {\n            \"id\": \"<integer>\",\n            \"checkType\": \"string\"\n        }\n   ],\n  \"code\": 0,\n  \"traceId\": \"<uuid>\"\n}"},{"id":"81e82ab4-023f-4238-8a98-594115aa9fe5","name":"Bad request response in case of invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"checkType\": 0,\n  \"contactId\": \"<uuid>\",\n  \"yourReference\": \"<string>\",\n  \"notifyContactPreference\": 0,\n  \"webhookUrl\": \"<string>\",\n  \"supplementaryInformation\": {\n    \"dbsInformation\": {\n      \"identityVerified\": \"<boolean>\",\n      \"identityVerifiedBy\": \"<string>\",\n      \"jobTitleOfIndividual\": \"<string>\",\n      \"employmentSector\": 0,\n      \"employmentSectorComment\": \"<string>\",\n      \"isVolunteer\": \"<boolean>\",\n      \"isWorkingWithVulnerableAdults\": \"<boolean>\",\n      \"isWorkingWithChildren\": \"<boolean>\",\n      \"isIndividualsPersonalDetailsChecked\": \"<boolean>\",\n      \"isWorkingAtVulnerablePersonsHomeAddress\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CreateContactVettingRequest"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"28ae2dec-1c73-48cf-a579-c3d8f8dc6a9c","name":"Internal server error response in case of server-side issues.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"checkType\": 0,\n  \"contactId\": \"<uuid>\",\n  \"yourReference\": \"<string>\",\n  \"notifyContactPreference\": 0,\n  \"webhookUrl\": \"<string>\",\n  \"supplementaryInformation\": {\n    \"dbsInformation\": {\n      \"identityVerified\": \"<boolean>\",\n      \"identityVerifiedBy\": \"<string>\",\n      \"jobTitleOfIndividual\": \"<string>\",\n      \"employmentSector\": 0,\n      \"employmentSectorComment\": \"<string>\",\n      \"isVolunteer\": \"<boolean>\",\n      \"isWorkingWithVulnerableAdults\": \"<boolean>\",\n      \"isWorkingWithChildren\": \"<boolean>\",\n      \"isIndividualsPersonalDetailsChecked\": \"<boolean>\",\n      \"isWorkingAtVulnerablePersonsHomeAddress\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CreateContactVettingRequest"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"996c1a98-67d3-4844-9c3b-f45b3c1ba568"},{"name":"Get vetting requests by contact ID","id":"d735fa33-61e4-4acc-a7a9-38621d3b4857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.infovetted.com/vetting/v1/GetVettingRequestsByContactId?ContactId=<uuid>&Direction=<string>&Offset=<integer>&Limit=<integer>","description":"<p>This endpoint retrieves vetting requests associated with a specific contact ID.</p>\n","urlObject":{"path":["GetVettingRequestsByContactId"],"host":["https://api.infovetted.com/vetting/v1"],"query":[{"description":{"content":"<p>(Required) Unique identifier of the contact.</p>\n","type":"text/plain"},"key":"ContactId","value":"<uuid>"},{"description":{"content":"<p>Sort direction, e.g., 'asc' or 'desc'.</p>\n","type":"text/plain"},"key":"Direction","value":"<string>"},{"description":{"content":"<p>Pagination offset.</p>\n","type":"text/plain"},"key":"Offset","value":"<integer>"},{"description":{"content":"<p>Pagination limit.</p>\n","type":"text/plain"},"key":"Limit","value":"<integer>"}],"variable":[]}},"response":[{"id":"114dc806-1059-4127-82bd-68fe1bb55480","name":"The OK response containing vetting requests for the specified contact ID.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetVettingRequestsByContactId?ContactId=<uuid>&Direction=<string>&Offset=<integer>&Limit=<integer>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetVettingRequestsByContactId"],"query":[{"description":"(Required) Unique identifier of the contact.","key":"ContactId","value":"<uuid>"},{"description":"Sort direction, e.g., 'asc' or 'desc'.","key":"Direction","value":"<string>"},{"description":"Pagination offset.","key":"Offset","value":"<integer>"},{"description":"Pagination limit.","key":"Limit","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"id\": \"<integer>\",\n      \"firstName\": \"<string>\",\n      \"surname\": \"<string>\",\n      \"dateOfBirth\": \"<dateTime>\",\n      \"email\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"reference\": \"<string>\",\n      \"createdDateTime\": \"<dateTime>\",\n      \"checkType\": \"<integer>\",\n      \"contactId\": \"<uuid>\",\n      \"latestVettingStatus\": 0,\n      \"vettingStatuses\": [\n        {\n          \"status\": 0,\n          \"createdDateTime\": \"<dateTime>\"\n        },\n        {\n          \"status\": 0,\n          \"createdDateTime\": \"<dateTime>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<integer>\",\n      \"firstName\": \"<string>\",\n      \"surname\": \"<string>\",\n      \"dateOfBirth\": \"<dateTime>\",\n      \"email\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"reference\": \"<string>\",\n      \"createdDateTime\": \"<dateTime>\",\n      \"checkType\": \"<integer>\",\n      \"contactId\": \"<uuid>\",\n      \"latestVettingStatus\": 0,\n      \"vettingStatuses\": [\n        {\n          \"status\": 0,\n          \"createdDateTime\": \"<dateTime>\"\n        },\n        {\n          \"status\": 0,\n          \"createdDateTime\": \"<dateTime>\"\n        }\n      ]\n    }\n  ],\n  \"totalItems\": \"<integer>\"\n}"},{"id":"867acd04-29a4-41cb-8791-2335d8d945c4","name":"Bad request response in case of invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetVettingRequestsByContactId?ContactId=<uuid>&Direction=<string>&Offset=<integer>&Limit=<integer>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetVettingRequestsByContactId"],"query":[{"description":"(Required) Unique identifier of the contact.","key":"ContactId","value":"<uuid>"},{"description":"Sort direction, e.g., 'asc' or 'desc'.","key":"Direction","value":"<string>"},{"description":"Pagination offset.","key":"Offset","value":"<integer>"},{"description":"Pagination limit.","key":"Limit","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"616f01a8-228a-4c31-8d05-7631685b9745","name":"Internal server error response in case of server-side issues.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetVettingRequestsByContactId?ContactId=<uuid>&Direction=<string>&Offset=<integer>&Limit=<integer>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetVettingRequestsByContactId"],"query":[{"description":"(Required) Unique identifier of the contact.","key":"ContactId","value":"<uuid>"},{"description":"Sort direction, e.g., 'asc' or 'desc'.","key":"Direction","value":"<string>"},{"description":"Pagination offset.","key":"Offset","value":"<integer>"},{"description":"Pagination limit.","key":"Limit","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"d735fa33-61e4-4acc-a7a9-38621d3b4857"},{"name":"Get all vetting requests","id":"52cb552f-cd51-4c96-b385-acac76e6496a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.infovetted.com/vetting/v1/GetAllVettingRequests?Direction=<string>&Offset=<integer>&Limit=<integer>","description":"<p>This endpoint retrieves all vetting requests with optional pagination parameters.</p>\n","urlObject":{"path":["GetAllVettingRequests"],"host":["https://api.infovetted.com/vetting/v1"],"query":[{"description":{"content":"<p>Sort direction, e.g., 'asc' or 'desc'.</p>\n","type":"text/plain"},"key":"Direction","value":"<string>"},{"description":{"content":"<p>Pagination offset.</p>\n","type":"text/plain"},"key":"Offset","value":"<integer>"},{"description":{"content":"<p>Pagination limit.</p>\n","type":"text/plain"},"key":"Limit","value":"<integer>"}],"variable":[]}},"response":[{"id":"0e39c930-e3cb-47b3-b00b-fcdeced9f68b","name":"The OK response containing a list of vetting requests.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://infovetted-api.azure-api.net/vetting/v1/GetAllVettingRequests?Direction=<string>&Offset=<integer>&Limit=<integer>","protocol":"https","host":["infovetted-api","azure-api","net"],"path":["vetting","v1","GetAllVettingRequests"],"query":[{"key":"Direction","value":"<string>","description":"Sort direction, e.g., 'asc' or 'desc'."},{"key":"Offset","value":"<integer>","description":"Pagination offset."},{"key":"Limit","value":"<integer>","description":"Pagination limit."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"id\": \"<integer>\",\n      \"firstName\": \"<string>\",\n      \"surname\": \"<string>\",\n      \"dateOfBirth\": \"<dateTime>\",\n      \"email\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"reference\": \"<string>\",\n      \"createdDateTime\": \"<dateTime>\",\n      \"checkType\": \"<string>\",\n      \"contactId\": \"<uuid>\",\n      \"latestVettingStatus\": \"<string>\",\n      \"vettingStatuses\": [\n        {\n          \"status\": \"<string>\",\n          \"createdDateTime\": \"<dateTime>\"\n        },\n        {\n          \"status\": \"<string>\",\n          \"createdDateTime\": \"<dateTime>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<integer>\",\n      \"firstName\": \"<string>\",\n      \"surname\": \"<string>\",\n      \"dateOfBirth\": \"<dateTime>\",\n      \"email\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"reference\": \"<string>\",\n      \"createdDateTime\": \"<dateTime>\",\n      \"checkType\": \"<integer>\",\n      \"contactId\": \"<uuid>\",\n      \"latestVettingStatus\": \"<string>\",\n      \"vettingStatuses\": [\n        {\n          \"status\": \"<string>\",\n          \"createdDateTime\": \"<dateTime>\"\n        },\n        {\n          \"status\": \"<string>\",\n          \"createdDateTime\": \"<dateTime>\"\n        }\n      ]\n    }\n  ],\n  \"totalItems\": \"<integer>\"\n}"},{"id":"5ed65fba-2e30-4eb2-987f-1d3eaced51ca","name":"Bad request response in case of invalid parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetAllVettingRequests?Direction=<string>&Offset=<integer>&Limit=<integer>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetAllVettingRequests"],"query":[{"description":"Sort direction, e.g., 'asc' or 'desc'.","key":"Direction","value":"<string>"},{"description":"Pagination offset.","key":"Offset","value":"<integer>"},{"description":"Pagination limit.","key":"Limit","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"5a74c263-5c96-48d4-847f-c6e04dc60522","name":"Internal server error response in case of server-side issues.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetAllVettingRequests?Direction=<string>&Offset=<integer>&Limit=<integer>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetAllVettingRequests"],"query":[{"description":"Sort direction, e.g., 'asc' or 'desc'.","key":"Direction","value":"<string>"},{"description":"Pagination offset.","key":"Offset","value":"<integer>"},{"description":"Pagination limit.","key":"Limit","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"52cb552f-cd51-4c96-b385-acac76e6496a"}],"id":"4426c8c9-8408-4e81-b273-b609dd4f3995","description":"<p>The <strong>Vetting</strong> API section provides endpoints to manage and track background vetting requests. These endpoints allow you to:</p>\n<ul>\n<li><p>Retrieve vetting requests associated with specific contacts.</p>\n</li>\n<li><p>Export vetting request results as PDF documents.</p>\n</li>\n<li><p>Check the status of ongoing or completed vetting requests.</p>\n</li>\n<li><p>Submit new vetting requests for contacts.</p>\n</li>\n<li><p>Cancel existing vetting requests.</p>\n</li>\n</ul>\n<p>These endpoints are essential for managing background checks and tracking their progress.</p>\n","_postman_id":"4426c8c9-8408-4e81-b273-b609dd4f3995","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{X-API-Key}}"}]},"isInherited":true,"source":{"_postman_id":"aee2bf8c-2363-4ed8-bf5c-63c67c756d1d","id":"aee2bf8c-2363-4ed8-bf5c-63c67c756d1d","name":"InfoVetted Employment Screening OpenAPI","type":"collection"}}},{"name":"Contacts","item":[{"name":"Update contact details","id":"738f2f0a-9622-4bea-a5e5-c70068ee31ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"<string>\",\n  \"lastName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"contactId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/UpdateContact","description":"<p>This endpoint updates details of an existing contact.</p>\n","urlObject":{"path":["UpdateContact"],"host":["https://api.infovetted.com/vetting/v1"],"query":[],"variable":[]}},"response":[{"id":"f068217f-f7e2-4a5c-9700-f1bf62557a2b","name":"The OK response containing updated contact details.","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"<string>\",\n  \"lastName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"contactId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/UpdateContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<uuid>\",\n  \"firstName\": \"<string>\",\n  \"lastName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"registrationAccepted\": \"<boolean>\",\n  \"acceptedRegistrationDate\": \"<dateTime>\",\n  \"recordCreationSource\": \"<string>\",\n  \"createdDateTime\": \"<dateTime>\",\n  \"updatedDateTime\": \"<dateTime>\"\n}"},{"id":"e00b26f0-1361-4d17-b351-99642714ab69","name":"Bad request response in case of invalid input.","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"<string>\",\n  \"lastName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"contactId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/UpdateContact"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"aa418205-9c35-42e2-8e46-c84d76a7dcb4","name":"Internal server error response.","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"<string>\",\n  \"lastName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"contactId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/UpdateContact"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"738f2f0a-9622-4bea-a5e5-c70068ee31ad"},{"name":"Retrieve all contacts","id":"6ca20f85-7f7b-4f54-a97b-f08d81113aa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.infovetted.com/vetting/v1/GetAllContacts?Direction=<string>&Offset=<integer>&Limit=<integer>","description":"<p>This endpoint retrieves all contacts with optional pagination.</p>\n","urlObject":{"path":["GetAllContacts"],"host":["https://api.infovetted.com/vetting/v1"],"query":[{"description":{"content":"<p>Sort direction (asc or desc).</p>\n","type":"text/plain"},"key":"Direction","value":"<string>"},{"description":{"content":"<p>Pagination offset.</p>\n","type":"text/plain"},"key":"Offset","value":"<integer>"},{"description":{"content":"<p>Pagination limit.</p>\n","type":"text/plain"},"key":"Limit","value":"<integer>"}],"variable":[]}},"response":[{"id":"5f851be5-c96e-4f12-9093-36683b22d770","name":"The OK response containing a list of contacts.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetAllContacts?Direction=<string>&Offset=<integer>&Limit=<integer>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetAllContacts"],"query":[{"description":"Sort direction (asc or desc).","key":"Direction","value":"<string>"},{"description":"Pagination offset.","key":"Offset","value":"<integer>"},{"description":"Pagination limit.","key":"Limit","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"id\": \"<uuid>\",\n      \"firstName\": \"<string>\",\n      \"lastName\": \"<string>\",\n      \"email\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"registrationAccepted\": \"<boolean>\",\n      \"acceptedRegistrationDate\": \"<dateTime>\",\n      \"recordCreationSource\": \"<string>\",\n      \"createdDateTime\": \"<dateTime>\",\n      \"updatedDateTime\": \"<dateTime>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"firstName\": \"<string>\",\n      \"lastName\": \"<string>\",\n      \"email\": \"<string>\",\n      \"phoneNumber\": \"<string>\",\n      \"registrationAccepted\": \"<boolean>\",\n      \"acceptedRegistrationDate\": \"<dateTime>\",\n      \"recordCreationSource\": \"<string>\",\n      \"createdDateTime\": \"<dateTime>\",\n      \"updatedDateTime\": \"<dateTime>\"\n    }\n  ],\n  \"totalItems\": \"<integer>\"\n}"},{"id":"3b37101b-e3a8-4c16-993a-0b3d1eff461e","name":"Bad request response in case of invalid input.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetAllContacts?Direction=<string>&Offset=<integer>&Limit=<integer>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetAllContacts"],"query":[{"description":"Sort direction (asc or desc).","key":"Direction","value":"<string>"},{"description":"Pagination offset.","key":"Offset","value":"<integer>"},{"description":"Pagination limit.","key":"Limit","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"c50646c4-e358-495d-8a55-60a834b3164c","name":"Internal server error response.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetAllContacts?Direction=<string>&Offset=<integer>&Limit=<integer>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetAllContacts"],"query":[{"description":"Sort direction (asc or desc).","key":"Direction","value":"<string>"},{"description":"Pagination offset.","key":"Offset","value":"<integer>"},{"description":"Pagination limit.","key":"Limit","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"6ca20f85-7f7b-4f54-a97b-f08d81113aa1"},{"name":"Retrieve contact details","id":"8e25fbd1-4b30-41fb-8e18-12439c0cf842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.infovetted.com/vetting/v1/GetContact?ContactId=<uuid>","description":"<p>This endpoint retrieves details of a contact by its ID.</p>\n","urlObject":{"path":["GetContact"],"host":["https://api.infovetted.com/vetting/v1"],"query":[{"description":{"content":"<p>(Required) The unique identifier of the contact.</p>\n","type":"text/plain"},"key":"ContactId","value":"<uuid>"}],"variable":[]}},"response":[{"id":"2ff4eba1-a11b-4111-afed-9eeecfb7c63b","name":"The OK response containing contact details.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetContact?ContactId=<uuid>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetContact"],"query":[{"description":"(Required) The unique identifier of the contact.","key":"ContactId","value":"<uuid>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<uuid>\",\n  \"firstName\": \"<string>\",\n  \"lastName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"registrationAccepted\": \"<boolean>\",\n  \"acceptedRegistrationDate\": \"<dateTime>\",\n  \"recordCreationSource\": \"<string>\",\n  \"createdDateTime\": \"<dateTime>\",\n  \"updatedDateTime\": \"<dateTime>\"\n}"},{"id":"7a1f8330-a070-44b2-8d44-448f1a39fd56","name":"Bad request response in case of invalid input.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetContact?ContactId=<uuid>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetContact"],"query":[{"description":"(Required) The unique identifier of the contact.","key":"ContactId","value":"<uuid>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"a922f691-3eb1-4fa9-be72-9f89c101cb01","name":"Internal server error response.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetContact?ContactId=<uuid>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetContact"],"query":[{"description":"(Required) The unique identifier of the contact.","key":"ContactId","value":"<uuid>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"8e25fbd1-4b30-41fb-8e18-12439c0cf842"},{"name":"Create a new contact","id":"3a6d0deb-c3f4-4e9f-b62f-b745f6e8656a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"<string>\",\n  \"lastName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phoneNumber\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CreateContact","description":"<p>This endpoint creates a new contact based on input parameters.</p>\n","urlObject":{"path":["CreateContact"],"host":["https://api.infovetted.com/vetting/v1"],"query":[],"variable":[]}},"response":[{"id":"b755e2ee-4a71-4047-a0ed-7eaf05a2bce7","name":"The OK response containing contact creation details.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"<string>\",\n  \"lastName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phoneNumber\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CreateContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"isDuplicate\": \"<boolean>\",\n  \"message\": \"<string>\",\n  \"contactId\": \"<uuid>\",\n  \"firstName\": \"<string>\",\n  \"lastName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phoneNumber\": \"<string>\"\n}"},{"id":"0cf37a9c-32a0-49cc-ae58-2a047ba8249e","name":"Bad request response in case of invalid data.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"<string>\",\n  \"lastName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phoneNumber\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CreateContact"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"c3fec040-bab5-4892-86e8-79adcfe5153e","name":"Internal server error response.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"<string>\",\n  \"lastName\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phoneNumber\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CreateContact"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"3a6d0deb-c3f4-4e9f-b62f-b745f6e8656a"},{"name":"Retrieve assigned groups for a contact","id":"cc2a4943-c220-4893-865b-69d4cceb4404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.infovetted.com/vetting/v1/GetAssignedGroupsForContact?ContactId=<uuid>","description":"<p>This endpoint retrieves groups assigned to a specific contact by ID.</p>\n","urlObject":{"path":["GetAssignedGroupsForContact"],"host":["https://api.infovetted.com/vetting/v1"],"query":[{"description":{"content":"<p>(Required) The unique identifier of the contact.</p>\n","type":"text/plain"},"key":"ContactId","value":"<uuid>"}],"variable":[]}},"response":[{"id":"0fa9747d-9549-4de4-a900-19f0246394c1","name":"The OK response containing assigned groups for the contact.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetAssignedGroupsForContact?ContactId=<uuid>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetAssignedGroupsForContact"],"query":[{"description":"(Required) The unique identifier of the contact.","key":"ContactId","value":"<uuid>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"createdDate\": \"<dateTime>\"\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"createdDate\": \"<dateTime>\"\n  }\n]"},{"id":"00d5e115-1344-4436-84c9-90fa69fe221c","name":"Bad request response in case of invalid input.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetAssignedGroupsForContact?ContactId=<uuid>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetAssignedGroupsForContact"],"query":[{"description":"(Required) The unique identifier of the contact.","key":"ContactId","value":"<uuid>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"3f08872d-0725-443e-9daa-c0c68c239f67","name":"Internal server error response.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetAssignedGroupsForContact?ContactId=<uuid>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetAssignedGroupsForContact"],"query":[{"description":"(Required) The unique identifier of the contact.","key":"ContactId","value":"<uuid>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"cc2a4943-c220-4893-865b-69d4cceb4404"},{"name":"Add a contact to a contact group","id":"9e2b2157-0ac1-4336-95da-5e99a7909f96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contactListId\": \"<uuid>\",\n  \"contactId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/AddContactToContactGroup","description":"<p>This endpoint adds an existing contact to a specific contact group.</p>\n","urlObject":{"path":["AddContactToContactGroup"],"host":["https://api.infovetted.com/vetting/v1"],"query":[],"variable":[]}},"response":[{"id":"5f8e3912-d274-4630-9d4b-cb684112529d","name":"The OK response indicating the contact was successfully added to the group.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"contactListId\": \"<uuid>\",\n  \"contactId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/AddContactToContactGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e6a21e07-ac0f-467f-97e6-744d6fa5b3af","name":"Bad request response in case of invalid input.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"contactListId\": \"<uuid>\",\n  \"contactId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/AddContactToContactGroup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"01165151-4678-4751-add0-03b8ee32c105","name":"Internal server error response.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"contactListId\": \"<uuid>\",\n  \"contactId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/AddContactToContactGroup"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"9e2b2157-0ac1-4336-95da-5e99a7909f96"},{"name":"Remove a contact from a contact group","id":"8aefcfcb-715a-42a7-9c21-e334a5429757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contactGroupId\": \"<uuid>\",\n  \"contactId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/RemoveContactFromContactGroup","description":"<p>This endpoint removes an existing contact from a specific contact group.</p>\n","urlObject":{"path":["RemoveContactFromContactGroup"],"host":["https://api.infovetted.com/vetting/v1"],"query":[],"variable":[]}},"response":[{"id":"b04cde05-0461-463a-b3ea-e5d1b5788951","name":"The OK response indicating the contact was successfully removed from the group.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"contactListId\": \"<uuid>\",\n  \"contactId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/RemoveContactFromContactGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"contactListId\": \"<uuid>\",\n  \"contactId\": \"<uuid>\"\n}"},{"id":"aa1c29e8-0d83-4271-bb11-edf67d970e67","name":"Bad request response in case of invalid input.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"contactListId\": \"<uuid>\",\n  \"contactId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/RemoveContactFromContactGroup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"479264d8-8fdb-4efc-a425-b7073e1932bb","name":"Internal server error response.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"contactListId\": \"<uuid>\",\n  \"contactId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/RemoveContactFromContactGroup"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"8aefcfcb-715a-42a7-9c21-e334a5429757"}],"id":"c5f7f766-b33d-432e-a5af-b19f03a7b2dc","description":"<p>The <strong>Contact</strong> API section enables you to manage individual contacts and their associated details. Use these endpoints to:</p>\n<ul>\n<li><p>Create new contacts.</p>\n</li>\n<li><p>Retrieve contact details using unique identifiers.</p>\n</li>\n<li><p>Update existing contact information.</p>\n</li>\n<li><p>List all contacts with optional pagination.</p>\n</li>\n</ul>\n<p>These APIs simplify contact management by providing easy ways to handle personal and contact information for your application.</p>\n<p>A contact could be an employee or applicant</p>\n","_postman_id":"c5f7f766-b33d-432e-a5af-b19f03a7b2dc","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{X-API-Key}}"}]},"isInherited":true,"source":{"_postman_id":"aee2bf8c-2363-4ed8-bf5c-63c67c756d1d","id":"aee2bf8c-2363-4ed8-bf5c-63c67c756d1d","name":"InfoVetted Employment Screening OpenAPI","type":"collection"}}},{"name":"ContactGroups","item":[{"name":"Create a new contact group","id":"01469d43-4131-4c91-a578-2c0a3426f5e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CreateContactGroup","description":"<p>This endpoint creates a new contact group with the provided name.</p>\n","urlObject":{"path":["CreateContactGroup"],"host":["https://api.infovetted.com/vetting/v1"],"query":[],"variable":[]}},"response":[{"id":"8b2e20d3-4e8c-41a0-a988-ef572e1cffbc","name":"The OK response containing the created contact group details.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CreateContactGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"contactGroupId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"createdDateTime\": \"<dateTime>\"\n}"},{"id":"149c966f-0cf2-4143-8f44-7ff53c16ca5e","name":"Bad request response in case of invalid input.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CreateContactGroup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"0b7ad562-2360-4bd7-ba45-b7203cd9a438","name":"Internal server error response.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/CreateContactGroup"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"01469d43-4131-4c91-a578-2c0a3426f5e0"},{"name":"Retrieve a contact group","id":"9ea602fc-8ec5-47d6-af5a-36a63df24916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.infovetted.com/vetting/v1/GetContactGroup?ContactGroupId=<uuid>","description":"<p>This endpoint retrieves details of a specific contact group by ID.</p>\n","urlObject":{"path":["GetContactGroup"],"host":["https://api.infovetted.com/vetting/v1"],"query":[{"description":{"content":"<p>(Required) The unique identifier of the contact group.</p>\n","type":"text/plain"},"key":"ContactGroupId","value":"<uuid>"}],"variable":[]}},"response":[{"id":"889380b4-e4cf-4ecf-abc4-97e612e36b0e","name":"The OK response containing contact group details.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetContactGroup?ContactGroupId=<uuid>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetContactGroup"],"query":[{"key":"ContactGroupId","value":"<uuid>","description":"(Required) The unique identifier of the contact group."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"contactGroupId\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"createdTime\": \"<dateTime>\",\n  \"count\": \"<integer>\"\n}"},{"id":"e5c612dd-de03-4f6f-a871-3cf46f54a7d6","name":"Bad request response in case of invalid input.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetContactGroup?ContactGroupId=<uuid>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetContactGroup"],"query":[{"description":"(Required) The unique identifier of the contact group.","key":"ContactGroupId","value":"<uuid>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"54184eed-b89f-482b-913e-a50e416885ad","name":"Response indicating that the contact group was not found.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetContactGroup?ContactGroupId=<uuid>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetContactGroup"],"query":[{"description":"(Required) The unique identifier of the contact group.","key":"ContactGroupId","value":"<uuid>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"2fa795d1-b933-4cf6-8b94-abbb4392ad0b","name":"Internal server error response.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.infovetted.com/vetting/v1/GetContactGroup?ContactGroupId=<uuid>","host":["https://api.infovetted.com/vetting/v1"],"path":["GetContactGroup"],"query":[{"description":"(Required) The unique identifier of the contact group.","key":"ContactGroupId","value":"<uuid>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"9ea602fc-8ec5-47d6-af5a-36a63df24916"},{"name":"Update an existing contact group","id":"64b5fdf7-99a9-4541-8ff5-292651599510","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contactGroupId\": \"<uuid>\",\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/UpdateContactGroup","description":"<p>This endpoint updates the details of an existing contact group by ID.</p>\n","urlObject":{"path":["UpdateContactGroup"],"host":["https://api.infovetted.com/vetting/v1"],"query":[],"variable":[]}},"response":[{"id":"c671dd60-a703-4171-8516-fbddb7e0e6e8","name":"The OK response containing the updated contact group details.","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"contactListId\": \"<uuid>\",\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/UpdateContactGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"contactGroupId\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"createdTime\": \"<dateTime>\",\n  \"count\": \"<integer>\"\n}"},{"id":"3a323598-f484-4e30-bff4-60594ba07979","name":"Bad request response in case of invalid input.","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"contactListId\": \"<uuid>\",\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/UpdateContactGroup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"c26c1bc1-08c2-4da7-bc5f-2674b3200d92","name":"Internal server error response.","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"contactListId\": \"<uuid>\",\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/UpdateContactGroup"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"64b5fdf7-99a9-4541-8ff5-292651599510"},{"name":"Delete a contact group","id":"5ed5cc55-16e0-47d6-9e14-81cb0dcd5f27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contactGroupId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/DeleteContactGroup","description":"<p>This endpoint deletes a contact group by its ID.</p>\n","urlObject":{"path":["DeleteContactGroup"],"host":["https://api.infovetted.com/vetting/v1"],"query":[],"variable":[]}},"response":[{"id":"8b26f768-1576-4da6-9d5c-811de9395f65","name":"The No Content response indicating successful deletion.","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"contactListId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/DeleteContactGroup"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"514e900e-c110-417a-8a49-1a440d063b2f","name":"Bad request response in case of invalid input.","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"contactListId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/DeleteContactGroup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"d472b63c-10b8-4389-9613-b409773759e2","name":"Internal server error response.","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"contactListId\": \"<uuid>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.infovetted.com/vetting/v1/DeleteContactGroup"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"5ed5cc55-16e0-47d6-9e14-81cb0dcd5f27"},{"name":"Retrieve all contact groups","id":"9a688939-6382-4371-80c0-32d8aaecf5e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.infovetted.com/vetting/v1/GetAllContactGroups","description":"<p>This endpoint retrieves all contact groups associated with the subscription.</p>\n","urlObject":{"path":["GetAllContactGroups"],"host":["https://api.infovetted.com/vetting/v1"],"query":[],"variable":[]}},"response":[{"id":"d3e8af2d-2b7c-45d6-a00d-512003a19e39","name":"The OK response containing a list of contact groups.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":"https://api.infovetted.com/vetting/v1/GetAllContactGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"contactGroups\": [\n    {\n      \"contactGroupId\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"createdTime\": \"<dateTime>\",\n      \"count\": \"<integer>\"\n    },\n    {\n      \"contactGroupId\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"createdTime\": \"<dateTime>\",\n      \"count\": \"<integer>\"\n    }\n  ]\n}"},{"id":"31553632-1147-4917-bfbf-06c8af0776d5","name":"Bad request response in case of invalid input.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":"https://api.infovetted.com/vetting/v1/GetAllContactGroups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"field\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"98ee83e1-dfbf-4611-b69c-fac41fd8cd86","name":"Internal server error response.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":"https://api.infovetted.com/vetting/v1/GetAllContactGroups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"9a688939-6382-4371-80c0-32d8aaecf5e5"}],"id":"466b5b48-cb9d-4486-8323-29ebfd23313d","description":"<p>The <strong>ContactGroup</strong> API section provides functionality for managing groups of contacts. These endpoints let you:</p>\n<ul>\n<li><p>Create new groups to organize contacts.</p>\n</li>\n<li><p>Retrieve details of a specific group.</p>\n</li>\n<li><p>Update group information, including names.</p>\n</li>\n<li><p>List all groups with their associated details.</p>\n</li>\n<li><p>Add contacts to or remove contacts from groups.</p>\n</li>\n<li><p>Delete groups that are no longer needed.</p>\n</li>\n</ul>\n<p>This section is ideal for applications that require organising and managing contacts in structured groups.</p>\n<p>A contact can belong to many groups.</p>\n","_postman_id":"466b5b48-cb9d-4486-8323-29ebfd23313d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{X-API-Key}}"}]},"isInherited":true,"source":{"_postman_id":"aee2bf8c-2363-4ed8-bf5c-63c67c756d1d","id":"aee2bf8c-2363-4ed8-bf5c-63c67c756d1d","name":"InfoVetted Employment Screening OpenAPI","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{X-API-Key}}"}]}},"event":[{"listen":"prerequest","script":{"id":"9f3c6e9d-7963-4ac5-bc07-7f2d20c81d8d","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"24030629-bd11-4566-860d-2a1067ca5bd8","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.infovetted.com/vetting/v1"}]}