{"info":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","description":"<html><head></head><body><p>Welcome to our developer portal. This portal contains all the tools and resources you need to build and integrate our capabilities into your own projects. Whether you're a seasoned developer or just getting started, our portal makes it easy to take advantage of the powerful functionality our software has to offer. With detailed documentation, sample code, and technical support, you'll be able to get up and running in no time.</p>\n<p>The endpoints documented are available for our customers to do custom integrations for complex workflows and processing.</p>\n<h1 id=\"common-design-considerations\">Common Design Considerations</h1>\n<p>The following are some common design considerations when integrating with the API.</p>\n<h3 id=\"dates\">Dates</h3>\n<p>Dates are represented as strings in the ISO 8601 format. This format is both human-readable and easily parsed by machines. Here’s an example of a date string in ISO 8601 format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> {\n     \"date\": \"2024-09-20\",\n     \"datatime\": \"2024-09-20T10:56:33-07:00\"\n }\n\n</code></pre>\n<h4 id=\"format\">Format:</h4>\n<ul>\n<li><p>YYYY: Four-digit year (e.g., 2024)</p>\n</li>\n<li><p>MM: Two-digit month (01-12)</p>\n</li>\n<li><p>DD: Two-digit day of the month (01-31)</p>\n</li>\n<li><p>T: Separator indicating the start of the time component</p>\n</li>\n<li><p>hh: Two-digit hour (00-23)</p>\n</li>\n<li><p>mm: Two-digit minute (00-59)</p>\n</li>\n<li><p>ss: Two-digit second (00-59)</p>\n</li>\n<li><p>Z: Indicates UTC time (can also be a timezone offset like <code>+00:00</code>)</p>\n</li>\n</ul>\n<h3 id=\"license-number-patterns\"><strong>License Number Patterns</strong></h3>\n<p><strong>For more information on License Number Formats visit the</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a><strong>:</strong></p>\n<ul>\n<li><p><a href=\"https://support.sambasafety.com/en_US/motor-vehicle-records/us-driver-license-number-formats\">US Driver License Number Formats</a></p>\n</li>\n<li><p><a href=\"https://support.sambasafety.com/en_US/motor-vehicle-records/canadian-driver-license-number-formats\">Canadian Driver License Number Formats</a></p>\n</li>\n</ul>\n<h3 id=\"gender\">Gender</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Acceptable Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MALE</td>\n</tr>\n<tr>\n<td>FEMALE</td>\n</tr>\n<tr>\n<td>NON-BINARY</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"email-address\">Email Address</h3>\n<p>An email must be a valid email address, and can contain the following special characters: <code>+</code>,<code>.</code>,<code>-</code>,<code>_</code>,<code>@</code></p>\n<h3 id=\"eyecolor\">EyeColor</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Acceptable Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BLACK</td>\n</tr>\n<tr>\n<td>BLUE</td>\n</tr>\n<tr>\n<td>BROWN</td>\n</tr>\n<tr>\n<td>DICHROMATIC</td>\n</tr>\n<tr>\n<td>GRAY</td>\n</tr>\n<tr>\n<td>GREEN</td>\n</tr>\n<tr>\n<td>HAZEL</td>\n</tr>\n<tr>\n<td>PINK</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"license-category\">License Category</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Acceptable Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n</tr>\n<tr>\n<td>PERMIT</td>\n</tr>\n<tr>\n<td>LICENSE</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"purpose\">Purpose</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Acceptable Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>INSURANCE</td>\n</tr>\n<tr>\n<td>EMPLOYMENT</td>\n</tr>\n<tr>\n<td>RESELLER_INSURANCE</td>\n</tr>\n<tr>\n<td>RESELLER_EMPLOYMENT</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"driver-name\">Driver Name</h3>\n<p>The first, middle, and last name values may not contain special characters other than a hyphen <code>-</code> between family surnames OR apostrophe.</p>\n<p>Unacceptable characters: <code>á</code>, <code>é</code>, <code>í</code>, <code>ó</code>, <code>ú</code>, <code>ñ</code>, <code>ü,</code></p>\n<h3 id=\"suffix\">Suffix</h3>\n<p>The suffix field does not accept comma's or periods.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Acceptable Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>JR</td>\n</tr>\n<tr>\n<td>SR</td>\n</tr>\n<tr>\n<td>II</td>\n</tr>\n<tr>\n<td>III</td>\n</tr>\n<tr>\n<td>IIII</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"social-security-numbers\">Social Security Numbers</h3>\n<p>The <code>ssn</code> parameter accepts the <code>000000000</code> or <code>0000</code> numeric formats. You may need to remove <code>-</code> characters, when formatting this parameter.</p>\n<h1 id=\"error-handling\">Error Handling</h1>\n<p>The following documentation identifies the common error codes and messages you may encounter when interacting with our API endpoints. There are three main categories of error types we can return from our API. These errors include:</p>\n<ul>\n<li><p><strong>4XX Client Side Errors</strong></p>\n</li>\n<li><p><strong>5XX Server Side Errors</strong></p>\n</li>\n<li><p><strong>Application Errors</strong></p>\n</li>\n</ul>\n<h3 id=\"general-validation-rules\">General Validation Rules</h3>\n<ul>\n<li><p><strong>Required Fields:</strong> A <em>4XX client side error</em> will be returned if a request is made that does not include all required properties.</p>\n</li>\n<li><p><strong>Provided Fields are Invalid:</strong> A <em>4XX client sidde error</em> will be returned if a request is made with an invalid property formats.</p>\n</li>\n<li><p><strong>Provided Fields are Invalid for State:</strong> An <em>application error</em> will be returned if a request is made and the license number format does not match the state requirement.</p>\n</li>\n</ul>\n<p>This lists errors by their HTTP status codes as defined in <a href=\"https://tools.ietf.org/html/rfc7231#section-6\">RFC 7231</a>.</p>\n<h3 id=\"4xx-client-side-errors\">4XX Client Side Errors</h3>\n<p>4XX client side errors can be corrected and resubmitted to the application.</p>\n<h4 id=\"400-bad-request\">400 Bad Request</h4>\n<p>A 400 bad request error is an HTTP status code that indicates that a application is unable to process a request due to a client’s malformed request.</p>\n<p><strong>Causes:</strong></p>\n<ul>\n<li><p>Malformed request syntax; For example, a missing comma or { }.</p>\n</li>\n<li><p>Invalid request body message; For example, a missing required property.</p>\n</li>\n<li><p>Typos in the URL</p>\n</li>\n</ul>\n<p><strong>Suggested Action:</strong> Check the request, and retry.</p>\n<h4 id=\"401-unauthorized--403-forbidden\">401 Unauthorized / 403 Forbidden</h4>\n<p>The <strong>401 Unauthorized</strong> error is an HTTP status code that indicates a client side error when a request to a web server is unsuccessful due to missing or incorrect authentication credentials. The <strong>403 Forbidden</strong> is a similar HTTP status code, but the client does not have permissions to perform a certain action.</p>\n<p><strong>Causes:</strong></p>\n<ul>\n<li><p>You do not have valid credentials (Bearer Token)</p>\n</li>\n<li><p>Trying to access unauthorized data</p>\n</li>\n</ul>\n<p><strong>Suggested Action:</strong> The most common reason for this is an expired bearer token, re-authenticate to refresh your token.</p>\n<h4 id=\"404-not-found\">404 Not Found</h4>\n<p>The <strong>404 Not Found</strong> error is an HTTP status code that indicates the server is unable to find the requested resource at a specific endpoint.</p>\n<p><strong>Causes:</strong></p>\n<ul>\n<li>A resource has been deleted or moved, or is temporary unavailable.</li>\n</ul>\n<p><strong>Suggested Action:</strong> Check the resource id, and retry. If still not found, check resource has not been deleted or moved.</p>\n<h4 id=\"406-not-acceptable\">406 Not Acceptable</h4>\n<p>This response is sent when the application doesn't find a matching <code>Content-Type</code> for the requested <code>`Accepted` header.</code></p>\n<p><strong>Causes:</strong></p>\n<ul>\n<li>An invalid content-type was sent in the <code>Accept</code>header.</li>\n</ul>\n<p><strong>Suggested Action:</strong> Check the <code>Accept</code>being sent in the header, and retry.</p>\n<h4 id=\"409-conflict\">409 Conflict</h4>\n<p>This response is sent when a request conflicts with the current state of the application data.</p>\n<p><strong>Causes:</strong></p>\n<ul>\n<li>A property in the request body causes a property conflict in the application.</li>\n</ul>\n<p><strong>Suggested Action:</strong> Correct the property value as indicated in the error message, and retry.</p>\n<h4 id=\"422-unprocessable-content\">422 Unprocessable Content</h4>\n<p>The request was well-formed but the application was unable process due to semantic errors.</p>\n<p><strong>Causes:</strong></p>\n<ul>\n<li>A property in the request body causes invalid property values in the application.</li>\n</ul>\n<p><strong>Suggested Action:</strong> Correct the property value as indicated in the error message, and retry.</p>\n<h4 id=\"429-too-many-requests\">429 Too Many Requests</h4>\n<p>This status code indicates to the client to slow down the rate of requests is commonly called \"rate limiting\".</p>\n<p><strong>Causes:</strong></p>\n<ul>\n<li>The client has sent too many requests in a given amount of time.</li>\n</ul>\n<p><strong>Suggested Action:</strong> Adjust your application's rate of requests being sent.</p>\n<h3 id=\"4xx-error-messages\">4XX Error Messages</h3>\n<p>Generated based on business/domain rules. An example of an error code returned when the characters submitted in the license state field didn’t match the required format.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"code\": \"B02\",\n    \"message\": \"Format for field(s) licenseState are invalid\"\n}\n\n</code></pre>\n<p>Generated by the application framework in some scenarios. An example is outlined below</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"timestamp\": \"2024-04-11T18:16:28.810+00:00\",   \n    \"status\": 404,   \n    \"error\": \"Not Found\",   \n    \"path\": \"/v1/mvrorxxxx\"   \n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Error Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>B01</td>\n<td>Required field(s) ‘’ are missing.</td>\n</tr>\n<tr>\n<td>B02</td>\n<td>Formats for field(s) ‘field names&gt;’ are invalid.</td>\n</tr>\n<tr>\n<td>B03</td>\n<td>Person in archived status cannot be enrolled in monitoring.</td>\n</tr>\n<tr>\n<td></td>\n<td>Person xxxxx has already been matched.</td>\n</tr>\n<tr>\n<td></td>\n<td>Report type xxxx not supported</td>\n</tr>\n<tr>\n<td></td>\n<td>Unknown field xxxxxx in request body</td>\n</tr>\n<tr>\n<td>C01</td>\n<td>Provided call back URL is invalid</td>\n</tr>\n<tr>\n<td>E01</td>\n<td>Driver data is invalid, please fix and try again. invalid.</td>\n</tr>\n<tr>\n<td>L01</td>\n<td>License already assigned to a person.</td>\n</tr>\n<tr>\n<td>R01</td>\n<td>Required fields cannot be updated ‘’.</td>\n</tr>\n<tr>\n<td>U01</td>\n<td>Person already exists in group with field(s)</td>\n</tr>\n<tr>\n<td>U02</td>\n<td>License and State combination already exists.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"5xx-server-side-errors\">5XX Server Side Errors</h2>\n<p>5XX server side errors can be resubmitted unchanged to the application after a short period of time.</p>\n<h4 id=\"500-internal-server-error\">500 Internal Server Error</h4>\n<p>The application has encountered a situation it does not know how to handle.</p>\n<h4 id=\"502-bad-gateway\">502 Bad Gateway</h4>\n<p>This error response means that the application, while working as a gateway to get a response needed to handle your request, got an invalid response.</p>\n<h4 id=\"503-service-unavailable\">503 Service Unavailable</h4>\n<p>The application is not ready to handle the request. Common causes are a server that is down for maintenance or that is overloaded.</p>\n<h4 id=\"504-gateway-timeout\">504 Gateway Timeout</h4>\n<p>This error response is given when the application does not response in time.</p>\n<h2 id=\"application-errors\">Application Errors</h2>\n<p>Applications errors are returned with the normal HTTP 200 OK response code. These are successfully submitted requests that during the application’s workflow returns a backend error message.</p>\n<h3 id=\"order-errors\">Order Errors</h3>\n<p>Order errors can occur when the request doesn’t meet a state's requirements. Some examples include:</p>\n<ul>\n<li><p>ordering a product not available for in that particular state.</p>\n</li>\n<li><p>not having a state-access code correctly configured in your request. (UT, CA, PA)</p>\n</li>\n<li><p>ordering an online vs overnight product (HI)</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> <a href=\"https://support.sambasafety.com/en_US/motor-vehicle-records/mvr-order-errors\"><b>MVR Order Errors</b></a> <strong>visit the</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n<h3 id=\"no-hit-errors\">No-Hit Errors</h3>\n<p>To determine whether it is a no‐hit error, look for a value of <strong>N</strong> in the <strong>Valid</strong> property of the <strong>Result</strong> object. If found, look for one of the values listed below in the <strong>ErrorDescription</strong> property.</p>\n<p><strong>JSON 2.0.4 Driver Not Found Example Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                ...\n            },\n            \"Result\": {\n                \"Control\": \"07GRG8\",\n                \"Valid\": \"N\",\n                \"ErrorCode\": \"A2\",\n                \"ErrorDescription\": \"DRIVER NOT FOUND\",\n                \"ReturnedDate\": {...},\n                \"ReturnedTime\": {...},\n                \"CompanyClass\": \"NO RECORD FOUND AT THE DMV\",\n                \"CompanyScore\": \"2\",\n                \"CompanyScoreInt\": 2,\n                \"CompanyVersion\": \"1-13\",\n                \"ReklamiErrorCode\": \"MV\",\n                \"ResultCode\": \"RC\",\n                \"Designation\": \"ERROR\"\n            }\n        }\n    }\n}\n\n</code></pre>\n<p><strong>JSON 3.0.0 Driver Not Found Example Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"mvrId\": \"c2c489c5-6629-4cb0-8bc7-30ba33076507\",\n    \"controlNumber\": \"HV0W0W\",\n    \"mvrOrder\": {\n        \"orderDateTime\": \"2024-08-08T06:53:00-07:00\",\n        \"person\": {\n            \"firstName\": \"JOHN\",\n            \"lastName\": \"PUBLIC\",\n            \"birthDate\": \"1980-10-19\"\n        },\n        \"license\": {\n            \"licenseNumber\": \"C012345678\",\n            \"licenseState\": \"CO\"\n        }\n    },\n    \"mvrOrderResult\": {\n        \"orderDateTime\": \"2024-08-08T06:53:00-07:00\",\n        \"productID\": \"DL\",\n        \"valid\": \"N\",\n        \"response\": \"LICENSE AND NAME OR DOB DO NOT MATCH\",\n        \"returnedDateTime\": \"2024-08-08T06:53:00-07:00\"\n    }\n}\n\n</code></pre>\n<h3 id=\"system-is-down\">SYSTEM IS DOWN</h3>\n<p>Unfortunately there are times when the application is down. Network issues, system updates, and planned maintenance times can cause a system down response.</p>\n<p><strong>For more information on</strong> <a href=\"https://webmvr.statuspage.io\"><b>MVR Platform Status</b></a> <strong>visit the</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n<p><strong>JSON 2.0.4 System Down Example Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                ...\n            },\n            \"Result\": {\n                \"Control\": \"07GRG9\",\n                \"Valid\": \"N\",\n                \"ErrorCode\": \"ZD\",\n                \"ErrorDescription\": \"SYSTEM IS DOWN\",\n                \"ReturnedDate\": {...},\n                \"ReturnedTime\": {...},\n                \"ResultCode\": \"13\",\n                \"Designation\": \"\"\n            }\n        }\n    }\n}\n\n</code></pre>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>This collection can be used with your SambaSafety credentials in both our Demo or Production environments. We offer this collection publicly to assist you in implementing your solution with our APIs. It's meant to jump start your exploration.</p>\n<p><em><strong>This collection can be forked, copied or imported into your own team workspace.</strong></em></p>\n<img src=\"https://content.pstmn.io/aaebc2fe-c92e-45d6-a9cc-680a58e58bc2/aW1hZ2UucG5n\" alt=\"Fork%20Collection\" width=\"345\" height=\"296\">\n\n<h2 id=\"mock-examples\">Mock Examples</h2>\n<p>SambaSafety has a demo system that will allow you to simulate the process of sending orders and getting reports during your development phase. This environment contains <code>sample data</code> that will allow you to verify the entire process without actually incurring state fees charges. Our demo environment will <code>simulate</code> the same connectivity/security behavior you will encounter when you send orders to our production system.</p>\n<p>In addition, you will be able to exercise error handling and token management. This system is <code>not</code> designed to facilitate stress testing. This environment is completely independent of our production system, so your demo account credentials will contain a different account than your production account.</p>\n<p>Once you have your demo system credentials you are free to begin connecting to our demo environment.</p>\n<h3 id=\"environment-variables\">Environment Variables</h3>\n<p>Here are some best practices to follow when you demo and share APIs with customers:</p>\n<ul>\n<li><p>Ensure that no API keys are exposed during the demo. Always use <a href=\"https://learning.postman.com/docs/sending-requests/managing-environments/\">environment variables</a> for authentication.</p>\n</li>\n<li><p>When sharing environments with customers, ensure it doesn't contain any API keys.</p>\n</li>\n<li><p>If you need to share the same collection with customers repeatedly, consider sharing it using a <a href=\"https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/public-workspaces/\">public workspace</a>. Alternatively, you can <a href=\"https://learning.postman.com/docs/getting-started/importing-and-exporting-data/#exporting-postman-data\">export and share</a> collections and environments.</p>\n</li>\n</ul>\n<p>This collection looks for these environment variables. You can duplicate an environment in your workspace as many times as needed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Use</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>baseUrl</strong></td>\n<td>Environment URL</td>\n</tr>\n<tr>\n<td><strong>apiKey</strong></td>\n<td>SambaSafety Credentials</td>\n</tr>\n<tr>\n<td><strong>basicAuthUsername</strong></td>\n<td>SambaSafety Credentials</td>\n</tr>\n<tr>\n<td><strong>basicAuthPassword</strong></td>\n<td>SambaSafety Credentials</td>\n</tr>\n<tr>\n<td><strong>bearerToken</strong></td>\n<td>SambaSafety Bearer Token</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"collection-variables\">Collection Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Use</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>groupId</strong></td>\n<td>A group's unique identifier</td>\n</tr>\n<tr>\n<td><strong>personId</strong></td>\n<td>A person's unique identifier</td>\n</tr>\n<tr>\n<td><strong>licenseId</strong></td>\n<td>A license's unique identifier</td>\n</tr>\n<tr>\n<td><strong>activityId</strong></td>\n<td>An activity data's unique identifier</td>\n</tr>\n<tr>\n<td><strong>attachmentId</strong></td>\n<td>An attached document's unique identifier</td>\n</tr>\n<tr>\n<td><strong>userId</strong></td>\n<td>A user's unique identifier</td>\n</tr>\n<tr>\n<td><strong>orderId</strong></td>\n<td>A order's unique identifier</td>\n</tr>\n<tr>\n<td><strong>reportId</strong></td>\n<td>A report's unique identifier</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"test-scripts\">Test Scripts</h3>\n<p>This collections contains some predefined groovy <code>scripts</code> to collect the key <code>id</code> variables to update variables in this collection.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">pm.test(\"Order Created\", () =&gt; {\n    pm.expect(pm.response.code).to.eql(201);\n    pm.response.to.have.header(\"Content-Type\");\n    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);\n});\n\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Common Design Considerations","slug":"common-design-considerations"},{"content":"Error Handling","slug":"error-handling"},{"content":"Getting Started","slug":"getting-started"}],"owner":"23966849","collectionId":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","publishedId":"2sB2j3Ardd","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"1c75bc"},"publishDate":"2026-03-26T18:08:07.000Z"},"item":[{"name":"Authentication","item":[{"name":"Obtain a token","event":[{"listen":"test","script":{"id":"6104e2d0-44c8-465c-a04a-3a15972f190b","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.environment.set(\"bearerToken\", pm.response.json().access_token);","});"],"type":"text/javascript","packages":{}}}],"id":"da34dc0d-b1b3-4c0d-9def-435cdd575230","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{clientSecret}}","username":"{{clientId}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>(Required) Type of credentials requesting.</p>\n"},{"key":"scope","value":"API","description":"<p>(Required) The scopes being requested.</p>\n"}]},"url":"{{baseUrl}}/oauth2/v1/token","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you login and obtain a bearer token from SambaSafety.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/x-www-form-urlencoded</code></p>\n</li>\n<li><p><code>Authorization: Basic [encoded Client ID &amp; Client Secret]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>grant_type</code> (string, required): The type of credentials. <code>client_credentials</code></p>\n</li>\n<li><p><code>scope</code> (string, requied): The scope being requested. <code>API</code></p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful addition of the group, the API will respond with 200 OK containing a token.</p>\n<ul>\n<li><p><code>token_type</code> (string): The type of token issued.</p>\n</li>\n<li><p><code>expires_in</code> (number): The time-to-live (seconds) for the token.</p>\n</li>\n<li><p><code>access_token</code> (string): The token to be used for future calls.</p>\n</li>\n<li><p><code>scope</code> (string): The scope granted.</p>\n</li>\n</ul>\n","urlObject":{"path":["oauth2","v1","token"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"63a07de4-6c24-498f-91f1-5781ec4c5edf","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"(Required) Type of credentials requesting."},{"key":"scope","value":"API","description":"(Required) The scopes being requested."}]},"url":"{{baseUrl}}/oauth2/v1/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"token_type\": \"Bearer\",\n  \"expires_in\": 3600,\n  \"access_token\": \"***********\",\n  \"scope\": \"API\"\n}"},{"id":"5b2ba601-5233-428d-b787-714ab4b77bc8","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"(Required) Type of credentials requesting."},{"key":"scope","value":"API","description":"(Required) The scopes being requested."}]},"url":"{{baseUrl}}/oauth2/v1/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5ee3010f-2331-45b0-a490-065608056fed","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"(Required) Type of credentials requesting."},{"key":"scope","value":"API","description":"(Required) The scopes being requested."}]},"url":"{{baseUrl}}/oauth2/v1/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b4ca68c5-ed3c-478f-af9b-64e846cb8eb5","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"(Required) Type of credentials requesting."},{"key":"scope","value":"API","description":"(Required) The scopes being requested."}]},"url":"{{baseUrl}}/oauth2/v1/token"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"da34dc0d-b1b3-4c0d-9def-435cdd575230"},{"name":"Revoke a token","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.environment.set(\"bearerToken\", \"\");","});"],"type":"text/javascript","id":"07a74d0e-f312-4871-ae72-6baa991edb6c"}}],"id":"931b46f3-6dc1-4007-a08c-4600afcc4aed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"token","value":"eiusmod labore sit proident voluptate","description":"<p>(Required) The token to revoke.</p>\n"}]},"url":"{{baseUrl}}/oauth2/v1/revoke","description":"<p>Revoke a bearer token to invalidate it.</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}},"urlObject":{"path":["oauth2","v1","revoke"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"16e86f15-3309-4902-b318-e90c612755f1","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"token","value":"eiusmod labore sit proident voluptate","description":"(Required) The token to revoke."}]},"url":"{{baseUrl}}/oauth2/v1/revoke"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a71cc867-2268-4b93-83f4-65d853feb403","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"token","value":"eiusmod labore sit proident voluptate","description":"(Required) The token to revoke."}]},"url":"{{baseUrl}}/oauth2/v1/revoke"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dbc16a8d-8c7e-4264-9c4d-0d74437709fc","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"token","value":"eiusmod labore sit proident voluptate","description":"(Required) The token to revoke."}]},"url":"{{baseUrl}}/oauth2/v1/revoke"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"49ca63d9-eb60-4def-81f9-beddc723485a","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"},{"key":"X-Api-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"token","value":"eiusmod labore sit proident voluptate","description":"(Required) The token to revoke."}]},"url":"{{baseUrl}}/oauth2/v1/revoke"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"931b46f3-6dc1-4007-a08c-4600afcc4aed"}],"id":"ec0a7031-0692-454b-b9f8-5236e8465845","description":"<p>Our Authentication approach is based on an agreement with our customers that access to SambaSafety protected resources will be by way of secure server to server interactions between our customers and SambaSafety. In addition, we understand that the customer is the resource owner so no end-user authorization to SambaSafety protected resources is needed. Given these criteria, we have adopted the oAuth2 Client Credential flow.</p>\n<p>SambaSafety APIs will not be exposed directly through a browser, tokens issued by SambaSafety will not be shared outside of a secure network and client credentials (e.g. clientId and clientSecret) will not be shared outside of a network and will be managed in secure storage. API calls are secured with transport layer encryption and client credentials are encrypted at rest using AES 256</p>\n<p>We will return 401 Unauthorized responses to any request made from a domain that is not a SambaSafety domain when requests originate from a browser. This is enforced through CORS policies.</p>\n<p>Any risk exposure would be the result of a customer’s security perimeter being exploited by an attacker to obtain a token or gain access to the client credentials.</p>\n<p>Based on this more limited exposure, we have adopted a token expiration of 1 hour. In the event that there is an exploit, we also expose an API endpoint that will allow an authorized client to revoke a token.</p>\n<p>Our API Gateway is in place to monitor and log traffic to the API.</p>\n<h2 id=\"apikeys\"><strong>ApiKeys</strong></h2>\n<p>An API Gateway Key is a code used to identify and authenticate an application attempting to access the API. SambaSafety will issue you an API Gateway Key for your integration.</p>\n<h2 id=\"clientid--clientsecret\"><strong>ClientID &amp; ClientSecret</strong></h2>\n<p>A set of application credentials, similar to Basic Auth: Username &amp; Password. They are typically are generated for a API rather than an individual user.</p>\n<h2 id=\"bearer-token\"><strong>Bearer Token</strong></h2>\n<p>Authentication to SambaSafety's REST API is performed via HTTP Bearer Auth. Provide your API key as the Bearer token key value.</p>\n<ul>\n<li>All API requests must be made over HTTPS.</li>\n<li>Calls made over plain HTTP will fail.</li>\n<li>API requests without authentication will also fail.</li>\n</ul>\n<h4 id=\"warning\">Warning</h4>\n<p>Your credentials carry many privileges, so be sure to keep them secure! Do not share your secret API key in publicly access.</p>\n","_postman_id":"ec0a7031-0692-454b-b9f8-5236e8465845","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"Risk Assessment","item":[{"name":"License History Discovery","item":[{"name":"Place an Order","event":[{"listen":"test","script":{"exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","id":"cf981474-1cb8-420f-8b09-24628bf6d2ff"}}],"id":"7687450b-fab8-4cfb-a0ab-80e8c88b4b6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Mario\",\n  \"lastName\": \"Luigi\",\n  \"middleName\": \"K\",\n  \"gender\": \"0\",\n  \"ssn\": \"\",\n  \"stateAccessCode\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"sring\",\n  \"productId\": \"DL\",\n  \"subType\": \"STANDARD\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ],\n  \"reportFormats\": [\n    \"application/vnd.sambasafety.platform.mvr+pdf\",\n    \"application/vnd.sambasafety.platform.mvr+html\"\n  ],\n  \"yearsRequired\": \"3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/licenses/history","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Place an order for a license history discovery report.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>productId</code> (string, required): The state product code. \"DL\" is the default value.</p>\n</li>\n<li><p><code>subType</code> (string, required): The state's sub type of MVR. [\"3Y\", \"5Y\", \"7Y\", \"EM\", \"DB\", \"CR\"]</p>\n</li>\n<li><p><code>host</code> (string, required): The method of ordering. [\"ONLINE\", \"OVERNIGHT\"]</p>\n</li>\n<li><p><code>purpose</code> (string, required): The purpose for requesting the MVR. [\"EMPLOYEMENT\", \"INSURANCE\"]</p>\n</li>\n<li><p><code>licenseState</code> (string, required): The state jurisdiction issuing the document, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>licenseNumber</code> (string, required): The number of the document. <a href=\"https://www.postman.com/sambaengineering/workspace/developer-sambasafety-com/folder/23966849-5e2da722-9211-44dd-99cf-95e365fc04c0?action=share&amp;source=copy-link&amp;creator=23966849\">License Number Patterns</a></p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth. \"YYYY-MM-DD\"</p>\n</li>\n<li><p><code>lastName</code> (string(40), required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string(40), required): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string(20), optional): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>gender</code> (string, optional): The person's gender: [\"M, F, X\"]</p>\n</li>\n<li><p><code>ssn</code> (string, optional): The person's social security number. [\"4\",\"9\"] digits without dashes.</p>\n</li>\n<li><p><code>billCode</code> (string(100), optional): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string(250), optional): A customer's custom billing reference note.</p>\n</li>\n<li><p><code>stateAccessCode</code> (string, optional): CA, PA, and UT require access codes.</p>\n</li>\n<li><p><code>reportFormats</code> <del>(string, options): The format of the report. Obsolete, use Accept Headers.</del></p>\n</li>\n<li><p><code>yearsRequired</code> (string(2), required): The number of required years of confirmed driving history.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with the a 201 Created containing the order ID.</p>\n<ul>\n<li><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</li>\n</ul>\n","urlObject":{"path":["organization","v1","licenses","history"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a68e8894-e3fa-45d2-9108-fba58c72e730","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Mario\",\n  \"lastName\": \"Luigi\",\n  \"middleName\": \"K\",\n  \"gender\": \"0\",\n  \"ssn\": \"\",\n  \"stateAccessCode\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"sring\",\n  \"productId\": \"DL\",\n  \"subType\": \"STANDARD\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ],\n  \"reportFormats\": [\n    \"application/vnd.sambasafety.platform.mvr+pdf\",\n    \"application/vnd.sambasafety.platform.mvr+html\"\n  ],\n  \"yearsRequired\": \"3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/licenses/history"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"a9effbb3-4178-f6e9-08a7-e9520c4620d7\"\n}"},{"id":"0d4fee8e-886d-4e75-b9f5-7000aecd06a6","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Mario\",\n  \"lastName\": \"Luigi\",\n  \"middleName\": \"K\",\n  \"gender\": \"0\",\n  \"ssn\": \"\",\n  \"stateAccessCode\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"sring\",\n  \"productId\": \"DL\",\n  \"subType\": \"STANDARD\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ],\n  \"reportFormats\": [\n    \"application/vnd.sambasafety.platform.mvr+pdf\",\n    \"application/vnd.sambasafety.platform.mvr+html\"\n  ],\n  \"yearsRequired\": \"3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/licenses/history"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bbcc8f8f-4a75-4169-9827-708a7ea33270","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Mario\",\n  \"lastName\": \"Luigi\",\n  \"middleName\": \"K\",\n  \"gender\": \"0\",\n  \"ssn\": \"\",\n  \"stateAccessCode\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"sring\",\n  \"productId\": \"DL\",\n  \"subType\": \"STANDARD\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ],\n  \"reportFormats\": [\n    \"application/vnd.sambasafety.platform.mvr+pdf\",\n    \"application/vnd.sambasafety.platform.mvr+html\"\n  ],\n  \"yearsRequired\": \"3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/licenses/history"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9fdbfe14-1c15-4653-a81a-6b27026c19ae","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Mario\",\n  \"lastName\": \"Luigi\",\n  \"middleName\": \"K\",\n  \"gender\": \"0\",\n  \"ssn\": \"\",\n  \"stateAccessCode\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"sring\",\n  \"productId\": \"DL\",\n  \"subType\": \"STANDARD\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ],\n  \"reportFormats\": [\n    \"application/vnd.sambasafety.platform.mvr+pdf\",\n    \"application/vnd.sambasafety.platform.mvr+html\"\n  ],\n  \"yearsRequired\": \"3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/licenses/history"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"669cd0c2-9fb7-4685-970e-9bd155888dde","name":"406 Not Acceptable","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Mario\",\n  \"lastName\": \"Luigi\",\n  \"middleName\": \"K\",\n  \"gender\": \"0\",\n  \"ssn\": \"\",\n  \"stateAccessCode\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"sring\",\n  \"productId\": \"DL\",\n  \"subType\": \"STANDARD\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ],\n  \"reportFormats\": [\n    \"application/vnd.sambasafety.platform.mvr+pdf\",\n    \"application/vnd.sambasafety.platform.mvr+html\"\n  ],\n  \"yearsRequired\": \"3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/licenses/history"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"TM01\",\n  \"message\": \"Account is not configured correctly.\"\n}"},{"id":"b131d7fc-112d-4740-a5f7-c3a9579f4785","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Mario\",\n  \"lastName\": \"Luigi\",\n  \"middleName\": \"K\",\n  \"gender\": \"0\",\n  \"ssn\": \"\",\n  \"stateAccessCode\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"sring\",\n  \"productId\": \"DL\",\n  \"subType\": \"STANDARD\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ],\n  \"reportFormats\": [\n    \"application/vnd.sambasafety.platform.mvr+pdf\",\n    \"application/vnd.sambasafety.platform.mvr+html\"\n  ],\n  \"yearsRequired\": \"3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/licenses/history"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"<field> cannot be null\"\n}"},{"id":"1c6bea02-f71c-44a4-8d75-cf9320094156","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Mario\",\n  \"lastName\": \"Luigi\",\n  \"middleName\": \"K\",\n  \"gender\": \"0\",\n  \"ssn\": \"\",\n  \"stateAccessCode\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"sring\",\n  \"productId\": \"DL\",\n  \"subType\": \"STANDARD\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ],\n  \"reportFormats\": [\n    \"application/vnd.sambasafety.platform.mvr+pdf\",\n    \"application/vnd.sambasafety.platform.mvr+html\"\n  ],\n  \"yearsRequired\": \"3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/licenses/history"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"TM02\",\n  \"message\": \"Invalid License provided.\"\n}"}],"_postman_id":"7687450b-fab8-4cfb-a0ab-80e8c88b4b6f"},{"name":"Check Order Status","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"e15439d9-2610-4902-8046-33e570c63040"}}],"id":"c5052433-b7dd-4886-ba7b-2ebd70b9218f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/reports/v1/licensehistory/:orderId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves summary information for the corresponding order ID. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><strong><code>orderId</code></strong> the unique identifer for the order.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with details for the corresponding order. Contains the orderStatus and a links reference to the report, when completed.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>orderId</code> (string, uuid): The order's unique identifier.</p>\n</li>\n<li><p><code>status</code> (string): The status of the order.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n<li><p><code>orderCompletedDateTime</code> (string, datetime): The timestamp of the order was completed.</p>\n</li>\n<li><p><code>mvrsOrdered</code> (array): An object containing a <a href=\"https://\">Link</a> to an MVR Report if ordered.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>finding</code> (string): The findings of the request.</p>\n</li>\n<li><p><code>result</code> (object): The license object containing:</p>\n<ul>\n<li><p><code>code</code> (string): Order result code.</p>\n</li>\n<li><p><code>message</code> (string): Order result message.</p>\n</li>\n</ul>\n</li>\n<li><p><code>source</code> (string): A SambaSafety source for the order.</p>\n</li>\n<li><p><code>historyDate</code> (string, date): The source date of the data.</p>\n</li>\n</ul>\n<h2 id=\"receive-order-completion-notification\">Receive Order Completion Notification</h2>\n<p>If you have subscribed to the webhook when the order has been successfully \"fulfilled\", the CallbackURL will be invoked with a <strong>\"POST\"</strong> and a body containing a url link to the report, and the report uuid.</p>\n<ul>\n<li><code>lhdorder.received</code></li>\n</ul>\n<h1 id=\"vndsambasafetyqortalicensehistoryreceivedjson\">vnd.sambasafety.qorta.licensehistory.received+json</h1>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n","urlObject":{"path":["reports","v1","licensehistory",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"a9095e5e-401b-4df9-ada2-d1d7ea496189","description":{"content":"<p>(Required) The order's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderId"}]}},"response":[{"id":"5a3bd6cf-fed2-4441-9d25-0a466a42606c","name":"200 OK CONFIRMED","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensehistory/:orderId","host":["{{baseUrl}}"],"path":["reports","v1","licensehistory",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"b14ac2d0-67c8-439b-8cec-f089793312a0\",\n  \"orderDateTime\": \"2023-12-04T20:33:51.894560Z\",\n  \"status\": \"COMPLETE\",\n  \"mvrsOrdered\": [],\n  \"finding\": \"CONFIRMED\",\n  \"result\": {\n    \"message\": \"no mvr returned\"\n  },\n  \"source\": \"issueDate\",\n  \"historyDate\": \"2018-10-15\"\n}"},{"id":"a8777719-e2d9-4a40-8803-b875a74c994d","name":"200 OK NOT_CONFIRMED","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensehistory/:orderId","host":["{{baseUrl}}"],"path":["reports","v1","licensehistory",":orderId"],"variable":[{"key":"orderId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"55a22c43-d60b-4574-8ecc-04a6f807d29b\",\n    \"orderDateTime\": \"2024-07-29T17:00:11.111070Z\",\n    \"status\": \"COMPLETE\",\n    \"mvrsOrdered\": [],\n    \"finding\": \"NOT_CONFIRMED\",\n    \"result\": {\n        \"message\": \"no mvr returned\"\n    }\n}"},{"id":"05709e0e-baa3-4bac-b228-41bee6f4fc27","name":"400 Bad Request","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensehistory/:orderId","host":["{{baseUrl}}"],"path":["reports","v1","licensehistory",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"815e26f6-562f-47a1-811e-cc3fabb03e29","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensehistory/:orderId","host":["{{baseUrl}}"],"path":["reports","v1","licensehistory",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9eca30f8-2c60-452f-a906-c92b0a339a2d","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensehistory/:orderId","host":["{{baseUrl}}"],"path":["reports","v1","licensehistory",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"cd5a49c6-8c09-4f8d-bd3f-94c5f3e1df5d","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensehistory/:orderId","host":["{{baseUrl}}"],"path":["reports","v1","licensehistory",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5052433-b7dd-4886-ba7b-2ebd70b9218f"}],"id":"21f5eba9-ec47-4e3f-8ede-094992c4da40","description":"<p>The <strong>License History Discovery</strong> service interrogates SambaSafety’s proprietary datasets using the personal identifiers submitted to locate records that can verify license history. It fills the void where states do not provide the true license history for an individual. It can optimize workflows and speed up onboarding of drivers for companies.</p>\n<h4 id=\"how-it-works\"><strong>How it Works</strong></h4>\n<ul>\n<li><p><a href=\"https://sambaengineering.postman.co/workspace/Developers-Portal~0139f540-37f5-4d70-bfa6-efb4bb49eee2/folder/23966849-0c460b07-4c7c-4842-8d6c-3fa22b9c00be?active-environment=2dbbb266-57d9-4f7a-b761-6bed9662c6da\"><b>Authentication</b></a>: Obtain a token to gain access</p>\n</li>\n<li><p><strong>Place an Order</strong>: Place an order to get data for the person</p>\n</li>\n<li><p><strong>Check Order Status</strong>: Check whether an order that has been placed has been fulfilled</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> <a href=\"https://support.sambasafety.com/en_US/license-history-discovery/license-history-discovery-version-40\"><b>License History Discovery</b></a> <strong>visit our</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n","_postman_id":"21f5eba9-ec47-4e3f-8ede-094992c4da40","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"License Number Search","item":[{"name":"Perform a Search","event":[{"listen":"test","script":{"exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","id":"c6f9a2b5-03c0-465a-8cd5-b5f258a4dd73"}}],"id":"d891bae0-8cab-4f7e-871d-f35dc94718af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Trinity\",\n  \"middleName\": \"Stephen\",\n  \"lastName\": \"Johnson\",\n  \"birthDate\": \"2022-09-15\",\n  \"address\": {\n    \"city\": \"Appleton\",\n    \"state\": \"CA\",\n    \"street\": \"221B Baker Street\",\n    \"zipCode\": \"54915\"\n  },\n  \"billCode\": \"\",\n  \"billReference\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensenumbersearch","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Search for a drivers license number (DLN) in our database.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth. \"YYYY-MM-DD\"</p>\n</li>\n<li><p><code>lastName</code> (string(40), required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string(40), required): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string(20), optional): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>address</code> (object, required): An address object containing:</p>\n<ul>\n<li><p><code>street</code> (string, required): The person's mailing street address.</p>\n</li>\n<li><p><code>city</code> (string, required): The person's mailing municipality.</p>\n</li>\n<li><p><code>state</code> (string(2), required): The person's mailing state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>zipCode</code> (string, required): The person's mailing postal code.</p>\n</li>\n</ul>\n</li>\n<li><p><code>billCode</code> (string(100), optional): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string(255), optional): A customer's custom billing reference note.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with the a 201 Created containing the order ID.</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>licenseNumber</code>(string): The full driver's license number.</p>\n</li>\n<li><p><code>licenseState</code> (string): The license's issuing state.</p>\n</li>\n<li><p><code>licenseMask</code> (string): A masked version of driver's license number.</p>\n</li>\n<li><p><code>status</code> (string): A status for the result.</p>\n</li>\n</ul>\n<h3 id=\"how-to-interpret-the-response\"><strong>How to Interpret the Response</strong></h3>\n<p>A successful response is broken down into three statuses.</p>\n<ul>\n<li><p><strong>Success</strong> containing the Full License Number and a Masked (last four digits) License Number.</p>\n</li>\n<li><p><strong>Multiple Match</strong> if multiple potential licenses were detected for a requested driver.</p>\n</li>\n<li><p><strong>Not Found</strong> if we can not locate a matching license in our database.</p>\n</li>\n</ul>\n","urlObject":{"path":["orders","v1","licensenumbersearch"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d89fd4e6-e538-4087-9d96-a7c92944694d","name":"OK: Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Trinity\",\n  \"middleName\": \"Stephen\",\n  \"lastName\": \"Johnson\",\n  \"birthDate\": \"2022-09-15\",\n  \"address\": {\n    \"city\": \"Appleton\",\n    \"state\": \"CA\",\n    \"street\": \"221B Baker Street\",\n    \"zipCode\": \"54915\"\n  },\n  \"billCode\": \"\",\n  \"billReference\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensenumbersearch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"21b1c41d-5843-4cd8-80dd-bc6ce78ef32e\",\n  \"licenseNumber\": \"7358515\",\n  \"licenseState\": \"AK\",\n  \"licenseMask\": \"***8515\",\n  \"status\": \"SUCCESS\"\n}"},{"id":"fa06ff2c-ee27-467b-9aee-583456a5077c","name":"OK: Multiple Records Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Trinity\",\n  \"middleName\": \"Stephen\",\n  \"lastName\": \"Johnson\",\n  \"birthDate\": \"2022-09-15\",\n  \"address\": {\n    \"city\": \"Appleton\",\n    \"state\": \"CA\",\n    \"street\": \"221B Baker Street\",\n    \"zipCode\": \"54915\"\n  },\n  \"billCode\": \"\",\n  \"billReference\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensenumbersearch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"269e10cf-3d64-4bd6-bbf5-0fe9f29493ab\",\n  \"licenseNumber\": \"\",\n  \"licenseState\": \"\",\n  \"licenseMask\": \"\",\n  \"status\": \"MULTIPLE RECORDS FOUND\"\n}"},{"id":"bda9b67b-a062-43f3-87c6-6faf4858c667","name":"OK: Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Trinity\",\n  \"middleName\": \"Stephen\",\n  \"lastName\": \"Johnson\",\n  \"birthDate\": \"2022-09-15\",\n  \"address\": {\n    \"city\": \"Appleton\",\n    \"state\": \"CA\",\n    \"street\": \"221B Baker Street\",\n    \"zipCode\": \"54915\"\n  },\n  \"billCode\": \"\",\n  \"billReference\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensenumbersearch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"d17592fe-909a-453b-8dbe-b08539f85634\",\n  \"licenseNumber\": \"\",\n  \"licenseState\": \"\",\n  \"licenseMask\": \"\",\n  \"status\": \"NOTFOUND\"\n}"},{"id":"836e8456-7a7b-4769-94ce-4e11d10d98fd","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Trinity\",\n  \"middleName\": \"Stephen\",\n  \"lastName\": \"Johnson\",\n  \"birthDate\": \"2022-09-15\",\n  \"address\": {\n    \"city\": \"Appleton\",\n    \"state\": \"CA\",\n    \"street\": \"221B Baker Street\",\n    \"zipCode\": \"54915\"\n  },\n  \"billCode\": \"\",\n  \"billReference\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensenumbersearch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e8b4fa67-76d2-49c3-a60d-04fbb3ec2959","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Trinity\",\n  \"middleName\": \"Stephen\",\n  \"lastName\": \"Johnson\",\n  \"birthDate\": \"2022-09-15\",\n  \"address\": {\n    \"city\": \"Appleton\",\n    \"state\": \"CA\",\n    \"street\": \"221B Baker Street\",\n    \"zipCode\": \"54915\"\n  },\n  \"billCode\": \"\",\n  \"billReference\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensenumbersearch"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e10fe33b-c5d5-4280-bba0-3247d3224d02","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Trinity\",\n  \"middleName\": \"Stephen\",\n  \"lastName\": \"Johnson\",\n  \"birthDate\": \"2022-09-15\",\n  \"address\": {\n    \"city\": \"Appleton\",\n    \"state\": \"CA\",\n    \"street\": \"221B Baker Street\",\n    \"zipCode\": \"54915\"\n  },\n  \"billCode\": \"\",\n  \"billReference\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensenumbersearch"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"aa19b901-5d7e-41f8-a06b-07562b5cc444","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Trinity\",\n  \"middleName\": \"Stephen\",\n  \"lastName\": \"Johnson\",\n  \"birthDate\": \"2022-09-15\",\n  \"address\": {\n    \"city\": \"Appleton\",\n    \"state\": \"CA\",\n    \"street\": \"221B Baker Street\",\n    \"zipCode\": \"54915\"\n  },\n  \"billCode\": \"\",\n  \"billReference\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensenumbersearch"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B01\",\n  \"message\": \"Required field(s) 'lastName, birthDate, firstName, address.city, address.state, address.street, address.zipCode' are missing.\"\n}"}],"_postman_id":"d891bae0-8cab-4f7e-871d-f35dc94718af"}],"id":"21fbfd31-b685-4636-b268-0216324fb46c","description":"<p>The applicants driver’s license number is a challenging piece of information for insurance carriers to obtain today. Although an essential piece of information, the customer needs to be able to uncover driver history and enable real-time, accurate risk assessment at quote to reduce friction during application process.</p>\n<h4 id=\"how-it-works\"><strong>How it Works</strong></h4>\n<ul>\n<li><p><a href=\"https://\"><b>Authentication</b></a>: Obtain a token to gain access</p>\n</li>\n<li><p><strong>Perform a Search</strong>: Perform a search to get data for the person</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> <a href=\"https://support.sambasafety.com/en_US/license-number-search\"><b>License Number Search</b></a> <strong>visit our</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n","_postman_id":"21fbfd31-b685-4636-b268-0216324fb46c","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"License Verification","item":[{"name":"List all Orders","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"16007a94-4858-4b9a-841b-8cc84a14ec2a"}}],"id":"fc1e0452-4697-4807-bc69-621954c03584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/orders/v1/licensereports/verifylicense?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves list of previouss orders placed for the Service. The request does not include a request body. Upon successful request, the API will respond with a list of previously placed orders, including the current order status.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>page:</code>the page of transactions to review. Default value: <code>1</code></p>\n</li>\n<li><p><code>size:</code>the number of transactions to review on a page. Default value:<code>25</code></p>\n</li>\n<li><p><code>startOrderDate:</code> Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.</p>\n</li>\n<li><p><code>endOrderDate</code> Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>errorMessage</code> (string): An error message attached to the order.</p>\n</li>\n<li><p><code>orderId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>status</code> (string): The enrollment type.</p>\n</li>\n<li><p><code>request</code> (object): The order request object from <a href=\"https://\">Place an Order</a>.</p>\n</li>\n<li><p><code>createdDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><p><code>totalPages</code> (number): The total number of pages.</p>\n</li>\n<li><p><code>totalRecords</code> (number): The total number of records.</p>\n</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["orders","v1","licensereports","verifylicense"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"},{"description":{"content":"<p>Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.</p>\n<p>Pattern: yyyy-MM-dd</p>\n","type":"text/plain"},"key":"startOrderDate","value":"2023-01-01"},{"description":{"content":"<p>Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).</p>\n<p>Pattern: yyyy-MM-dd</p>\n","type":"text/plain"},"key":"endOrderDate","value":"2023-09-15"}],"variable":[]}},"response":[{"id":"d24ceae3-35bf-46cc-945b-33929854c78d","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifylicense?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifylicense"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": {\n    \"totalPages\": 1,\n    \"totalRecords\": 1\n  },\n  \"data\": [\n    {\n      \"errorMessage\": null,\n      \"orderId\": \"827709b2-4ea5-48a5-af60-75dc84d5573b\",\n      \"status\": \"FULFILLED\",\n      \"request\": {\n        \"firstName\": \"John\",\n        \"lastName\": \"Lima\",\n        \"middleName\": \"\",\n        \"customAttributes\": null,\n        \"billCode\": \"Example\",\n        \"billReference\": \"License Validation\",\n        \"address\": {\n          \"street\": \"45464 Stephan Orchard\",\n          \"city\": \"Evanston\",\n          \"zipCode\": \"12354\",\n          \"state\": \"DE\"\n        },\n        \"birthDate\": \"1999-01-01\",\n        \"licenseNumber\": \"4321009\",\n        \"licenseState\": \"DE\",\n        \"licenseCategory\": \"License\",\n        \"issueDate\": null,\n        \"expiryDate\": null,\n        \"gender\": \"\",\n        \"height\": 0,\n        \"weight\": 0,\n        \"eyeColor\": \"\"\n      },\n      \"createdDateTime\": \"2023-07-27T23:02:37.538227Z\"\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://api.sambasafety.io/orders/v1/licensereports/verifylicense?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=1&size=50\",\n    \"first\": \"https://api.sambasafety.io/orders/v1/licensereports/verifylicense?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=1&size=50\",\n    \"next\": \"https://api.sambasafety.io/orders/v1/licensereports/verifylicense?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=2&size=50\",\n    \"last\": \"https://api.sambasafety.io/orders/v1/licensereports/verifylicense?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=2&size=50\"\n  }\n}"},{"id":"ec7b6c94-e53d-4f7b-9839-b7683398d38c","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifylicense?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifylicense"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"73def0f7-5cc0-452b-bcee-79f5beaf7bd2","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifylicense?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifylicense"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"fc1e0452-4697-4807-bc69-621954c03584"},{"name":"Place an Order","event":[{"listen":"test","script":{"exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","id":"cb549fd2-ed84-4f7d-ace0-1f75c45cfb46"}}],"id":"e6c7ccec-83f4-4a6a-95d3-c6da434ff8d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"purpose\": \"INSURANCE\",\n    \"licenseCategory\": \"LICENSE\",\n    \"birthDate\": \"1980-01-01\",\n    \"firstName\": \"Ponda\",\n    \"lastName\": \"Midge\",\n    \"licenseNumber\": \"9876006789\",\n    \"licenseState\": \"IN\",\n    \"middleName\": \"C\",\n    \"suffix\": \"\",\n    \"billCode\": \"\",\n    \"billReference\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensereports/verifylicense","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint creates a new order for an <strong>License Verification Report</strong>, for a single driver.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>licenseCategory</code> (string, required): The document's category, <a href=\"https://\">License Category</a>.</p>\n</li>\n<li><p><code>licenseState</code> (string, required): The state jurisdiction issuing the document, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>licenseNumber</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth.</p>\n</li>\n<li><p><code>lastName</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string, required): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string, optional): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>suffix</code> (string, optional): The person's family suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>address</code> (object, optional): An address object containing:</p>\n<ul>\n<li><p><code>street</code> (string): The person's mailing street address.</p>\n</li>\n<li><p><code>city</code> (string): The person's mailing municipality.</p>\n</li>\n<li><p><code>state</code> (string): The person's mailing state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>zipCode</code> (string): The person's mailing postal code.</p>\n</li>\n</ul>\n</li>\n<li><p><code>gender</code> (string, optional): The person's gender, <a href=\"https://\">Gender</a>.</p>\n</li>\n<li><p><code>height</code> (number, optional): The person's height.</p>\n</li>\n<li><p><code>weight</code> (number, optional): The person's weight.</p>\n</li>\n<li><p><code>eyeColor</code> (string, optional): The person's eye-color, <a href=\"https://\">Eye-Color</a>.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>, optional): The document's issue date.</p>\n</li>\n<li><p><code>expiryDate</code> (string, <em>date</em>, optional): The document's expiration date.</p>\n</li>\n<li><p><code>customFields</code> (Array[object], optional): A customer's custom fields.</p>\n</li>\n<li><p><code>billCode</code> (string, optional): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string, optional): A customer's custom billing reference note.</p>\n</li>\n</ul>\n<h2 id=\"response\"><strong>Response</strong></h2>\n<p>Upon successful request, the API will respond with the a 201 Created containing the order ID.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</li>\n</ul>\n","urlObject":{"path":["orders","v1","licensereports","verifylicense"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"25aab2d3-c654-4aa9-ab3c-57ed4b250b42","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"birthDate\": \"1980-08-16\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"height\": 510,\n  \"weight\": 195\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensereports/verifylicense"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"a9effbb3-4178-f6e9-08a7-e9520c4620d7\"\n}"},{"id":"6d3357f2-fb82-4b7f-be45-59f19e368d26","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"birthDate\": \"1980-08-16\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"height\": 510,\n  \"weight\": 195\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensereports/verifylicense"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4ea24796-ea42-4dd6-8bde-a0d91530bbe5","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"birthDate\": \"1980-08-16\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"height\": 510,\n  \"weight\": 195\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensereports/verifylicense"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7a165578-602e-471e-bc9e-9bbcc38ef719","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"birthDate\": \"1980-08-16\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"height\": 510,\n  \"weight\": 195\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensereports/verifylicense"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"cd362ce2-50d1-4985-a14f-95e6e4b1d8d6","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"birthDate\": \"1980-08-16\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"height\": 510,\n  \"weight\": 195\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensereports/verifylicense"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Formats for field(s) '<field names>' are invalid\"\n}"},{"id":"a0d2452d-e42c-43b3-97fe-9174703890ff","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"birthDate\": \"1980-08-16\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"height\": 510,\n  \"weight\": 195\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensereports/verifylicense"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"E01\",\n  \"message\": \"Driver data is invalid, please fix and try again. '<field names>' invalid\"\n}"}],"_postman_id":"e6c7ccec-83f4-4a6a-95d3-c6da434ff8d1"},{"name":"Check Order Status","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"reportId\", pm.response.json().links[0].id);","});"],"type":"text/javascript","id":"a3123312-658c-41b4-8bc9-0fc8d2de620e"}}],"id":"52e8af21-3d4a-4029-ae29-fe65149b9efc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/orders/v1/licensereports/verifylicense/:orderId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves summary information for the corresponding order ID. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><strong><code>orderId</code></strong> the unique identifer for the order.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with details for the corresponding order. Contains the orderStatus and a links reference to the report, when completed.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>orderId</code> (string, uuid): The order's unique identifier.</p>\n</li>\n<li><p><code>orderStatus</code> (string): The status of the order.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n<li><p><code>orderCompletedDateTime</code> (string, datetime): The timestamp of the order was completed.</p>\n</li>\n<li><p><code>controlNumber</code> (string): A SambaSafety identifier for the order.</p>\n</li>\n<li><p><code>links</code> (object): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"receive-order-completion-notification\">Receive Order Completion Notification</h2>\n<p>If you have subscribed to the webhook when the order has been successfully \"fulfilled\", the CallbackURL will be invoked with a <strong>\"POST\"</strong> and a body containing a url link to the report, and the report uuid.</p>\n<p>If an error occurs, the response will have an “error\" event type, with a description of the error.</p>\n<ul>\n<li><p><code>licensevalidation.received</code></p>\n</li>\n<li><p><code>licensevalidation.error</code></p>\n</li>\n</ul>\n<h1 id=\"vndsambasafetylicensevalidationreceivedjson\">vnd.sambasafety.licensevalidation.received+json</h1>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>orderDate</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>productOrdered</code> (string): The product ordered (subType).</p>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.-</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n","urlObject":{"path":["orders","v1","licensereports","verifylicense",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"df6b946f-d03a-4f76-bc0a-4000a9630982","description":{"content":"<p>(Required) The order's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderId"}]}},"response":[{"id":"7fab90d7-8ecc-4928-9e17-b1b5edd20ba8","name":"200 OK: Status: Fulfilled","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifylicense/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifylicense",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"6ac2be15-8beb-4170-86b2-44f12cf67716\",\n  \"orderStatus\": \"FULFILLED\",\n  \"controlNumber\": \"07KAZW\",\n  \"orderDateTime\": \"2023-07-27T23:02:48.744234Z\",\n  \"orderCompletedDateTime\": \"2023-07-27T23:02:49.886835Z\",\n  \"links\": [\n    {\n      \"rel\": \"licensereports\",\n      \"href\": \"/reports/v1/licensereports/verifylicense/557d60ef-1728-4e97-ac63-918bf8007b9e\",\n      \"type\": \"GET\",\n      \"id\": \"557d60ef-1728-4e97-ac63-918bf8007b9e\"\n    }\n  ]\n}"},{"id":"b03e9b42-d992-4731-bb8a-282927029097","name":"200 OK: Status: Pending","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifylicense/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifylicense",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"PENDING\",\n  \"controlNumber\": null,\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": null,\n  \"links\": []\n}"},{"id":"dcf25a05-a585-401b-81e9-a069ad3ddaf8","name":"200 OK: Status: Error","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifylicense/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifylicense",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"ERROR\",\n  \"controlNumber\": \"07NXIP\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": \"2023-09-06T04:19:12.655926Z\",\n  \"links\": [\n    {\n      \"rel\": \"licensereports\",\n      \"href\": \"/reports/v1/licensereports/verifylicense/0aaed7b3-904f-48bc-93aa-6237f87986f5\",\n      \"type\": \"GET\",\n      \"id\": \"0aaed7b3-904f-48bc-93aa-6237f87986f5\"\n    }\n  ]\n}"},{"id":"12df5d0a-893c-4060-b3a9-95fdd0da0c0f","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifylicense/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifylicense",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8b311809-476b-4acb-a56e-0a9e8093f02e","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifylicense/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifylicense",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"03779504-13b4-4635-8c1a-33bceb07c8e3","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifylicense/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifylicense",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52e8af21-3d4a-4029-ae29-fe65149b9efc"},{"name":"Get a Report","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/vnd.sambasafety.json;version=2.0.4\");","});"],"type":"text/javascript","id":"446aebc5-92fa-452c-b842-afcaf924d7a0"}}],"id":"4ac3bd82-25fb-4b29-b1f5-58db58415492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"}],"url":"{{baseUrl}}/reports/v1/licensereports/verifylicense/:reportId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves License Verification Report for the corresponding Report ID.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: [Document Version]</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<p><strong>Available Versions:</strong></p>\n<ul>\n<li><p><strong>application/vnd.sambasafety.json;version=2.0.4</strong></p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.3</p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.2</p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.0</p>\n</li>\n<li><p>application/vnd.sambasafety.html</p>\n</li>\n<li><p>application/vnd.sambasafety.pdf ( Base64 Encoded String )</p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>reportId</code>: the unique identifer for the License Verification Report.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with the License Discovery Report for the <code>reportId</code> and report <code>version</code> requested.</p>\n<h3 id=\"applicationvndsambasafetyjsonversion204\">application/vnd.sambasafety.json;version=2.0.4</h3>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>Record</code></p>\n<ul>\n<li><p><code>DlRecord</code></p>\n<ul>\n<li><p><code>Criteria</code>(object): Contains parameters sent with the request.</p>\n<ul>\n<li><p><code>OrderDate</code>(object): Contains the date parameters of when the order was placed.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>OrderTime</code>(object): Contains the time parameters of when the order was placed.</p>\n<ul>\n<li><p><code>Hour</code>(string): The time's hour component [0-23].</p>\n</li>\n<li><p><code>Minute</code>(string): The time's minute component [0-59].</p>\n</li>\n<li><p><code>Second</code>(string): The time's second component [0-59].</p>\n</li>\n</ul>\n</li>\n<li><p><code>AccountID</code>(string): The account the order was placed under.</p>\n</li>\n<li><p><code>UserID</code>(string): The account user who placed the order.</p>\n</li>\n<li><p><code>Routing</code>(string): An internal system routing id.</p>\n</li>\n<li><p><code>TrackingNumber</code>(string): An internal system tracking number.</p>\n</li>\n<li><p><code>Host</code>(string): The internal service identifier.</p>\n</li>\n<li><p><code>ProductID</code>(string): The internal product code for the order.</p>\n</li>\n<li><p><code>State</code>(object): The license state provided in the request.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Subtype</code>(string): A code indicating a product subtype.</p>\n</li>\n<li><p><code>SubtypeFull</code>(string): The full name for the product subtype.</p>\n</li>\n<li><p><code>FirstName</code>(string): The first name provided in the request.</p>\n</li>\n<li><p><code>LastName</code>(string): The last name provided in the request.</p>\n</li>\n<li><p><code>BirthDate</code>(string): The birth date provided in the request.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>Result</code>(object): Contains the results of the order.</p>\n<ul>\n<li><p><code>Control</code>(string): An internal control number for the order.</p>\n</li>\n<li><p><code>Valid</code>(string): A [Y,N] indicator that the order was valid.</p>\n</li>\n<li><p><code>ErrorCode</code>(string): A code for associated with an error.</p>\n</li>\n<li><p><code>ErrorDescription</code>(string): A message describing the result.</p>\n</li>\n<li><p><code>ReturnedDate</code>(object): Contains the date parameters of when the order was returned.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ReturnTime</code>(object): Contains the time parameters of when the order was returned.</p>\n<ul>\n<li><p><code>Hour</code>(string): The time's hour component [0-23].</p>\n</li>\n<li><p><code>Minute</code>(string): The time's minute component [0-59].</p>\n</li>\n<li><p><code>Second</code>(string): The time's second component [0-59].</p>\n</li>\n</ul>\n</li>\n<li><p><code>ResultCode</code>(string): A code for the result.</p>\n</li>\n</ul>\n</li>\n<li><p><code>LicenseValidation</code>(object): An object representing the license validation results.</p>\n<ul>\n<li><p><code>DocumentValidationResult</code>(string): A [PASS/FAIL] indicator on the overall document validation.</p>\n</li>\n<li><p><code>MatchError</code>(string): A field name that had a match error.</p>\n</li>\n<li><p><code>DriverLicenseNumberMatch</code>(string): A [TRUE/FALSE] indicator if license numbers match.</p>\n</li>\n<li><p><code>BirthDateMatch</code>(string): A [TRUE/FALSE] indicator if birth dates match.</p>\n</li>\n<li><p><code>LastNameExactMatch</code>(string): A [TRUE/FALSE] indicator if last name exactly matches.</p>\n</li>\n<li><p><code>LastNameFuzzyPrimMatch</code>(string): A [TRUE/FALSE] indicator if last name fuzzy matches.</p>\n</li>\n<li><p><code>LastNameFuzzyAltMatch</code>(string): A [TRUE/FALSE] indicator if last name fuzzy matches.</p>\n</li>\n<li><p><code>FirstNameExactMatch</code>(string): A [TRUE/FALSE] indicator if first name exactly matches.</p>\n</li>\n<li><p><code>FirstNameFuzzyPrimMatch</code>(string): A [TRUE/FALSE] indicator if first name fuzzy matches.</p>\n</li>\n<li><p><code>FirstNameFuzzyAltMatch</code>(string): A [TRUE/FALSE] indicator if first name fuzzy matches.</p>\n</li>\n<li><p><code>MiddleNameExactMatch</code>(string): A [TRUE/FALSE] indicator if middle name exactly matches.</p>\n</li>\n<li><p><code>MiddleNameFuzzyPrimMatch</code>(string): A [TRUE/FALSE] indicator if middle name fuzzy matches.</p>\n</li>\n<li><p><code>MiddleNameFuzzyAltMatch</code>(string): A [TRUE/FALSE] indicator if middle name fuzzy matches.</p>\n</li>\n<li><p><code>MiddleNameInitialMatch</code>(string): A [TRUE/FALSE] indicator if middle initial exactly matches.</p>\n</li>\n<li><p><code>NameSufixMatch</code>(string): A [TRUE/FALSE] indicator if suffix exactly matches.</p>\n</li>\n<li><p><code>DocumentCategoryMatch</code>(string): A [TRUE/FALSE] indicator if document category matches.</p>\n</li>\n<li><p><code>IssueDateMatch</code>(string): A [TRUE/FALSE] indicator if issue date matches.</p>\n</li>\n<li><p><code>ExpiryDateMatch</code>(string): A [TRUE/FALSE] indicator if expiration date matches.</p>\n</li>\n<li><p><code>SexMatch</code>(string): A [TRUE/FALSE] indicator if gender matches.</p>\n</li>\n<li><p><code>HeightMatch</code>(string): A [TRUE/FALSE] indicator if height matches.</p>\n</li>\n<li><p><code>WeightMatch</code>(string): A [TRUE/FALSE] indicator if weight matches.</p>\n</li>\n<li><p><code>EyeColorMatch</code>(string): A [TRUE/FALSE] indicator if eye color matches.</p>\n</li>\n<li><p><code>Address1Match</code>(string): A [TRUE/FALSE] indicator if address line 1 matches.</p>\n</li>\n<li><p><code>Address2Match</code>(string): A [TRUE/FALSE] indicator if address line 2 matches.</p>\n</li>\n<li><p><code>AddressCityMatch</code>(string): A [TRUE/FALSE] indicator if address city matches.</p>\n</li>\n<li><p><code>AddressStateMatch</code>(string): A [TRUE/FALSE] indicator if address state matches.</p>\n</li>\n<li><p><code>AddressZip5Match</code>(string): A [TRUE/FALSE] indicator if address zipcode first 5 digits match.</p>\n</li>\n<li><p><code>AddressZip4Match</code>(string): A [TRUE/FALSE] indicator if address zipcode last 4 digits match.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Driver</code>(object): An object representing the driver.</p>\n<ul>\n<li><p><code>FirstName</code>(string): The first name of the driver.</p>\n</li>\n<li><p><code>MiddleName</code>(string): The middle name of the driver.</p>\n</li>\n<li><p><code>LastName</code>(string): The last name of the driver.</p>\n</li>\n<li><p><code>SuffixName</code>(string): The suffix name of the driver.</p>\n</li>\n</ul>\n</li>\n<li><p><code>CurrentLicense</code>(object): A report object that contains a drivers active licenses.</p>\n<ul>\n<li><code>Number</code>(string): The current license number.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["reports","v1","licensereports","verifylicense",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"e5aec2c4-1bc7-4c15-9b03-45baaa76a5d3","description":{"content":"<p>(Required) A report's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"reportId"}]}},"response":[{"id":"58bc12ae-7f1e-4e10-8e6c-9e5c86dd8b24","name":"200 OK: Validation Pass","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api-demo.sambasafety.io/reports/v1/licensereports/verifylicense/:reportId","protocol":"https","host":["api-demo","sambasafety","io"],"path":["reports","v1","licensereports","verifylicense",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                \"OrderDate\": {\n                    \"Year\": 2023,\n                    \"Month\": 7,\n                    \"Day\": 10,\n                    \"Full\": \"2023-07-10\",\n                    \"Ticks\": 1688947200000\n                },\n                \"OrderTime\": {\n                    \"Hour\": \"18\",\n                    \"Minute\": \"22\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"K1619\",\n                \"UserID\": \"K161937\",\n                \"Routing\": \"LILO\",\n                \"Reference\": \"LICENSE VALIDATION\",\n                \"TrackingNumber\": \"000000\",\n                \"BillCode\": \"EXAMPLE\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"LV\",\n                \"State\": {\n                    \"Abbrev\": \"TX\",\n                    \"Full\": \"TEXAS\"\n                },\n                \"Subtype\": \"ST\",\n                \"SubtypeFull\": \"LICENSE VALIDATION\",\n                \"FirstName\": \"ANTONINA\",\n                \"LastName\": \"STIEDEMANN\",\n                \"BirthDate\": {\n                    \"Year\": 1980,\n                    \"Month\": 1,\n                    \"Day\": 1,\n                    \"Full\": \"1980-01-01\",\n                    \"Ticks\": 315532800000\n                },\n                \"LicenseNumber\": \"88894412\",\n                \"Gender\": \"M\",\n                \"Source\": \"13\"\n            },\n            \"Result\": {\n                \"Control\": \"07IEEF\",\n                \"Valid\": \"Y\",\n                \"ReturnedDate\": {\n                    \"Year\": 2023,\n                    \"Month\": 7,\n                    \"Day\": 10,\n                    \"Full\": \"2023-07-10\",\n                    \"Ticks\": 1688947200000\n                },\n                \"ReturnedTime\": {\n                    \"Hour\": \"18\",\n                    \"Minute\": \"22\",\n                    \"Second\": \"0\"\n                },\n                \"ResultCode\": \"RB\"\n            },\n            \"LicenseValidation\": {\n                \"DocumentValidationResult\": \"PASS\",\n                \"DriverLicenseNumberMatch\": \"TRUE\",\n                \"BirthDateMatch\": \"TRUE\",\n                \"LastNameExactMatch\": \"TRUE\",\n                \"LastNameFuzzyPrimMatch\": \"FALSE\",\n                \"LastNameFuzzyAltMatch\": \"FALSE\",\n                \"FirstNameExactMatch\": \"TRUE\",\n                \"FirstNameFuzzyPrimMatch\": \"FALSE\",\n                \"FirstNameFuzzyAltMatch\": \"FALSE\",\n                \"MiddleNameExactMatch\": \"FALSE\",\n                \"MiddleNameFuzzyPrimMatch\": \"FALSE\",\n                \"MiddleNameFuzzyAltMatch\": \"FALSE\",\n                \"MiddleNameInitialMatch\": \"FALSE\",\n                \"NameSufixMatch\": \"FALSE\",\n                \"DocumentCategoryMatch\": \"FALSE\",\n                \"IssueDateMatch\": \"FALSE\",\n                \"ExpiryDateMatch\": \"FALSE\",\n                \"SexMatch\": \"FALSE\",\n                \"HeightMatch\": \"FALSE\",\n                \"WeightMatch\": \"FALSE\",\n                \"EyeColorMatch\": \"FALSE\",\n                \"Address1Match\": \"FALSE\",\n                \"Address2Match\": \"FALSE\",\n                \"AddressCityMatch\": \"FALSE\",\n                \"AddressStateMatch\": \"TRUE\",\n                \"AddressZip5Match\": \"FALSE\",\n                \"AddressZip4Match\": \"FALSE\"\n            },\n            \"Driver\": {\n                \"FirstName\": \"ANTONINA\",\n                \"LastName\": \"STIEDEMANN\"\n            },\n            \"CurrentLicense\": {\n                \"Number\": \"88894412\"\n            }\n        }\n    }\n}"},{"id":"fc284a92-81d1-42bb-9b58-1c2f84d3af3d","name":"200 OK: Validation Match Error","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensereports/verifylicense/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","licensereports","verifylicense",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                \"OrderDate\": {\n                    \"Year\": 2023,\n                    \"Month\": 7,\n                    \"Day\": 27,\n                    \"Full\": \"2023-07-27\",\n                    \"Ticks\": 1690416000000\n                },\n                \"OrderTime\": {\n                    \"Hour\": \"15\",\n                    \"Minute\": \"59\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"K1619\",\n                \"UserID\": \"K161937\",\n                \"Routing\": \"LILO\",\n                \"Reference\": \"LICENSE VALIDATION\",\n                \"TrackingNumber\": \"000000\",\n                \"BillCode\": \"EXAMPLE\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"LV\",\n                \"State\": {\n                    \"Abbrev\": \"DE\",\n                    \"Full\": \"DELAWARE\"\n                },\n                \"Subtype\": \"ST\",\n                \"SubtypeFull\": \"LICENSE VALIDATION\",\n                \"FirstName\": \"JOHN\",\n                \"LastName\": \"LIMA\",\n                \"BirthDate\": {\n                    \"Year\": 1999,\n                    \"Month\": 1,\n                    \"Day\": 1,\n                    \"Full\": \"1999-01-01\",\n                    \"Ticks\": 915148800000\n                },\n                \"LicenseNumber\": \"5563211\",\n                \"Source\": \"13\"\n            },\n            \"Result\": {\n                \"Control\": \"07KAVT\",\n                \"Valid\": \"Y\",\n                \"ReturnedDate\": {\n                    \"Year\": 2023,\n                    \"Month\": 7,\n                    \"Day\": 27,\n                    \"Full\": \"2023-07-27\",\n                    \"Ticks\": 1690416000000\n                },\n                \"ReturnedTime\": {\n                    \"Hour\": \"15\",\n                    \"Minute\": \"59\",\n                    \"Second\": \"0\"\n                },\n                \"ResultCode\": \"RB\"\n            },\n            \"LicenseValidation\": {\n                \"DocumentValidationResult\": \"PASS\",\n                \"MatchError\": \"DATE OF BIRTH.\",\n                \"DriverLicenseNumberMatch\": \"TRUE\",\n                \"BirthDateMatch\": \"FALSE\",\n                \"LastNameExactMatch\": \"TRUE\",\n                \"LastNameFuzzyPrimMatch\": \"FALSE\",\n                \"LastNameFuzzyAltMatch\": \"FALSE\",\n                \"FirstNameExactMatch\": \"TRUE\",\n                \"FirstNameFuzzyPrimMatch\": \"FALSE\",\n                \"FirstNameFuzzyAltMatch\": \"FALSE\",\n                \"MiddleNameExactMatch\": \"FALSE\",\n                \"MiddleNameFuzzyPrimMatch\": \"FALSE\",\n                \"MiddleNameFuzzyAltMatch\": \"FALSE\",\n                \"MiddleNameInitialMatch\": \"FALSE\",\n                \"NameSufixMatch\": \"FALSE\",\n                \"DocumentCategoryMatch\": \"FALSE\",\n                \"IssueDateMatch\": \"FALSE\",\n                \"ExpiryDateMatch\": \"FALSE\",\n                \"SexMatch\": \"FALSE\",\n                \"HeightMatch\": \"FALSE\",\n                \"WeightMatch\": \"FALSE\",\n                \"EyeColorMatch\": \"FALSE\",\n                \"Address1Match\": \"FALSE\",\n                \"Address2Match\": \"FALSE\",\n                \"AddressCityMatch\": \"TRUE\",\n                \"AddressStateMatch\": \"TRUE\",\n                \"AddressZip5Match\": \"TRUE\",\n                \"AddressZip4Match\": \"FALSE\"\n            },\n            \"Driver\": {\n                \"FirstName\": \"JOHN\",\n                \"LastName\": \"LIMA\"\n            },\n            \"CurrentLicense\": {\n                \"Number\": \"5563211\"\n            }\n        }\n    }\n}"},{"id":"15540f1d-156a-42ad-8c65-0356656f7003","name":"200 OK: Validation Match Unverified","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer","type":"text"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensereports/verifylicense/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","licensereports","verifylicense",":reportId"],"variable":[{"key":"reportId","value":"","description":"(Required) A report's unique identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                \"OrderDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 5,\n                    \"Day\": 30,\n                    \"Full\": \"2024-05-30\",\n                    \"Ticks\": 1690416000000\n                },\n                \"OrderTime\": {\n                    \"Hour\": \"15\",\n                    \"Minute\": \"49\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"E2791\",\n                \"UserID\": \"E279166\",\n                \"Routing\": \"LILO\",\n                \"Reference\": \"LICENSE VALIDATION\",\n                \"TrackingNumber\": \"000000\",\n                \"BillCode\": \"REQUEST\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"LV\",\n                \"State\": {\n                    \"Abbrev\": \"CA\",\n                    \"Full\": \"CALIFORNIA\"\n                },\n                \"Subtype\": \"ST\",\n                \"SubtypeFull\": \"LICENSE VALIDATION\",\n                \"FirstName\": \"JOHN\",\n                \"MiddleName\": \"APPLE\",\n                \"LastName\": \"SMITH\",\n                \"BirthDate\": {\n                    \"Year\": 1996,\n                    \"Month\": 1,\n                    \"Day\": 31,\n                    \"Full\": \"1996-04-11\",\n                    \"Ticks\": 1690416000000\n                },\n                \"LicenseNumber\": \"F5177439\",\n                \"Source\": \"13\"\n            },\n            \"Result\": {\n                \"Control\": \"HBWY4N\",\n                \"Valid\": \"Y\",\n                \"ReturnedDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 5,\n                    \"Day\": 30,\n                    \"Full\": \"2024-05-30\",\n                    \"Ticks\": 1690416000000\n                },\n                \"ReturnedTime\": {\n                    \"Hour\": \"15\",\n                    \"Minute\": \"49\",\n                    \"Second\": \"0\"\n                },\n                \"ResultCode\": \"RC\"\n            },\n            \"LicenseValidation\": {\n                \"DocumentValidationResult\": \"UNVERIFIED\"\n            }\n        }\n    }\n}"},{"id":"eff72ec0-f15a-453a-b93f-2469cfd0cb98","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensereports/verifylicense/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","licensereports","verifylicense",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d48c5772-82e4-4e66-8382-889588f0af6d","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensereports/verifylicense/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","licensereports","verifylicense",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"f160d580-0b97-4935-afa0-70ad89e75761","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensereports/verifylicense/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","licensereports","verifylicense",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"21a2f2da-d979-4251-a655-8a7c03c85150","name":"406 Not Acceptable","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensereports/verifylicense/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","licensereports","verifylicense",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4ac3bd82-25fb-4b29-b1f5-58db58415492"}],"id":"81db1cc2-1d48-4c5a-b70d-e2c278a402a7","description":"<p>The <strong>License Validation</strong> service validates the license details for a person by determining if the information provided by the driver matches with information maintained at the Department of Motor Vehicles (State Jurisdiction).</p>\n<h4 id=\"how-it-works\"><strong>How it Works</strong></h4>\n<ul>\n<li><p><a href=\"https://sambaengineering.postman.co/workspace/Developers-Portal~0139f540-37f5-4d70-bfa6-efb4bb49eee2/folder/23966849-0c460b07-4c7c-4842-8d6c-3fa22b9c00be?active-environment=2dbbb266-57d9-4f7a-b761-6bed9662c6da\"><b>Authentication</b></a>: Obtain a token to gain access</p>\n</li>\n<li><p><strong>Place an Order</strong>: Place an order to get data for the person</p>\n</li>\n<li><p><strong>Check Order Status</strong>: Check whether an order that has been placed has been fulfilled</p>\n</li>\n<li><p><strong>Get Order Report</strong>: Get the data ordered</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> <a href=\"https://support.sambasafety.com/license-verification/license-verification-validation-version-40?from_search=164003136\"><b>License Verification</b></a> <strong>visit our</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n","_postman_id":"81db1cc2-1d48-4c5a-b70d-e2c278a402a7","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"Activity Indicator v2","item":[{"name":"Place an Order","event":[{"listen":"test","script":{"id":"5cc97b8c-1bee-423a-b448-82e2f631a86c","exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2dc51192-ebbd-4ad6-bac5-480d1ef3013d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"licenseState\": \"AZ\",\n    \"licenseNumber\": \"000000000\",\n    \"birthDate\": \"1980-01-01\",\n    \"firstName\": \"Chris\",\n    \"middleName\": \"P\",\n    \"lastName\": \"Bacon\",\n    \"billCode\": \"12345\",\n    \"billReference\": \"values that will populate on billing details\",\n    \"address\": {\n        \"street\": \"1313 Mockingbird Lane\",\n        \"city\": \"Mockingbird Heights\",\n        \"state\": \"AZ\",\n        \"postalCode\": \"85253\"\n    },\n    \"searchStartDate\": \"2021-01-10\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/v2/activityreports/indicator","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint creates a new order for an <strong>Activity Indicator Report</strong>, for a single driver.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: all content type symbol</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>licenseState</code> (string(2), required): The state jurisdiction issuing the document, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>licenseNumber</code> (string, required): The number of the document. <a href=\"https://www.postman.com/sambaengineering/workspace/developer-sambasafety-com/folder/23966849-5e2da722-9211-44dd-99cf-95e365fc04c0?action=share&amp;source=copy-link&amp;creator=23966849\">License Number Patterns</a></p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth. \"YYYY-MM-DD\"</p>\n</li>\n<li><p><code>lastName</code> (string(40), required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string(40), required): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string(20), optional): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>address</code> (object, optional): An object containing the person's address as on the license:</p>\n<ul>\n<li><p><code>street</code> (string): The person's mailing street address.</p>\n</li>\n<li><p><code>city</code> (string): The person's mailing municipality.</p>\n</li>\n<li><p><code>state</code> (string(2)): The person's mailing state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>zipCode</code> (string): The person's mailing postal code.</p>\n</li>\n</ul>\n</li>\n<li><p><code>billCode</code> (string(100), optional): A customer's custom billing code - passes to billing details</p>\n</li>\n<li><p><code>billReference</code> (string,(250) optional): A customer's custom billing reference note - passes to billing details</p>\n</li>\n<li><p><code>searchStartDate</code>searchStartDate (string, date, required) The day the search starts \"YYYY-MM-DD\"</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"orderId\": \"a9effbb3-4178-f6e9-08a7-e9520c4620d7\"\n}\n\n</code></pre>\n","urlObject":{"path":["orders","v2","activityreports","indicator"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"77cfd51e-b634-4850-8231-26643ccc66bd","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"AZ\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\":\"Chris\",\n  \"middleName\":\"P\",\n  \"lastName\": \"Bacon\",\n  \"billCode\": \"values that will populate on billing details\",\n  \"billReference\": \"\",\n  \"address\": {\n    \"street\": \"1313 Mockingbird Lane\",\n    \"city\": \"Gainsville\",\n    \"state\": \"AZ\",\n    \"postalCode\": \"85253\"\n  },\n  \"searchStartDate\": \"2021-01-10\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/v2/activityreports/indicator"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"d7cdf65ae-58c8-44f5-8fc8-f171756ee817\"\n}"},{"id":"c4c9de1a-8396-4247-8623-072dd7008c44","name":"400 Bad Request - Missing Last Name","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"AZ\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\":\"Chris\",\n  \"middleName\":\"P\",\n  \"billCode\": \"values that will populate on billing details\",\n  \"billReference\": \"\",\n  \"address\": {\n    \"street\": \"1313 Mockingbird Lane\",\n    \"city\": \"Gainsville\",\n    \"state\": \"AZ\",\n    \"postalCode\": \"85253\"\n  },\n  \"searchStartDate\": \"2021-01-10\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/v2/activityreports/indicator"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Required field(s) lastName are missing\"\n}"},{"id":"2a6c3010-8742-43c1-9590-4404bca999f5","name":"400 Bad Request - Invalid Field Format","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"AZ\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"19800101\",\n  \"firstName\":\"Chris\",\n  \"middleName\":\"P\",\n  \"lastName\": \"Bacon\",\n  \"billCode\": \"values that will populate on billing details\",\n  \"billReference\": \"\",\n  \"address\": {\n    \"street\": \"1313 Mockingbird Lane\",\n    \"city\": \"Gainsville\",\n    \"state\": \"AZ\",\n    \"postalCode\": \"85253\"\n  },\n  \"searchStartDate\": \"2021-01-10\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/v2/activityreports/indicator"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Format for field(s) birthDate are invalid\"\n}"},{"id":"f5d51cd4-7494-428a-8769-edb7a1e15c95","name":"422 Unprocessable Content - Invalid DLN Format","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"AZ\",\n  \"licenseNumber\": \"00000-XX\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\":\"Chris\",\n  \"middleName\":\"P\",\n  \"lastName\": \"Bacon\",\n  \"billCode\": \"values that will populate on billing details\",\n  \"billReference\": \"\",\n  \"address\": {\n    \"street\": \"1313 Mockingbird Lane\",\n    \"city\": \"Gainsville\",\n    \"state\": \"AZ\",\n    \"postalCode\": \"85253\"\n  },\n  \"searchStartDate\": \"2021-01-10\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/orders/v2/activityreports/indicator"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Driver data is invalid, please fix and try again. '<licenseNumber>' invalid\"\n}"}],"_postman_id":"2dc51192-ebbd-4ad6-bac5-480d1ef3013d"},{"name":"Check Order Status","event":[{"listen":"test","script":{"id":"aa5b4eef-c582-4507-b39c-f7e9147ca1d9","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"reportId\", pm.response.json().links[0].id);","});"],"type":"text/javascript","packages":{}}}],"id":"28c75994-2a8e-4033-819a-face57c2ede8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{baseUrl}}/orders/v2/activityreports/indicator/:orderId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves summary information for the corresponding order ID. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: all content type symbol</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><strong><code>orderId</code></strong> the unique identifer for the order.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with details for the corresponding order. Contains the orderStatus and a links reference to the report, when completed.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>orderId</code> (string, uuid): The order's unique identifier.</p>\n</li>\n<li><p><code>orderStatus</code> (string): The status of the order.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n<li><p><code>links</code> (object): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"receive-order-completion-notification\">Receive Order Completion Notification</h2>\n<p>If you have subscribed to the webhook when the order has been successfully \"fulfilled\", the CallbackURL will be invoked with a <strong>\"POST\"</strong> and a body containing a url link to the report, and the report uuid.</p>\n<p>If an error occurs, the response will have an “error\" event type, with a description of the error.</p>\n<ul>\n<li><code>activityindicator.received</code></li>\n</ul>\n<h1 id=\"vndsambasafetyindicatorreceivedjson\">vnd.sambasafety.indicator.received+json</h1>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.-</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n","urlObject":{"path":["orders","v2","activityreports","indicator",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"","key":"orderId"}]}},"response":[{"id":"73ebe668-42bf-4a10-bd34-c3c0ee62757a","name":"200 OK - Pending","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{baseUrl}}/orders/v2/activityreports/indicator/:orderId","host":["{{baseUrl}}"],"path":["orders","v2","activityreports","indicator",":orderId"],"variable":[{"key":"orderId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"dbedfe75-0299-4494-aa3b-a7e09a972078\",\n    \"orderDateTime\": \"2025-01-01T23:28:56.782Z\",\n    \"orderStatus\": \"pending\"\n}"},{"id":"701e27ca-ecbf-4800-8fdf-609ea09f2396","name":"200 OK - Fullfilled","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{baseUrl}}/orders/v2/activityreports/indicator/:orderId","host":["{{baseUrl}}"],"path":["orders","v2","activityreports","indicator",":orderId"],"variable":[{"key":"orderId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"d7cdf65ae-58c8-44f5-8fc8-f171756ee817\",\n    \"orderDateTime\": \"2025-01-01T23:28:56.782Z\",\n    \"orderStatus\": \"fulfilled\",\n    \"links\": [\n        {\n            \"rel\": \"activityindicator\",\n            \"href\": \"/reports/v2/activityreports/history/c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n            \"type\": \"GET\",\n            \"id\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\"\n        }\n    ]\n}"},{"id":"03f22d8f-cea8-428d-b9c9-96a618fbc834","name":"200 OK - Error","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{baseUrl}}/orders/v2/activityreports/indicator/:orderId","host":["{{baseUrl}}"],"path":["orders","v2","activityreports","indicator",":orderId"],"variable":[{"key":"orderId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"f93132a3-7d07-472d-b183-d8501609eae2\",\n    \"orderStatus\": \"error\",\n    \"orderDateTime\": \"2024-10-20T23:47:42.892745\",\n    \"result\": {\n        \"message\": \"Order has timed out, please try again later\"\n    }\n}"},{"id":"04677caf-7715-461c-8e64-0b0d4d2b9494","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{baseUrl}}/orders/v2/activityreports/indicator/:orderId","host":["{{baseUrl}}"],"path":["orders","v2","activityreports","indicator",":orderId"],"variable":[{"key":"orderId","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid orderID, order status not found\"\n}"}],"_postman_id":"28c75994-2a8e-4033-819a-face57c2ede8"},{"name":"Get a Report","event":[{"listen":"test","script":{"id":"7705490b-7617-4a15-a639-22cd158e3d5b","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\");","});"],"type":"text/javascript","packages":{}}}],"id":"668f9ac2-ab5a-4762-83de-941248e2e524","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{baseUrl}}/reports/v2/activityreports/indicator/:reportId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves <strong>Activity Indicator Report</strong> for the corresponding Report ID.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: any content symbol</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<p><strong>Available Versions:</strong></p>\n<ul>\n<li>application/vnd.sambasafety.activityindicator+json;version=1.0.0</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>reportId</code>: the unique identifier for the report.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with the Activity Indicator Report for the <code>reportId</code> and report <code>version</code> requested.</p>\n<p>Parameters</p>\n<ul>\n<li><p><code>reportId</code> (string, uuid): The report's unique identifier.</p>\n</li>\n<li><p><code>reportDateTime</code> (string, datetime): The report's timestamp when it was completed.</p>\n</li>\n<li><p><code>reportOrder</code> (object): The order's request body.</p>\n</li>\n<li><p><code>reportOrderResult</code> (object): The result of the order.</p>\n<ul>\n<li><p><code>activityFound</code>(string): The result of the search (YES, NO, UNKNOWN)</p>\n</li>\n<li><p><code>actualSearchStartDate</code> (string, date): The report's search start date.</p>\n</li>\n<li><p><code>asofDate</code> (string, date): activityFound as of  this date</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["reports","v2","activityreports","indicator",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"","key":"reportId"}]}},"response":[{"id":"f39409a6-a144-4555-9cdb-1295fecc645a","name":"200 OK - YES Indicator","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Accept","value":"application/vnd.sambasafety.activityindicator+json;version=1.0.0","type":"text"}],"url":{"raw":"{{baseUrl}}/reports/v2/activityreports/indicator/:reportId","host":["{{baseUrl}}"],"path":["reports","v2","activityreports","indicator",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"reportId\": \"7cdf65ae-58c8-44f5-8fc8-f171756ee817\",\n    \"reportDateTime\": \"2025-03-04T14:31:00.782Z\",\n    \"reportOrder\": {\n        \"orderId\": \"64f67b8b-733f-4b8f-8007-8cafdbecd0f3\",\n        \"orderDateTime\": \"2025-03-04T06:01-07:00\",\n        \"licenseState\": \"AZ\",\n        \"licenseNumber\": \"000000000\",\n        \"birthDate\": \"1980-01-01\",\n        \"firstName\": \"Chris\",\n        \"lastName\": \"P\",\n        \"middleName\": \"Bacon\",\n        \"billCode\": \"12345\",\n        \"billReference\": \"values that will populate in billing details\",\n        \"address\": {\n            \"street\": \"1313 Mockingbird Lane\",\n            \"city\": \"Mockingbird Heights\",\n            \"state\": \"AZ\",\n            \"postalCode\": \"85253\"\n        },\n        \"searchStartDate\": \"2020-03-04\"\n    },\n    \"reportOrderResult\": {\n         \"activityFound\": \"YES\",\n         \"actualSearchStartDate\": \"2021-03-04\",\n         \"asofDate\":\"2025-03-04\"\n    }\n}"},{"id":"0c2a5234-d71a-44e2-93ad-5cbd49d8e5b3","name":"200 OK - NO Indicator","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{baseUrl}}/reports/v2/activityreports/indicator/:reportId?accept =application/vnd.sambasafety.activityindicator+json;version=1.0.0","host":["{{baseUrl}}"],"path":["reports","v2","activityreports","indicator",":reportId"],"query":[{"key":"accept ","value":"application/vnd.sambasafety.activityindicator+json;version=1.0.0"}],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"reportId\": \"7cdf65ae-58c8-44f5-8fc8-f171756ee817\",\n    \"reportDateTime\": \"2025-03-04T14:31:00.782Z\",\n    \"reportOrder\": {\n        \"orderId\": \"64f67b8b-733f-4b8f-8007-8cafdbecd0f3\",\n        \"orderDateTime\": \"2025-03-04T06:01-07:00\",\n        \"licenseState\": \"AZ\",\n        \"licenseNumber\": \"000000000\",\n        \"birthDate\": \"1980-01-01\",\n        \"firstName\": \"Herman\",\n        \"middleName\": \"Smith\",\n        \"lastName\": \"Musnster\",\n        \"billCode\": \"\",\n        \"billReference\": \"\",\n        \"address\": {\n            \"street\": \"1313 Mockingbird Lane\",\n            \"city\": \"Mockingbird Heights\",\n            \"state\": \"AZ\",\n            \"postalCode\": \"85253\"\n        },\n        \"searchStartDate\": \"2020-03-04\"\n    },\n    \"reportOrderResult\": {\n         \"activityFound\": \"NO\",\n         \"actualSearchStartDate\": \"2020-03-04\",\n         \"asofDate\":\"2025-03-04\"\n    }\n}"},{"id":"6c33de36-9a34-4321-81bd-8b4093b52e79","name":"200 OK - NO Indicator/State Specific","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Accept","value":"application/vnd.sambasafety.activityindicator+json;version=1.0.0","type":"text"}],"url":{"raw":"{{baseUrl}}/reports/v2/activityreports/indicator/:reportId","host":["{{baseUrl}}"],"path":["reports","v2","activityreports","indicator",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"reportId\": \"7cdf65ae-58c8-44f5-8fc8-f171756ee817\",\n    \"reportDateTime\": \"2025-03-04T14:31:00.782Z\",\n    \"reportOrder\": {\n        \"orderId\": \"64f67b8b-733f-4b8f-8007-8cafdbecd0f3\",\n        \"orderDateTime\": \"2025-03-04T06:01-07:00\",\n        \"licenseState\": \"NY\",\n        \"licenseNumber\": \"000000000\",\n        \"birthDate\": \"1980-01-01\",\n        \"firstName\": \"Kate\",\n        \"middleName\": \"Marie\",\n        \"lastName\": \"Smith\",\n        \"billCode\": \"\",\n        \"billReference\": \"\",\n        \"address\": {\n            \"street\": \"1313 Mockingbird Lane\",\n            \"city\": \"Mockingbird Heights\",\n            \"state\": \"NY\",\n            \"postalCode\": \"10671\"\n        },\n        \"searchStartDate\": \"2020-03-04\"\n    },\n    \"reportOrderResult\": {\n         \"activityFound\": \"NO\",\n         \"actualSearchStartDate\": \"2020-03-04\",\n         \"asofDate\":\"2024-06-04\"\n    }\n}"},{"id":"f1d33b2b-2c2f-4b84-b48b-6b51b956dd18","name":"200 OK - Unknown Indicator/State Specific","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Accept","value":"application/vnd.sambasafety.activityindicator+json;version=1.0.0","type":"text"}],"url":{"raw":"{{baseUrl}}/reports/v2/activityreports/indicator/:reportId","host":["{{baseUrl}}"],"path":["reports","v2","activityreports","indicator",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"reportId\": \"7cdf65ae-58c8-44f5-8fc8-f171756ee817\",\n    \"reportDateTime\": \"2025-03-04T14:31:00.782Z\",\n    \"reportOrder\": {\n        \"orderId\": \"64f67b8b-733f-4b8f-8007-8cafdbecd0f3\",\n        \"orderDateTime\": \"2025-03-04T06:01-07:00\",\n        \"licenseState\": \"NY\",\n        \"licenseNumber\": \"000000000\",\n        \"birthDate\": \"1980-01-01\",\n        \"firstName\": \"Howard\",\n        \"middleName\": \"James\",\n        \"lastName\": \"Tunsley\",\n        \"billCode\": \"\",\n        \"billReference\": \"\",\n        \"address\": {\n            \"street\": \"1313 Mockingbird Lane\",\n            \"city\": \"Mockingbird Heights\",\n            \"state\": \"NY\",\n            \"postalCode\": \"10671\"\n        },\n        \"searchStartDate\": \"2020-03-04\"\n    },\n    \"reportOrderResult\": {\n         \"activityFound\": \"UNKNOWN\",\n         \"actualSearchStartDate\": \"2020-03-04\"\n    }\n}"},{"id":"7b2cff9e-d946-48cf-94e1-bb7cf644f61f","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Accept","value":"application/vnd.sambasafety.activityindicator+json;version=1.0.0","type":"text"}],"url":{"raw":"{{baseUrl}}/reports/v2/activityreports/indicator/:reportId","host":["{{baseUrl}}"],"path":["reports","v2","activityreports","indicator",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid reportId, report not found\"\n}"},{"id":"6bdc311a-8647-4eca-b586-1a09e0dab408","name":"500 Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Accept","value":"application/vnd.sambasafety.activityindicator+json;version=1.0.0","type":"text"}],"url":{"raw":"{{baseUrl}}/reports/v2/activityreports/indicator/:reportId","host":["{{baseUrl}}"],"path":["reports","v2","activityreports","indicator",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"If error persists, contact  Samba Safety's support \"\n}"}],"_postman_id":"668f9ac2-ab5a-4762-83de-941248e2e524"}],"id":"a8d31818-8eb9-4564-b23a-c7521f6aa89a","description":"<p>The <strong>Activity Indicator</strong> service interrogates SambaSafety’s proprietary datasets using the personal identifiers submitted to locate records that can identify traffic violation activity.</p>\n<h4 id=\"how-it-works\"><strong>How it Works</strong></h4>\n<ul>\n<li><p><a href=\"https://sambaengineering.postman.co/workspace/Developers-Portal~0139f540-37f5-4d70-bfa6-efb4bb49eee2/folder/23966849-0c460b07-4c7c-4842-8d6c-3fa22b9c00be?active-environment=2dbbb266-57d9-4f7a-b761-6bed9662c6da\"><b>Authentication</b></a>: Obtain a token to gain access</p>\n</li>\n<li><p><strong>Place an Order</strong>: Place an order to get data for the person</p>\n</li>\n<li><p><strong>Check Order Status</strong>: Check whether an order that has been placed has been fulfilled</p>\n</li>\n<li><p><strong>Get a Report</strong>: Get the data ordered</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> Activity Indicator <strong>visit our</strong> <a href=\"https://support.sambasafety.com/en_US/activity-indicator-overview/activity-indicator-v2-overview\">SambaSafety Knowledge Base</a></p>\n","_postman_id":"a8d31818-8eb9-4564-b23a-c7521f6aa89a","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"Activity History","item":[{"name":"Place an Order","event":[{"listen":"test","script":{"id":"3e94833a-6188-4065-b3f9-3080c96da87a","exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","packages":{}}}],"id":"d1d40aeb-c338-4ce8-8443-88afd31f8190","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"searchStartDate\": \"2019-10-29\",\n  \"licenseState\": \"NJ\",\n  \"licenseNumber\": \"J22002020401301\",\n  \"birthDate\": \"1974-01-29\",\n  \"lastName\": \"Public\",\n  \"middleName\": \"Q\",\n  \"firstName\": \"John\",\n  \"address\": {\n    \"street\": \"123 Main Street, Apt 101\",\n    \"city\": \"Paramus\",\n    \"state\": \"NJ\",\n    \"zipCode\": 7666\n  },\n  \"billCode\": \"Demo\",\n  \"billReference\": \"Account\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/history","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint creates a new order for an <strong>Activity History Report</strong>, for a single driver.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>licenseState</code> (string(2), required): The state jurisdiction issuing the document, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>licenseNumber</code> (string, required): The number of the document. <a href=\"https://www.postman.com/sambaengineering/workspace/developer-sambasafety-com/folder/23966849-5e2da722-9211-44dd-99cf-95e365fc04c0?action=share&amp;source=copy-link&amp;creator=23966849\">License Number Patterns</a></p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth. \"YYYY-MM-DD\"</p>\n</li>\n<li><p><code>lastName</code> (string(40), required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string(40), required): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string(20), optional): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>address</code> (object, optional): An object containing the person's address as on the license:</p>\n<ul>\n<li><p><code>street</code> (string): The person's mailing street address.</p>\n</li>\n<li><p><code>city</code> (string): The person's mailing municipality.</p>\n</li>\n<li><p><code>state</code> (string(2)): The person's mailing state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>zipCode</code> (string): The person's mailing postal code.</p>\n</li>\n</ul>\n</li>\n<li><p><code>billCode</code> (string(100), optional): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string,(250) optional): A customer's custom billing reference note.</p>\n</li>\n<li><p><code>searchStartDate</code>searchStartDate (string, date, required) The day the search starts \"YYYY-MM-DD\"</p>\n</li>\n</ul>\n<h2 id=\"response\"><strong>Response</strong></h2>\n<p>Upon successful request, the API will respond with the a 201 Created containing the order ID.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</li>\n</ul>\n","urlObject":{"path":["orders","v1","activityreports","history"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cd6978a1-b755-41e5-8456-a47e2161e96d","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"•••••••","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"searchStartDate\": \"2019-10-29\",\n  \"licenseState\": \"NJ\",\n  \"licenseNumber\": \"J22002020401301\",\n  \"birthDate\": \"1974-01-29\",\n  \"lastName\": \"Public\",\n  \"middleName\": \"Q\",\n  \"firstName\": \"John\",\n  \"address\": {\n    \"street\": \"123 Main Street, Apt 101\",\n    \"city\": \"Paramus\",\n    \"state\": \"NJ\",\n    \"zipCode\": 7666\n  },\n  \"billCode\": \"Demo\",\n  \"billReference\": \"Account\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api-demo.sambasafety.io/orders/v1/activityreports/history"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"a9effbb3-4178-f6e9-08a7-e9520c4620d7\"\n}"},{"id":"cad955ec-6f70-49ae-9afa-2022bc4a63bb","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"searchStartDate\": \"2022-10-29\",\n  \"licenseState\": \"NE\",\n  \"licenseNumber\": \"\",\n  \"birthDate\": \"1974-01-29\",\n  \"lastName\": \"\",\n  \"firstName\": \"\",\n  \"middleName\": \"\",\n  \"address\": {\n    \"street\": \"123 Main Street, Apt 101\",\n    \"city\": \"Denver\",\n    \"state\": \"CO\",\n    \"zipCode\": 80111\n  },\n  \"billCode\": \"Demo\",\n  \"billReference\": \"Account\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/history"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"293f1a19-0d00-400a-82e2-b1367a2df6b3","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"searchStartDate\": \"2022-10-29\",\n  \"licenseState\": \"NE\",\n  \"licenseNumber\": \"\",\n  \"birthDate\": \"1974-01-29\",\n  \"lastName\": \"\",\n  \"firstName\": \"\",\n  \"middleName\": \"\",\n  \"address\": {\n    \"street\": \"123 Main Street, Apt 101\",\n    \"city\": \"Denver\",\n    \"state\": \"CO\",\n    \"zipCode\": 80111\n  },\n  \"billCode\": \"Demo\",\n  \"billReference\": \"Account\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/history"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a526db1f-f3f2-418a-b67d-410782799106","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"searchStartDate\": \"2022-10-29\",\n  \"licenseState\": \"NE\",\n  \"licenseNumber\": \"\",\n  \"birthDate\": \"1974-01-29\",\n  \"lastName\": \"\",\n  \"firstName\": \"\",\n  \"middleName\": \"\",\n  \"address\": {\n    \"street\": \"123 Main Street, Apt 101\",\n    \"city\": \"Denver\",\n    \"state\": \"CO\",\n    \"zipCode\": 80111\n  },\n  \"billCode\": \"Demo\",\n  \"billReference\": \"Account\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/history"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"58771915-c4ab-42be-ab02-f5e2fa1c340a","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"searchStartDate\": \"2022-10-29\",\n  \"licenseState\": \"NE\",\n  \"licenseNumber\": \"\",\n  \"birthDate\": \"1974-01-29\",\n  \"lastName\": \"\",\n  \"firstName\": \"\",\n  \"middleName\": \"\",\n  \"address\": {\n    \"street\": \"123 Main Street, Apt 101\",\n    \"city\": \"Denver\",\n    \"state\": \"CO\",\n    \"zipCode\": 80111\n  },\n  \"billCode\": \"Demo\",\n  \"billReference\": \"Account\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/history"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Formats for field(s) '<field names>' are invalid\"\n}"},{"id":"bf900c80-2627-4f55-a2a8-48bc8a07bf40","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"searchStartDate\": \"2022-10-29\",\n  \"licenseState\": \"NE\",\n  \"licenseNumber\": \"\",\n  \"birthDate\": \"1974-01-29\",\n  \"lastName\": \"\",\n  \"firstName\": \"\",\n  \"middleName\": \"\",\n  \"address\": {\n    \"street\": \"123 Main Street, Apt 101\",\n    \"city\": \"Denver\",\n    \"state\": \"CO\",\n    \"zipCode\": 80111\n  },\n  \"billCode\": \"Demo\",\n  \"billReference\": \"Account\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/history"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"E01\",\n  \"message\": \"Driver data is invalid, please fix and try again. '<field names>' invalid\"\n}"}],"_postman_id":"d1d40aeb-c338-4ce8-8443-88afd31f8190"},{"name":"Check Order Status","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"reportId\", pm.response.json().links[0].id);","});"],"type":"text/javascript","id":"2eeea3c4-5b37-457b-a396-7944e9ad7c0c"}}],"id":"00549549-f37f-4c36-abd2-3c85ff6fd8ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/orders/v1/activityreports/history/:orderId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves summary information for the corresponding order ID. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><strong><code>orderId</code></strong> the unique identifer for the order.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with details for the corresponding order. Contains the orderStatus and a links reference to the report, when completed.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>orderId</code> (string, uuid): The order's unique identifier.</p>\n</li>\n<li><p><code>orderStatus</code> (string): The status of the order.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n<li><p><code>links</code> (object): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"receive-order-completion-notification\">Receive Order Completion Notification</h2>\n<p>If you have subscribed to the webhook when the order has been successfully \"fulfilled\", the CallbackURL will be invoked with a <strong>\"POST\"</strong> and a body containing a url link to the report, and the report uuid.</p>\n<p>If an error occurs, the response will have an “error\" event type, with a description of the error.</p>\n<ul>\n<li><code>activityhistory.received</code></li>\n</ul>\n<h1 id=\"vndsambasafetyactivityhistoryreceivedjson\">vnd.sambasafety.activityhistory.received+json</h1>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.-</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n","urlObject":{"path":["orders","v1","activityreports","history",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"cda79097-3dbc-4c3a-bca7-5d4c541114a4","description":{"content":"<p>(Required) The order's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderId"}]}},"response":[{"id":"8c6b44bb-4ffe-42dd-bc41-bd0dfd26e372","name":"200 OK: Status: Fulfilled","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/history/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","history",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"orderDateTime\": \"2023-09-12T21:59:06.483719Z\",\n  \"orderStatus\": \"fulfilled\",\n  \"links\": [\n    {\n      \"rel\": \"activityhistory\",\n      \"href\": \"/reports/v1/activityreports/history/3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"type\": \"GET\",\n      \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n    }\n  ]\n}"},{"id":"2ced3d97-df46-47c3-af3b-5de6e45cc0a5","name":"200 OK: Status: Pending","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/history/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","history",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"orderDateTime\": \"2023-09-12T21:59:06.483719Z\",\n  \"orderStatus\": \"pending\"\n}"},{"id":"a5142c57-6549-42f5-86f2-f5349cf8aa80","name":"200 OK: Status: Error","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/history/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","history",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{{\n  \"orderId\": \"895863d4-6144-4dc7-b258-02d09af0aa06\",\n  \"orderStatus\": \"error\",\n  \"orderDateTime\": \"2026-02-09T17:23:36.575284\",\n  \"result\": {\n    \"code\": \"LR01\",\n    \"message\": \"Order was not fulfilled before timeout.\"\n  }\n}"},{"id":"9bbe5596-660f-498e-a875-b8e1449edff2","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/history/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","history",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b910bd70-feff-477d-8bc5-ab3dfea8f70f","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/history/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","history",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"1d413c35-5b1a-44ce-9fea-8d747c5c872c","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/history/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","history",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"00549549-f37f-4c36-abd2-3c85ff6fd8ee"},{"name":"Get a Report","event":[{"listen":"test","script":{"id":"27104dd9-5309-4dcd-b9e3-40b0f710b386","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/vnd.sambasafety.activityhistory+json;version=2.0.0\");","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"005c5971-b541-43f4-bac7-52094b58018e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/vnd.sambasafety.activityhistory+json;version=2.0.0"}],"url":"{{baseUrl}}/reports/v1/activityreports/history/:reportId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves <strong>Activity History Report</strong> for the corresponding Report ID.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: [Document Version]</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<p><strong>Available Versions:</strong></p>\n<ul>\n<li><p><strong>application/vnd.sambasafety.activityhistory+json;version=1.0.0 (court records only)</strong></p>\n</li>\n<li><p><strong>application/vnd.sambasafety.activityhistory+json;version=2.0.0</strong></p>\n</li>\n<li><p><strong>application/vnd.sambasafety.activityhistory+html;version=1.0.0 (court records only)</strong></p>\n</li>\n<li><p><strong>application/vnd.sambasafety.activityhistory+html;version=2.0.0</strong></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>reportId</code>: the unique identifier for the report.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with the Activity History Report for the <code>reportId</code> and report <code>version</code> requested.</p>\n<h3 id=\"vndsambasafetyactivityhistoryjsonversion200\">vnd.sambasafety.activityhistory+json;version=2.0.0</h3>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>reportId</code> (string, uuid): The report's unique identifier.</p>\n</li>\n<li><p><code>reportDateTime</code> (string, datetime): The report's timestamp when it was completed.</p>\n</li>\n<li><p><code>reportOrder</code> (object): The order's request body.</p>\n</li>\n<li><p><code>reportOrderResult</code> (object): The result of the order.</p>\n<ul>\n<li><p><code>actualSearchStartDate</code> (string, date): The report's search start date.</p>\n</li>\n<li><p><code>publicRecordDate</code> (string, date): The report's public record date.</p>\n</li>\n</ul>\n</li>\n<li><p><code>courtRecord</code> (object): A court recorded returned for the order.</p>\n<ul>\n<li><p><code>violations</code> (array): A court recorded returned for the order</p>\n<ul>\n<li><p><code>state</code> (string): The state jurisdiction of the violation.</p>\n</li>\n<li><p><code>date</code> (string, <em>date</em>): The date of the violation.</p>\n</li>\n<li><p><code>location</code> (string): The location of the violation.</p>\n</li>\n<li><p><code>docketNumber</code> (string): The court docket number of the violation.</p>\n</li>\n<li><p><code>actualSpeed</code> (string): The ticket's actual speed recorded.</p>\n</li>\n<li><p><code>postedSpeed</code> (string): The ticket's posted speed limit.</p>\n</li>\n<li><p><code>statute</code> (string): The state's statute associated with the violation.</p>\n</li>\n<li><p><code>courtType</code> (string): The court type adjudicating the violation.</p>\n</li>\n<li><p><code>disposition</code> (string): The court's disposition of the violation.</p>\n</li>\n<li><p><code>plea</code> (string): The person's entered plea.</p>\n</li>\n<li><p><code>sentencing</code> (string): The court's sentencing.</p>\n</li>\n<li><p><code>dispositionDate</code> (string, <em>date</em>): The date of the court's disposition.</p>\n</li>\n<li><p><code>reportedDmv</code> (string): The violation is reported to the DMV.</p>\n</li>\n<li><p><code>reportedDmvDate</code> (string, <em>date</em>): The date the violation was reported to the DMV.</p>\n</li>\n<li><p><code>message</code> (string): A message associated with the violation.</p>\n</li>\n<li><p><code>person</code> (object):The person associated with the violation.</p>\n<ul>\n<li><p><code>licenseState</code> (string): The state issuing the license.</p>\n</li>\n<li><p><code>licenseNumber</code> (string): The number of the document.</p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>): The person's date of birth.</p>\n</li>\n<li><p><code>lastName</code> (string): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>suffix</code> (string): The person's family suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>address</code> (object): An address object containing:</p>\n<ul>\n<li><p><code>street</code> (string): The person's mailing street address.</p>\n</li>\n<li><p><code>city</code> (string): The person's mailing municipality.</p>\n</li>\n<li><p><code>state</code> (string): The person's mailing state.</p>\n</li>\n<li><p><code>zipCode</code> (string): The person's mailing postal code.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>infractions</code> (array): The infractions associated with the violation.</p>\n<ul>\n<li><p><code>description</code> (string): The normalized description of the infraction.</p>\n</li>\n<li><p><code>stateDescription</code> (string): The state description of the infraction.</p>\n</li>\n<li><p><code>stateCode</code> (string): The infraction's jurisdiction.</p>\n</li>\n<li><p><code>acd</code> (string):</p>\n</li>\n<li><p><code>avd2</code> (string):</p>\n</li>\n<li><p><code>avd3</code> (string):</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>publicRecord</code> (object): A court recorded returned for the order.</p>\n<ul>\n<li><p><code>person</code> (object): The person of the public record.</p>\n<ul>\n<li><p><code>licenseState</code> (string): The state issuing the license.</p>\n</li>\n<li><p><code>licenseNumber</code> (string): The number on the license.</p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>): The person's date of birth.</p>\n</li>\n<li><p><code>lastName</code> (string): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>suffix</code> (string): The person's family suffix.</p>\n</li>\n<li><p><code>age</code> (number): The age of the person.</p>\n</li>\n<li><p><code>gender</code> (string): The gender of the person.</p>\n</li>\n<li><p><code>eyeColor</code> (string): The eye-color of the person.</p>\n</li>\n<li><p><code>hairColor</code> (string): The hair-color of the person.</p>\n</li>\n<li><p><code>height</code> (string): The height of the person.</p>\n</li>\n<li><p><code>weight</code> (string): The weight of the person.</p>\n</li>\n<li><p><code>deceased</code> (boolean): Indicates the person is deceased.</p>\n</li>\n<li><p><code>cdl</code> (string): Indicates a commercial drivers license.</p>\n</li>\n</ul>\n</li>\n<li><p><code>violations</code> (array): A list of public record violations.</p>\n<ul>\n<li><p><code>state</code> (string): The state jurisdiction of the violation.</p>\n</li>\n<li><p><code>date</code> (string, <em>date</em>): The date of the violation.</p>\n</li>\n<li><p><code>location</code> (string): The location of the violation.</p>\n</li>\n<li><p><code>docketNumber</code> (string): The court docket number of the violation.</p>\n</li>\n<li><p><code>actualSpeed</code> (string): The ticket's actual speed recorded.</p>\n</li>\n<li><p><code>postedSpeed</code> (string): The ticket's posted speed limit.</p>\n</li>\n<li><p><code>statute</code> (string): The state's statute associated with the violation.</p>\n</li>\n<li><p><code>courtType</code> (string): The court type adjudicating the violation.</p>\n</li>\n<li><p><code>disposition</code> (string): The court's disposition of the violation.</p>\n</li>\n<li><p><code>postedDate</code> (string, <em>date</em>): The posted date of the violation.</p>\n</li>\n<li><p><code>modifiedDate</code> (string, <em>date</em>): Modified date, if updated.</p>\n</li>\n<li><p><code>isHazMat</code> (string): The court type adjudicating the violation.</p>\n</li>\n<li><p><code>isCommercial</code> (string): The court type adjudicating the violation.</p>\n</li>\n<li><p><code>convictionDate</code> (string, <em>date</em>): A conviction date associated with the violation.</p>\n</li>\n<li><p><code>dismissalCode</code> (string): A dismissal code associated with the violation.</p>\n</li>\n<li><p><code>dismissalDate</code> (string, <em>date</em>): A dismissal date associated with the violation.</p>\n</li>\n<li><p><code>bloodAlcoholLevel</code> (string): A blood-alcohol-level associated with the violation.</p>\n</li>\n<li><p><code>plate</code> (string): A license plate associated with the violation.</p>\n</li>\n<li><p><code>amendedConsentDate</code> (string, <em>date</em>): An amended consent date associated with the violation.</p>\n</li>\n<li><p><code>consentDate</code> (string, <em>date</em>): A consent date associated with the violation.</p>\n</li>\n<li><p><code>hasFailureToPayFine</code> (string): A failure to pay fine associated with the violation.</p>\n</li>\n<li><p><code>fineAmount</code> (string): A fine associated with the violation.</p>\n</li>\n<li><p><code>judgeName</code> (string): The judge associated with the violation.</p>\n</li>\n<li><p><code>isAssociatedWithSuspension</code> (string): A suspension is associated with the violation.</p>\n</li>\n<li><p><code>isAssociatedWithAccident</code> (string): An accident is associated with the violation.</p>\n</li>\n<li><p><code>hasAccidentInjury</code> (string): An injury is associated with the accident.</p>\n</li>\n<li><p><code>hasAccidentFatality</code> (string): A fatality is associated with the accident.</p>\n</li>\n<li><p><code>stateAdditional</code> (string): Additional state messages associated with the violation.</p>\n</li>\n<li><p><code>infractions</code> (array): The infractions associated with the violation.</p>\n<ul>\n<li><p><code>description</code> (string): The normalized description of the infraction.</p>\n</li>\n<li><p><code>stateDescription</code> (string): The state description of the infraction.</p>\n</li>\n<li><p><code>stateCode</code> (string): The infraction's jurisdiction.</p>\n</li>\n<li><p><code>acd</code> (string):</p>\n</li>\n<li><p><code>avd1</code> (string):</p>\n</li>\n<li><p><code>avd2</code> (string):</p>\n</li>\n<li><p><code>avd3</code> (string):</p>\n</li>\n<li><p><code>companyCode</code> (string): A company code for scoring.</p>\n</li>\n<li><p><code>companyPoints</code> (string): The company assigned points for scoring.</p>\n</li>\n<li><p><code>tableKey</code> (string): An internal reference.</p>\n</li>\n<li><p><code>stateAssignedPoints</code> (string): The state points associated with the infraction.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>accidents</code> (array): A list of public record accidents.</p>\n<ul>\n<li><p><code>state</code> (string): The state jurisdiction of the accident, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>date</code> (string, <em>date</em>): The date of the accident.</p>\n</li>\n<li><p><code>postedDate</code> (string, <em>date</em>): The posted date of the accident.</p>\n</li>\n<li><p><code>modifiedDate</code> (string, <em>date</em>): Modified date, if updated.</p>\n</li>\n<li><p><code>location</code> (string): The location of the accident.</p>\n</li>\n<li><p><code>locationCode</code> (string): The location of the accident.</p>\n</li>\n<li><p><code>isHazMat</code> (string): The court type adjudicating the accident.</p>\n</li>\n<li><p><code>isCommercial</code> (string): The court type adjudicating the accident.</p>\n</li>\n<li><p><code>plate</code> (string): A license plate associated with the accident.</p>\n</li>\n<li><p><code>isInjuryAccident</code> (string): An injury is associated with the accident.</p>\n</li>\n<li><p><code>isAtFault</code> (string): An at-fault is associated with the accident.</p>\n</li>\n<li><p><code>isFatalityAccident</code> (string): A fatality is associated with the accident.</p>\n</li>\n<li><p><code>frPolicyNumber</code> (string): A financial resp. associated with the accident.</p>\n</li>\n<li><p><code>isReportFiled</code> (string): A report is filed with the accident.</p>\n</li>\n<li><p><code>reportNumber</code> (string): The report number for the accident.</p>\n</li>\n<li><p><code>frFileNumber</code> (string): A financial resp. file number for the accident.</p>\n</li>\n<li><p><code>accidentFatalityCount</code> (string): A number of fatalities in the accident.</p>\n</li>\n<li><p><code>accidentInjuryCount</code> (string): A number of injured in the accident.</p>\n</li>\n<li><p><code>stateAdditional</code> (string): Additional state messages associated with the accident.</p>\n</li>\n<li><p><code>infractions</code> (array): The infractions associated with the violation.</p>\n<ul>\n<li><p><code>description</code> (string): The normalized description of the infraction.</p>\n</li>\n<li><p><code>stateDescription</code> (string): The state description of the infraction.</p>\n</li>\n<li><p><code>stateCode</code> (string): The infraction's jurisdiction.</p>\n</li>\n<li><p><code>acd</code> (string):</p>\n</li>\n<li><p><code>avd1</code> (string):</p>\n</li>\n<li><p><code>avd2</code> (string):</p>\n</li>\n<li><p><code>avd3</code> (string):</p>\n</li>\n<li><p><code>companyCode</code> (string): A company code for scoring.</p>\n</li>\n<li><p><code>companyPoints</code> (string): The company assigned points for scoring.</p>\n</li>\n<li><p><code>tableKey</code> (string): An internal reference.</p>\n</li>\n<li><p><code>stateAssignedPoints</code> (string): The state points associated with the infraction.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>actions</code> (array): A list of public record actions.</p>\n<ul>\n<li><p><code>state</code> (string): The state jurisdiction of the action, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>date</code> (string, <em>date</em>): The date of the action.</p>\n</li>\n<li><p><code>postedDate</code> (string, <em>date</em>): The posted date of the action.</p>\n</li>\n<li><p><code>modifiedDate</code> (string, <em>date</em>): Modified date, if updated.</p>\n</li>\n<li><p><code>location</code> (string): The location of the action.</p>\n</li>\n<li><p><code>locationCode</code> (string): The location of the action.</p>\n</li>\n<li><p><code>isHazMat</code> (string): The court type adjudicating the action.</p>\n</li>\n<li><p><code>isCommercial</code> (string): The court type adjudicating the action.</p>\n</li>\n<li><p><code>docketNumber</code> (string): The docket number associated with the action.</p>\n</li>\n<li><p><code>privilegeReinstatementDate</code> (string, <em>date</em>): A privilege reinstatement date associated with the action.</p>\n</li>\n<li><p><code>actualDate</code> (string, <em>date</em>): The actual date of the action.</p>\n</li>\n<li><p><code>clearDate</code> (string, <em>date</em>): A cleared date associated with the action.</p>\n</li>\n<li><p><code>actionEndDate</code> (string, <em>date</em>): An action end date associated with the action.</p>\n</li>\n<li><p><code>arrestDate</code> (string, <em>date</em>): An arrest date associated with the action.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the action.</p>\n</li>\n<li><p><code>offenseDate</code> (string, <em>date</em>): An offense date associated with the action.</p>\n</li>\n<li><p><code>extent</code> (string): An extent detail associated with the action.</p>\n</li>\n<li><p><code>judgeName</code> (string): The judge associated with the action.</p>\n</li>\n<li><p><code>lengthInMonths</code> (string): The number of months for the action.</p>\n</li>\n<li><p><code>additionalDescription</code> (string): An addition description associated with the action.</p>\n</li>\n<li><p><code>currentStatus</code> (string): The current status associated with the action.</p>\n</li>\n<li><p><code>stateAdditional</code> (string): Additional state messages associated with the action.</p>\n</li>\n<li><p><code>infractions</code> (array): The infractions associated with the violation.</p>\n<ul>\n<li><p><code>description</code> (string): The normalized description of the infraction.</p>\n</li>\n<li><p><code>stateDescription</code> (string): The state description of the infraction.</p>\n</li>\n<li><p><code>stateCode</code> (string): The infraction's jurisdiction.</p>\n</li>\n<li><p><code>acd</code> (string):</p>\n</li>\n<li><p><code>avd1</code> (string):</p>\n</li>\n<li><p><code>avd2</code> (string):</p>\n</li>\n<li><p><code>avd3</code> (string):</p>\n</li>\n<li><p><code>companyCode</code> (string): A company code for scoring.</p>\n</li>\n<li><p><code>companyPoints</code> (string): The company assigned points for scoring.</p>\n</li>\n<li><p><code>tableKey</code> (string): An internal reference.</p>\n</li>\n<li><p><code>stateAssignedPoints</code> (string): The state points associated with the infraction.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>adjudicatedAndWithdrawals</code> (array): A list of public record adjudications.</p>\n<ul>\n<li><p><code>state</code> (string): The state jurisdiction of the adjudication.</p>\n</li>\n<li><p><code>date</code> (string, <em>date</em>): The date of the adjudication.</p>\n</li>\n<li><p><code>postedDate</code> (string, <em>date</em>): The posted date of the adjudication.</p>\n</li>\n<li><p><code>modifiedDate</code> (string, <em>date</em>): Modified date, if updated.</p>\n</li>\n<li><p><code>location</code> (string): The location of the accident.</p>\n</li>\n<li><p><code>locationCode</code> (string): The location of the accident.</p>\n</li>\n<li><p><code>docketNumber</code> (string): The docket number associated with the adjudication.</p>\n</li>\n<li><p><code>isAssociatedWithAccident</code> (string): An accident is associated with the adjudication.</p>\n</li>\n<li><p><code>convictionDate</code> (string, <em>date</em>): The conviction date of the adjudication.</p>\n</li>\n<li><p><code>courtType</code> (string): The court type adjudicating the violation.</p>\n</li>\n<li><p><code>disposition</code> (string): The court's disposition of the violation.</p>\n</li>\n<li><p><code>actualSpeed</code> (string): The ticket's actual speed recorded.</p>\n</li>\n<li><p><code>postedSpeed</code> (string): The ticket's posted speed limit.</p>\n</li>\n<li><p><code>descriptionList</code> (array): The infractions associated with the violation.</p>\n<ul>\n<li><p><code>description</code> (string): The normalized description of the infraction.</p>\n</li>\n<li><p><code>stateDescription</code> (string): The state description of the infraction.</p>\n</li>\n<li><p><code>stateCode</code> (string): The infraction's jurisdiction.</p>\n</li>\n<li><p><code>acd</code> (string):</p>\n</li>\n<li><p><code>avd1</code> (string):</p>\n</li>\n<li><p><code>avd2</code> (string):</p>\n</li>\n<li><p><code>avd3</code> (string):</p>\n</li>\n<li><p><code>companyCode</code> (string): A company code for scoring.</p>\n</li>\n<li><p><code>companyPoints</code> (string): The company assigned points for scoring.</p>\n</li>\n<li><p><code>tableKey</code> (string): An internal reference.</p>\n</li>\n<li><p><code>stateAssignedPoints</code> (string): The state points associated with the infraction.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>failureToAppear</code> (array): A list of public record failure to appears.</p>\n<ul>\n<li><p><code>state</code> (string): The state jurisdiction of the FTA.</p>\n</li>\n<li><p><code>date</code> (string, <em>date</em>): The date of the FTA.</p>\n</li>\n<li><p><code>postedDate</code> (string, <em>date</em>): The posted date of the FTA.</p>\n</li>\n<li><p><code>location</code> (string): The location of the FTA.</p>\n</li>\n<li><p><code>locationCode</code> (string): The location of the FTA.</p>\n</li>\n<li><p><code>docketNumber</code> (string): The docket number associated with the FTA.</p>\n</li>\n<li><p><code>plate</code> (string): A license plate associated with the FTA.</p>\n</li>\n<li><p><code>bloodAlcoholLevel</code> (string): A blood-alcohol-level associated with the FTA.</p>\n</li>\n<li><p><code>judgeName</code> (string): The judge associated with the FTA.</p>\n</li>\n<li><p><code>isWarrantIssued</code> (string): A warrant is issued for the FTA.</p>\n</li>\n<li><p><code>stateAdditional</code> (string): Additional state messages associated with the action.</p>\n</li>\n<li><p><code>descriptionList</code> (array): The infractions associated with the violation.</p>\n<ul>\n<li><p><code>description</code> (string): The normalized description of the infraction.</p>\n</li>\n<li><p><code>stateDescription</code> (string): The state description of the infraction.</p>\n</li>\n<li><p><code>stateCode</code> (string): The infraction's jurisdiction.</p>\n</li>\n<li><p><code>acd</code> (string):</p>\n</li>\n<li><p><code>avd1</code> (string):</p>\n</li>\n<li><p><code>avd2</code> (string):</p>\n</li>\n<li><p><code>avd3</code> (string):</p>\n</li>\n<li><p><code>companyCode</code> (string): A company code for scoring.</p>\n</li>\n<li><p><code>companyPoints</code> (string): The company assigned points for scoring.</p>\n</li>\n<li><p><code>tableKey</code> (string): An internal reference.</p>\n</li>\n<li><p><code>stateAssignedPoints</code> (string): The state points associated with the infraction.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>licenseClasses</code> (object): The license class for the current license.</p>\n<ul>\n<li><p><code>commercial</code> (object, oneOf): A commercial driver's license.</p>\n<ul>\n<li><p><code>license</code> (object): Return for a license type.</p>\n<ul>\n<li><p><code>classDescription</code> (string): The class description of the license.</p>\n</li>\n<li><p><code>classCode</code> (string): The class code of the license.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>): The issue date of the license.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the license.</p>\n</li>\n<li><p><code>cdlMedicalExpirationDate</code> (string, <em>date</em>): The expiration date of the Medical Certificate.</p>\n</li>\n<li><p><code>cdlMedicalType</code> (string): The type of Medical Certificate associated with the license.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the license.</p>\n</li>\n<li><p><code>militaryExtension</code> (string): A military extension is associated with the license.</p>\n</li>\n<li><p><code>hasDriverTraining</code> (string): Driver training is associated with the license.</p>\n</li>\n<li><p><code>renewalDate</code> (string, <em>date</em>): The renewal date the license.</p>\n</li>\n<li><p><code>srFileType</code> (string): The SR-Filling type of the license.</p>\n</li>\n<li><p><code>statusList</code> (array): The license status.</p>\n<ul>\n<li><p><code>name</code> (string): The license status name.</p>\n</li>\n<li><p><code>description</code> (string): The license status name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>endorsements</code> (array): A list of endorsements associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The endorsement name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the endorsement.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the endorsement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>restrictions</code> (array): A list of restrictions associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The restriction name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the restriction.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the restriction.</p>\n</li>\n</ul>\n</li>\n<li><p><code>certificates</code> (array): A list of certificates associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The certificate name.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>permit</code>(object): Returned for a permit type.</p>\n<ul>\n<li><p><code>classDescription</code> (string): The class description of the license.</p>\n</li>\n<li><p><code>classCode</code> (string): The class code of the license.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>): The issue date of the license.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the license.</p>\n</li>\n<li><p><code>cdlMedicalExpirationDate</code> (string, <em>date</em>): The expiration date of the Medical Certificate.</p>\n</li>\n<li><p><code>cdlMedicalType</code> (string): The type of Medical Certificate associated with the license.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the license.</p>\n</li>\n<li><p><code>militaryExtension</code> (string): A military extension is associated with the license.</p>\n</li>\n<li><p><code>hasDriverTraining</code> (string): Driver training is associated with the license.</p>\n</li>\n<li><p><code>renewalDate</code> (string, <em>date</em>): The renewal date the license.</p>\n</li>\n<li><p><code>srFileType</code> (string): The SR-Filling type of the license.</p>\n</li>\n<li><p><code>statusList</code> (array): The license status.</p>\n<ul>\n<li><p><code>name</code> (string): The license status name.</p>\n</li>\n<li><p><code>description</code> (string): The license status name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>endorsements</code> (array): A list of endorsements associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The endorsement name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the endorsement.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the endorsement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>restrictions</code> (array): A list of restrictions associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The restriction name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the restriction.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the restriction.</p>\n</li>\n</ul>\n</li>\n<li><p><code>certificates</code> (array): A list of certificates associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The certificate name.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>personal</code> (object, oneOf): A personal driver's license.</p>\n<ul>\n<li><p><code>license</code> (object): Return for a license type.</p>\n<ul>\n<li><p><code>classDescription</code> (string): The class description of the license.</p>\n</li>\n<li><p><code>classCode</code> (string): The class code of the license.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>): The issue date of the license.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the license.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the license.</p>\n</li>\n<li><p><code>militaryExtension</code> (string): A military extension is associated with the license.</p>\n</li>\n<li><p><code>hasDriverTraining</code> (string): Driver training is associated with the license.</p>\n</li>\n<li><p><code>renewalDate</code> (string, <em>date</em>): The renewal date the license.</p>\n</li>\n<li><p><code>srFileType</code> (string): The SR-Filling type of the license.</p>\n</li>\n<li><p><code>statusList</code> (array): The license status.</p>\n<ul>\n<li><p><code>name</code> (string): The license status name.</p>\n</li>\n<li><p><code>description</code> (string): The license status name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>endorsements</code> (array): A list of endorsements associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The endorsement name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the endorsement.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the endorsement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>restrictions</code> (array): A list of restrictions associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The restriction name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the restriction.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the restriction.</p>\n</li>\n</ul>\n</li>\n<li><p><code>certificates</code> (array): A list of certificates associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The certificate name.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>permit</code>(object): Returned for a permit type.</p>\n<ul>\n<li><p><code>classDescription</code> (string): The class description of the license.</p>\n</li>\n<li><p><code>classCode</code> (string): The class code of the license.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>): The issue date of the license.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the license.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the license.</p>\n</li>\n<li><p><code>militaryExtension</code> (string): A military extension is associated with the license.</p>\n</li>\n<li><p><code>hasDriverTraining</code> (string): Driver training is associated with the license.</p>\n</li>\n<li><p><code>renewalDate</code> (string, <em>date</em>): The renewal date the license.</p>\n</li>\n<li><p><code>srFileType</code> (string): The SR-Filling type of the license.</p>\n</li>\n<li><p><code>statusList</code> (array): The license status.</p>\n<ul>\n<li><p><code>name</code> (string): The license status name.</p>\n</li>\n<li><p><code>description</code> (string): The license status name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>endorsements</code> (array): A list of endorsements associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The endorsement name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the endorsement.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the endorsement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>restrictions</code> (array): A list of restrictions associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The restriction name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the restriction.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the restriction.</p>\n</li>\n</ul>\n</li>\n<li><p><code>certificates</code> (array): A list of certificates associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The certificate name.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>identification</code> (object): A personal drivers license.</p>\n<ul>\n<li><p><code>license</code> (object): Return for a license type.</p>\n<ul>\n<li><p><code>classDescription</code> (string): The class description of the license.</p>\n</li>\n<li><p><code>classCode</code> (string): The class code of the license.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>): The issue date of the license.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the license.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the license.</p>\n</li>\n<li><p><code>militaryExtension</code> (string): A military extension is associated with the license.</p>\n</li>\n<li><p><code>hasDriverTraining</code> (string): Driver training is associated with the license.</p>\n</li>\n<li><p><code>renewalDate</code> (string, <em>date</em>): The renewal date the license.</p>\n</li>\n<li><p><code>srFileType</code> (string): The SR-Filling type of the license.</p>\n</li>\n<li><p><code>statusList</code> (array): The license status.</p>\n<ul>\n<li><p><code>name</code> (string): The license status name.</p>\n</li>\n<li><p><code>description</code> (string): The license status name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>endorsements</code> (array): A list of endorsements associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The endorsement name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the endorsement.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the endorsement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>restrictions</code> (array): A list of restrictions associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The restriction name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the restriction.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the restriction.</p>\n</li>\n</ul>\n</li>\n<li><p><code>certificates</code> (array): A list of certificates associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The certificate name.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>motorcycle</code> (object, oneOf): A motorcycle driver's license.</p>\n<ul>\n<li><p><code>license</code> (object): Return for a license type.</p>\n<ul>\n<li><p><code>classDescription</code> (string): The class description of the license.</p>\n</li>\n<li><p><code>classCode</code> (string): The class code of the license.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>): The issue date of the license.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the license.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the license.</p>\n</li>\n<li><p><code>militaryExtension</code> (string): A military extension is associated with the license.</p>\n</li>\n<li><p><code>hasDriverTraining</code> (string): Driver training is associated with the license.</p>\n</li>\n<li><p><code>renewalDate</code> (string, <em>date</em>): The renewal date the license.</p>\n</li>\n<li><p><code>srFileType</code> (string): The SR-Filling type of the license.</p>\n</li>\n<li><p><code>statusList</code> (array): The license status.</p>\n<ul>\n<li><p><code>name</code> (string): The license status name.</p>\n</li>\n<li><p><code>description</code> (string): The license status name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>endorsements</code> (array): A list of endorsements associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The endorsement name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the endorsement.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the endorsement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>restrictions</code> (array): A list of restrictions associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The restriction name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the restriction.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the restriction.</p>\n</li>\n</ul>\n</li>\n<li><p><code>certificates</code> (array): A list of certificates associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The certificate name.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>permit</code>(object): Returned for a permit type.</p>\n<ul>\n<li><p><code>classDescription</code> (string): The class description of the license.</p>\n</li>\n<li><p><code>classCode</code> (string): The class code of the license.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>): The issue date of the license.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the license.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the license.</p>\n</li>\n<li><p><code>militaryExtension</code> (string): A military extension is associated with the license.</p>\n</li>\n<li><p><code>hasDriverTraining</code> (string): Driver training is associated with the license.</p>\n</li>\n<li><p><code>renewalDate</code> (string, <em>date</em>): The renewal date the license.</p>\n</li>\n<li><p><code>srFileType</code> (string): The SR-Filling type of the license.</p>\n</li>\n<li><p><code>statusList</code> (array): The license status.</p>\n<ul>\n<li><p><code>name</code> (string): The license status name.</p>\n</li>\n<li><p><code>description</code> (string): The license status name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>endorsements</code> (array): A list of endorsements associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The endorsement name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the endorsement.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the endorsement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>restrictions</code> (array): A list of restrictions associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The restriction name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the restriction.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the restriction.</p>\n</li>\n</ul>\n</li>\n<li><p><code>certificates</code> (array): A list of certificates associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The certificate name.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>licenseClassHistory</code> (array): The license class history for the person.</p>\n<ul>\n<li><p><code>commercial</code> (object, oneOf): A commercial driver's license.</p>\n<ul>\n<li><p><code>license</code> (object): Return for a license type.</p>\n<ul>\n<li><p><code>classDescription</code> (string): The class description of the license.</p>\n</li>\n<li><p><code>classCode</code> (string): The class code of the license.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>): The issue date of the license.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the license.</p>\n</li>\n<li><p><code>cdlMedicalExpirationDate</code> (string, <em>date</em>): The expiration date of the Medical Certificate.</p>\n</li>\n<li><p><code>cdlMedicalType</code> (string): The type of Medical Certificate associated with the license.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the license.</p>\n</li>\n<li><p><code>militaryExtension</code> (string): A military extension is associated with the license.</p>\n</li>\n<li><p><code>hasDriverTraining</code> (string): Driver training is associated with the license.</p>\n</li>\n<li><p><code>renewalDate</code> (string, <em>date</em>): The renewal date the license.</p>\n</li>\n<li><p><code>srFileType</code> (string): The SR-Filling type of the license.</p>\n</li>\n<li><p><code>statusList</code> (array): The license status.</p>\n<ul>\n<li><p><code>name</code> (string): The license status name.</p>\n</li>\n<li><p><code>description</code> (string): The license status name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>endorsements</code> (array): A list of endorsements associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The endorsement name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the endorsement.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the endorsement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>restrictions</code> (array): A list of restrictions associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The restriction name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the restriction.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the restriction.</p>\n</li>\n</ul>\n</li>\n<li><p><code>certificates</code> (array): A list of certificates associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The certificate name.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>permit</code>(object): Returned for a permit type.</p>\n<ul>\n<li><p><code>classDescription</code> (string): The class description of the license.</p>\n</li>\n<li><p><code>classCode</code> (string): The class code of the license.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>): The issue date of the license.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the license.</p>\n</li>\n<li><p><code>cdlMedicalExpirationDate</code> (string, <em>date</em>): The expiration date of the Medical Certificate.</p>\n</li>\n<li><p><code>cdlMedicalType</code> (string): The type of Medical Certificate associated with the license.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the license.</p>\n</li>\n<li><p><code>militaryExtension</code> (string): A military extension is associated with the license.</p>\n</li>\n<li><p><code>hasDriverTraining</code> (string): Driver training is associated with the license.</p>\n</li>\n<li><p><code>renewalDate</code> (string, <em>date</em>): The renewal date the license.</p>\n</li>\n<li><p><code>srFileType</code> (string): The SR-Filling type of the license.</p>\n</li>\n<li><p><code>statusList</code> (array): The license status.</p>\n<ul>\n<li><p><code>name</code> (string): The license status name.</p>\n</li>\n<li><p><code>description</code> (string): The license status name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>endorsements</code> (array): A list of endorsements associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The endorsement name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the endorsement.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the endorsement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>restrictions</code> (array): A list of restrictions associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The restriction name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the restriction.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the restriction.</p>\n</li>\n</ul>\n</li>\n<li><p><code>certificates</code> (array): A list of certificates associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The certificate name.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>personal</code> (object, oneOf): A personal driver's license.</p>\n<ul>\n<li><p><code>license</code> (object): Return for a license type.</p>\n<ul>\n<li><p><code>classDescription</code> (string): The class description of the license.</p>\n</li>\n<li><p><code>classCode</code> (string): The class code of the license.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>): The issue date of the license.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the license.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the license.</p>\n</li>\n<li><p><code>militaryExtension</code> (string): A military extension is associated with the license.</p>\n</li>\n<li><p><code>hasDriverTraining</code> (string): Driver training is associated with the license.</p>\n</li>\n<li><p><code>renewalDate</code> (string, <em>date</em>): The renewal date the license.</p>\n</li>\n<li><p><code>srFileType</code> (string): The SR-Filling type of the license.</p>\n</li>\n<li><p><code>statusList</code> (array): The license status.</p>\n<ul>\n<li><p><code>name</code> (string): The license status name.</p>\n</li>\n<li><p><code>description</code> (string): The license status name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>endorsements</code> (array): A list of endorsements associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The endorsement name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the endorsement.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the endorsement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>restrictions</code> (array): A list of restrictions associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The restriction name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the restriction.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the restriction.</p>\n</li>\n</ul>\n</li>\n<li><p><code>certificates</code> (array): A list of certificates associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The certificate name.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>permit</code>(object): Returned for a permit type.</p>\n<ul>\n<li><p><code>classDescription</code> (string): The class description of the license.</p>\n</li>\n<li><p><code>classCode</code> (string): The class code of the license.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>): The issue date of the license.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the license.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the license.</p>\n</li>\n<li><p><code>militaryExtension</code> (string): A military extension is associated with the license.</p>\n</li>\n<li><p><code>hasDriverTraining</code> (string): Driver training is associated with the license.</p>\n</li>\n<li><p><code>renewalDate</code> (string, <em>date</em>): The renewal date the license.</p>\n</li>\n<li><p><code>srFileType</code> (string): The SR-Filling type of the license.</p>\n</li>\n<li><p><code>statusList</code> (array): The license status.</p>\n<ul>\n<li><p><code>name</code> (string): The license status name.</p>\n</li>\n<li><p><code>description</code> (string): The license status name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>endorsements</code> (array): A list of endorsements associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The endorsement name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the endorsement.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the endorsement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>restrictions</code> (array): A list of restrictions associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The restriction name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the restriction.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the restriction.</p>\n</li>\n</ul>\n</li>\n<li><p><code>certificates</code> (array): A list of certificates associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The certificate name.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>identification</code> (object): A personal drivers license.</p>\n<ul>\n<li><p><code>license</code> (object): Return for a license type.</p>\n<ul>\n<li><p><code>classDescription</code> (string): The class description of the license.</p>\n</li>\n<li><p><code>classCode</code> (string): The class code of the license.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>): The issue date of the license.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the license.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the license.</p>\n</li>\n<li><p><code>militaryExtension</code> (string): A military extension is associated with the license.</p>\n</li>\n<li><p><code>hasDriverTraining</code> (string): Driver training is associated with the license.</p>\n</li>\n<li><p><code>renewalDate</code> (string, <em>date</em>): The renewal date the license.</p>\n</li>\n<li><p><code>srFileType</code> (string): The SR-Filling type of the license.</p>\n</li>\n<li><p><code>statusList</code> (array): The license status.</p>\n<ul>\n<li><p><code>name</code> (string): The license status name.</p>\n</li>\n<li><p><code>description</code> (string): The license status name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>endorsements</code> (array): A list of endorsements associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The endorsement name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the endorsement.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the endorsement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>restrictions</code> (array): A list of restrictions associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The restriction name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the restriction.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the restriction.</p>\n</li>\n</ul>\n</li>\n<li><p><code>certificates</code> (array): A list of certificates associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The certificate name.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>motorcycle</code> (object, oneOf): A motorcycle driver's license.</p>\n<ul>\n<li><p><code>license</code> (object): Return for a license type.</p>\n<ul>\n<li><p><code>classDescription</code> (string): The class description of the license.</p>\n</li>\n<li><p><code>classCode</code> (string): The class code of the license.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>): The issue date of the license.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the license.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the license.</p>\n</li>\n<li><p><code>militaryExtension</code> (string): A military extension is associated with the license.</p>\n</li>\n<li><p><code>hasDriverTraining</code> (string): Driver training is associated with the license.</p>\n</li>\n<li><p><code>renewalDate</code> (string, <em>date</em>): The renewal date the license.</p>\n</li>\n<li><p><code>srFileType</code> (string): The SR-Filling type of the license.</p>\n</li>\n<li><p><code>statusList</code> (array): The license status.</p>\n<ul>\n<li><p><code>name</code> (string): The license status name.</p>\n</li>\n<li><p><code>description</code> (string): The license status name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>endorsements</code> (array): A list of endorsements associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The endorsement name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the endorsement.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the endorsement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>restrictions</code> (array): A list of restrictions associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The restriction name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the restriction.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the restriction.</p>\n</li>\n</ul>\n</li>\n<li><p><code>certificates</code> (array): A list of certificates associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The certificate name.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>permit</code>(object): Returned for a permit type.</p>\n<ul>\n<li><p><code>classDescription</code> (string): The class description of the license.</p>\n</li>\n<li><p><code>classCode</code> (string): The class code of the license.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>): The issue date of the license.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the license.</p>\n</li>\n<li><p><code>mailDate</code> (string, <em>date</em>): A mail date associated with the license.</p>\n</li>\n<li><p><code>militaryExtension</code> (string): A military extension is associated with the license.</p>\n</li>\n<li><p><code>hasDriverTraining</code> (string): Driver training is associated with the license.</p>\n</li>\n<li><p><code>renewalDate</code> (string, <em>date</em>): The renewal date the license.</p>\n</li>\n<li><p><code>srFileType</code> (string): The SR-Filling type of the license.</p>\n</li>\n<li><p><code>statusList</code> (array): The license status.</p>\n<ul>\n<li><p><code>name</code> (string): The license status name.</p>\n</li>\n<li><p><code>description</code> (string): The license status name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>endorsements</code> (array): A list of endorsements associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The endorsement name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the endorsement.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the endorsement.</p>\n</li>\n</ul>\n</li>\n<li><p><code>restrictions</code> (array): A list of restrictions associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The restriction name.</p>\n</li>\n<li><p><code>endDate</code> (string, <em>date</em>): The end date of the restriction.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the restriction.</p>\n</li>\n</ul>\n</li>\n<li><p><code>certificates</code> (array): A list of certificates associated with the license.</p>\n<ul>\n<li><p><code>description</code> (string): The certificate name.</p>\n</li>\n<li><p><code>startDate</code> (string, <em>date</em>): The start date of the certificate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>medicalCertificate</code> (object): A medical certificate on public record.</p>\n<ul>\n<li><p><code>restrictions</code> (array): Restrictions associates with the medical certificate.</p>\n</li>\n<li><p><code>description</code> (string): A normalized description of the restriction.</p>\n</li>\n<li><p><code>descriptionRaw</code> (string): The description from the medical certificate.</p>\n</li>\n<li><p><code>selfCertification</code> (array): A self-certification associated with the license.</p>\n<ul>\n<li><p><code>effectiveDate</code> (string, <em>date</em>): The effective date of the self-certification.</p>\n</li>\n<li><p><code>type</code> (string): The type of certification.</p>\n</li>\n<li><p><code>typeCode</code> (string): A type code of the self-certification.</p>\n</li>\n</ul>\n</li>\n<li><p><code>examiner</code> (array): The examiner associated with the medical certificate.</p>\n<ul>\n<li><p><code>lastName</code> (string): The examiner's last name.</p>\n</li>\n<li><p><code>firstName</code> (string): The examiner's first name.</p>\n</li>\n<li><p><code>middleName</code> (string): The examiner's middle name or initial.</p>\n</li>\n<li><p><code>suffix</code> (string): The examiner's suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>medicalExaminerLicense</code> (string): The examiner's medical license associated with the medical certificate.</p>\n</li>\n<li><p><code>medicalExaminerLicenseState</code> (string): The state associated with the medical license.</p>\n</li>\n<li><p><code>registrationNumber</code> (string): The state registration number associated with the medical license.</p>\n</li>\n<li><p><code>phone</code> (string): The phone number associated with the medical license.</p>\n</li>\n<li><p><code>specialtyDescription</code> (string): The medical speciality associated with the medical license.</p>\n</li>\n<li><p><code>specialtyRaw</code> (string): The medical speciality associated with the medical license from the state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>variances</code> (array): Any variances associated with the certificate.</p>\n<ul>\n<li><p><code>type</code> (string): The type of variance.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the variance.</p>\n</li>\n<li><p><code>issuedDate</code> (string, <em>date</em>): The issue date of the variance.</p>\n</li>\n<li><p><code>rescindedDate</code> (string, <em>date</em>): The rescind date of the variance.</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code> (string): A status associated with the certificate.</p>\n</li>\n<li><p><code>statusRaw</code> (string): A status associated with the certificate.</p>\n</li>\n<li><p><code>expirationDate</code> (string, <em>date</em>): The expiration date of the medical certificate.</p>\n</li>\n<li><p><code>issuedDate</code> (string, <em>date</em>): The issue date of the medical certificate.</p>\n</li>\n<li><p><code>wasReceived</code> (string): Indicator the medical certificate was received.</p>\n</li>\n<li><p><code>downgradedDate</code> (string, <em>date</em>): A downgraded date associated with the medical certificate.</p>\n</li>\n<li><p><code>downgradedEndDate</code> (string, <em>date</em>): A downgraded end date associated with the medical certificate.</p>\n</li>\n<li><p><code>downgradedReason</code> (string): A reason associated with the downgraded status.</p>\n</li>\n<li><p><code>downgradedDescription</code> (string): A description associated with the downgraded status.</p>\n</li>\n<li><p><code>additional</code> (string): An addition messages associated with the medical certificate.</p>\n</li>\n</ul>\n</li>\n<li><p><code>previousLicenses</code> (array): A list of previous licenses for the person.</p>\n<ul>\n<li><p><code>license</code> (object): A drivers license.</p>\n<ul>\n<li><p><code>licenseState</code> (string): The state issuing the license.</p>\n</li>\n<li><p><code>licenseNumber</code> (string): The number of the license.</p>\n</li>\n<li><p><code>CDL</code> (string): Indicates commercial driver's license, \"Y\", \"N\".</p>\n</li>\n</ul>\n</li>\n<li><p><code>classCode</code> (object): A drivers license class code.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["reports","v1","activityreports","history",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) A report's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"reportId"}]}},"response":[{"id":"3b9000a0-a54e-40a6-ba38-b40e9a317f8d","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.activityhistory+json;version=2.0.0"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/history/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","history",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.sambasafety.activityhistory+json;version=2.0.0"}],"cookie":[],"responseTime":null,"body":"{\n  \"reportId\": \"7cdf65ae-58c8-44f5-8fc8-f171756ee817\",\n  \"reportDateTime\": \"2023-02-27T14:30:00.728Z\",\n  \"reportOrder\": {\n    \"licenseState\": \"CO\",\n    \"licenseNumber\": \"000000000\",\n    \"birthDate\": \"1980-01-01\",\n    \"firstName\": \"Mario\",\n    \"lastName\": \"Luigi\",\n    \"address\": {\n      \"street\": \"495 Grove Street\",\n      \"city\": \"Boulder\",\n      \"state\": \"CO\",\n      \"postalCode\": \"80301\"\n    },\n    \"orderId\": \"aa6d1476-7163-46f7-a2bb-f43a187e1c1\",\n    \"orderDateTime\": \"2023-02-27T14:30:00.728Z\",\n    \"searchStartDate\": \"2020-01-01\",\n    \"billCode\": \"string\",\n    \"billReference\": \"string\"\n  },\n  \"reportOrderResult\": {\n    \"actualSearchStartDate\": \"2021-07-11\",\n    \"publicRecordDate\": \"2020-07-11\"\n  },\n  \"courtRecord\": {\n    \"violations\": [\n      {\n        \"state\": \"string\",\n        \"date\": \"2024-02-05\",\n        \"location\": \"string\",\n        \"docketNumber\": \"string\",\n        \"actualSpeed\": \"string\",\n        \"postedSpeed\": \"string\",\n        \"statute\": \"string\",\n        \"courtType\": \"string\",\n        \"disposition\": \"string\",\n        \"plea\": \"string\",\n        \"sentencing\": \"string\",\n        \"dispositionDate\": \"2024-02-05\",\n        \"reportedDmv\": \"string\",\n        \"reportedDmvDate\": \"string\",\n        \"message\": \"string\",\n        \"person\": {\n          \"licenseState\": \"CO\",\n          \"licenseNumber\": \"000000000\",\n          \"birthDate\": \"1980-01-01\",\n          \"firstName\": \"Mario\",\n          \"lastName\": \"Luigi\",\n          \"address\": {\n            \"street\": \"495 Grove Street\",\n            \"city\": \"Boulder\",\n            \"state\": \"CO\",\n            \"postalCode\": \"80301\"\n          },\n          \"suffixName\": \"string\",\n          \"middleName\": \"string\"\n        },\n        \"infractions\": [\n          {\n            \"description\": \"string\",\n            \"stateDescription\": \"string\",\n            \"stateCode\": \"string\",\n            \"acd\": \"B64\",\n            \"avd2\": \"AA01\",\n            \"avd3\": \"AA01\"\n          }\n        ]\n      }\n    ]\n  },\n  \"publicRecord\": {\n    \"person\": {\n      \"firstName\": \"Mario\",\n      \"middleName\": null,\n      \"lastName\": \"Luigi\",\n      \"suffixName\": \"string\",\n      \"age\": \"47\",\n      \"gender\": \"Male\",\n      \"eyeColor\": \"Green\",\n      \"hairColor\": \"Brown\",\n      \"weight\": \"165\",\n      \"height\": \"6'0\",\n      \"deceased\": \"string\",\n      \"licenseState\": \"CO\",\n      \"licenseNumber\": \"000000000\",\n      \"birthDate\": \"1980-01-01\",\n      \"cdl\": \"Y\"\n    },\n    \"violations\": [\n      {\n        \"state\": \"string\",\n        \"date\": \"2024-02-05\",\n        \"location\": \"string\",\n        \"docketNumber\": \"string\",\n        \"actualSpeed\": \"string\",\n        \"postedSpeed\": \"string\",\n        \"statute\": \"string\",\n        \"courtType\": \"string\",\n        \"disposition\": \"string\",\n        \"postedDate\": \"2011-12-14\",\n        \"modifiedDate\": \"2011-12-14\",\n        \"locationCode\": \"string\",\n        \"isHazMat\": \"string\",\n        \"isCommercial\": \"string\",\n        \"convictionDate\": \"2024-02-05\",\n        \"dismissalCode\": \"string\",\n        \"dismissalDate\": \"2024-02-05\",\n        \"bloodAlcoholLevel\": \"string\",\n        \"plate\": \"string\",\n        \"amendedConsentDate\": \"2024-02-05\",\n        \"consentDate\": \"2024-02-05\",\n        \"hasFailureToPayFine\": \"string\",\n        \"fineAmount\": \"string\",\n        \"judgeName\": \"string\",\n        \"isAssociatedWithSuspension\": \"string\",\n        \"isAssociatedWithAccident\": \"string\",\n        \"hasAccidentInjury\": \"string\",\n        \"hasAccidentFatality\": \"string\",\n        \"stateAdditional\": \"string\",\n        \"infractions\": [\n          {\n            \"description\": \"string\",\n            \"stateDescription\": \"string\",\n            \"stateCode\": \"string\",\n            \"acd\": \"B64\",\n            \"avd2\": \"AA01\",\n            \"avd3\": \"AA01\",\n            \"companyCode\": \"string\",\n            \"companyPoints\": \"string\",\n            \"tableKey\": \"string\",\n            \"stateAssignedPoints\": \"string\",\n            \"avd1\": \"AA01\"\n          }\n        ]\n      }\n    ],\n    \"accidents\": [\n      {\n        \"state\": \"string\",\n        \"date\": \"string\",\n        \"postedDate\": \"string\",\n        \"modifiedDate\": \"string\",\n        \"location\": \"string\",\n        \"locationCode\": \"string\",\n        \"isHazMat\": \"string\",\n        \"isCommercial\": \"string\",\n        \"plate\": \"string\",\n        \"isInjuryAccident\": \"string\",\n        \"isAtFault\": \"string\",\n        \"isFatalityAccident\": \"string\",\n        \"frPolicyNumber\": \"string\",\n        \"vehiclesInvolvedCount\": \"string\",\n        \"isReportFiled\": \"string\",\n        \"reportNumber\": \"string\",\n        \"frFileNumber\": \"string\",\n        \"accidentFatalityCount\": \"string\",\n        \"accidentInjuryCount\": \"string\",\n        \"stateAdditional\": \"string\",\n        \"infractions\": [\n          {\n            \"description\": \"string\",\n            \"stateDescription\": \"string\",\n            \"stateCode\": \"string\",\n            \"acd\": \"B64\",\n            \"avd2\": \"AA01\",\n            \"avd3\": \"AA01\",\n            \"companyCode\": \"string\",\n            \"companyPoints\": \"string\",\n            \"tableKey\": \"string\",\n            \"stateAssignedPoints\": \"string\",\n            \"avd1\": \"AA01\"\n          }\n        ]\n      }\n    ],\n    \"actions\": [\n      {\n        \"state\": \"string\",\n        \"date\": \"string\",\n        \"postedDate\": \"string\",\n        \"location\": \"string\",\n        \"locationCode\": \"string\",\n        \"isHazMat\": \"string\",\n        \"isCommercial\": \"string\",\n        \"docketNumber\": \"string\",\n        \"privilegeReinstatementDate\": \"string\",\n        \"actualDate\": \"string\",\n        \"clearDate\": \"string\",\n        \"actionEndDate\": \"string\",\n        \"arrestDate\": \"string\",\n        \"mailDate\": \"string\",\n        \"offenseDate\": \"string\",\n        \"extent\": \"string\",\n        \"judgeName\": \"string\",\n        \"lengthInMonths\": \"string\",\n        \"additionalDescription\": \"string\",\n        \"currentStatus\": \"string\",\n        \"stateAdditional\": \"string\",\n        \"descriptionList\": [\n          {\n            \"description\": \"string\",\n            \"stateDescription\": \"string\",\n            \"stateCode\": \"string\",\n            \"acd\": \"B64\",\n            \"avd1\": \"AA01\",\n            \"avd2\": \"AA01\",\n            \"avd3\": \"AA01\",\n            \"companyCode\": \"string\",\n            \"companyPoints\": \"string\",\n            \"tableKey\": \"string\"\n          }\n        ]\n      }\n    ],\n    \"licenseClasses\": {\n      \"commercial\": {\n        \"license\": {\n          \"classDescription\": \"Any commercial motor vehicle\",\n          \"classCode\": \"1\",\n          \"issueDate\": \"2018-09-01\",\n          \"expirationDate\": \"2018-09-01\",\n          \"cdlMedicalExpirationDate\": \"\",\n          \"cdlMedicalType\": \"\",\n          \"mailDate\": \"2018-09-01\",\n          \"militaryExtension\": false,\n          \"hasDriverTraining\": true,\n          \"renewalDate\": \"2019-05-06\",\n          \"srFileType\": \"\",\n          \"statusList\": [\n            {\n              \"name\": \"string\",\n              \"explanation\": \"string\"\n            }\n          ],\n          \"endorsements\": [\n            {\n              \"description\": \"Tank\",\n              \"endDate\": \"2020-05-02\",\n              \"startDate\": \"2015-05-02\"\n            }\n          ],\n          \"restrictions\": [\n            {\n              \"description\": \"K\",\n              \"endDate\": \"2020-05-02\",\n              \"startDate\": \"2015-05-02\"\n            }\n          ],\n          \"certificates\": [\n            {\n              \"description\": \"CDL\",\n              \"startDate\": \"2017-05-02\"\n            }\n          ]\n        },\n        \"permit\": {\n          \"classDescription\": \"Any commercial motor vehicle\",\n          \"classCode\": \"1\",\n          \"issueDate\": \"2018-09-01\",\n          \"expirationDate\": \"2018-09-01\",\n          \"cdlMedicalExpirationDate\": \"\",\n          \"cdlMedicalType\": \"\",\n          \"mailDate\": \"2018-09-01\",\n          \"militaryExtension\": false,\n          \"hasDriverTraining\": true,\n          \"renewalDate\": \"2019-05-06\",\n          \"srFileType\": \"\",\n          \"statusList\": [\n            {\n              \"name\": \"string\",\n              \"explanation\": \"string\"\n            }\n          ],\n          \"endorsements\": [\n            {\n              \"description\": \"Tank\",\n              \"endDate\": \"2020-05-02\",\n              \"startDate\": \"2015-05-02\"\n            }\n          ],\n          \"restrictions\": [\n            {\n              \"description\": \"K\",\n              \"endDate\": \"2020-05-02\",\n              \"startDate\": \"2015-05-02\"\n            }\n          ],\n          \"certificates\": [\n            {\n              \"description\": \"CDL\",\n              \"startDate\": \"2017-05-02\"\n            }\n          ]\n        }\n      },\n      \"personal\": {\n        \"license\": {\n          \"classDescription\": \"Any non-commercial motor vehicle\",\n          \"classCode\": \"1\",\n          \"issueDate\": \"2018-09-01\",\n          \"expirationDate\": \"2018-09-01\",\n          \"mailDate\": \"2018-09-01\",\n          \"militaryExtension\": false,\n          \"hasDriverTraining\": true,\n          \"renewalDate\": \"2019-05-06\",\n          \"srFileType\": \"\",\n          \"statusList\": [\n            {\n              \"name\": \"string\",\n              \"explanation\": \"string\"\n            }\n          ],\n          \"endorsements\": [\n            {\n              \"description\": \"Tank\",\n              \"endDate\": \"2020-05-02\",\n              \"startDate\": \"2015-05-02\"\n            }\n          ],\n          \"restrictions\": [\n            {\n              \"description\": \"K\",\n              \"endDate\": \"2020-05-02\",\n              \"startDate\": \"2015-05-02\"\n            }\n          ],\n          \"certificates\": [\n            {\n              \"description\": \"CDL\",\n              \"startDate\": \"2017-05-02\"\n            }\n          ]\n        },\n        \"permit\": {\n          \"classDescription\": \"Any non-commercial motor vehicle\",\n          \"classCode\": \"1\",\n          \"issueDate\": \"2018-09-01\",\n          \"expirationDate\": \"2018-09-01\",\n          \"mailDate\": \"2018-09-01\",\n          \"militaryExtension\": false,\n          \"hasDriverTraining\": true,\n          \"renewalDate\": \"2019-05-06\",\n          \"srFileType\": \"\",\n          \"statusList\": [\n            {\n              \"name\": \"string\",\n              \"explanation\": \"string\"\n            }\n          ],\n          \"endorsements\": [\n            {\n              \"description\": \"Tank\",\n              \"endDate\": \"2020-05-02\",\n              \"startDate\": \"2015-05-02\"\n            }\n          ],\n          \"restrictions\": [\n            {\n              \"description\": \"K\",\n              \"endDate\": \"2020-05-02\",\n              \"startDate\": \"2015-05-02\"\n            }\n          ],\n          \"certificates\": [\n            {\n              \"description\": \"CDL\",\n              \"startDate\": \"2017-05-02\"\n            }\n          ]\n        }\n      },\n      \"motorcycle\": {\n        \"license\": {\n          \"classDescription\": \"Any non-commercial motor vehicle\",\n          \"classCode\": \"1\",\n          \"issueDate\": \"2018-09-01\",\n          \"expirationDate\": \"2018-09-01\",\n          \"mailDate\": \"2018-09-01\",\n          \"militaryExtension\": false,\n          \"hasDriverTraining\": true,\n          \"renewalDate\": \"2019-05-06\",\n          \"srFileType\": \"\",\n          \"statusList\": [\n            {\n              \"name\": \"string\",\n              \"explanation\": \"string\"\n            }\n          ],\n          \"endorsements\": [\n            {\n              \"description\": \"Tank\",\n              \"endDate\": \"2020-05-02\",\n              \"startDate\": \"2015-05-02\"\n            }\n          ],\n          \"restrictions\": [\n            {\n              \"description\": \"K\",\n              \"endDate\": \"2020-05-02\",\n              \"startDate\": \"2015-05-02\"\n            }\n          ],\n          \"certificates\": [\n            {\n              \"description\": \"CDL\",\n              \"startDate\": \"2017-05-02\"\n            }\n          ]\n        },\n        \"permit\": {\n          \"classDescription\": \"Any non-commercial motor vehicle\",\n          \"classCode\": \"1\",\n          \"issueDate\": \"2018-09-01\",\n          \"expirationDate\": \"2018-09-01\",\n          \"mailDate\": \"2018-09-01\",\n          \"militaryExtension\": false,\n          \"hasDriverTraining\": true,\n          \"renewalDate\": \"2019-05-06\",\n          \"srFileType\": \"\",\n          \"statusList\": [\n            {\n              \"name\": \"string\",\n              \"explanation\": \"string\"\n            }\n          ],\n          \"endorsements\": [\n            {\n              \"description\": \"Tank\",\n              \"endDate\": \"2020-05-02\",\n              \"startDate\": \"2015-05-02\"\n            }\n          ],\n          \"restrictions\": [\n            {\n              \"description\": \"K\",\n              \"endDate\": \"2020-05-02\",\n              \"startDate\": \"2015-05-02\"\n            }\n          ],\n          \"certificates\": [\n            {\n              \"description\": \"CDL\",\n              \"startDate\": \"2017-05-02\"\n            }\n          ]\n        }\n      },\n      \"identification\": {\n        \"license\": {\n          \"classDescription\": \"Any non-commercial motor vehicle\",\n          \"classCode\": \"1\",\n          \"issueDate\": \"2018-09-01\",\n          \"expirationDate\": \"2018-09-01\",\n          \"mailDate\": \"2018-09-01\",\n          \"militaryExtension\": false,\n          \"hasDriverTraining\": true,\n          \"renewalDate\": \"2019-05-06\",\n          \"srFileType\": \"\",\n          \"statusList\": [\n            {\n              \"name\": \"string\",\n              \"explanation\": \"string\"\n            }\n          ],\n          \"endorsements\": [\n            {\n              \"description\": \"Tank\",\n              \"endDate\": \"2020-05-02\",\n              \"startDate\": \"2015-05-02\"\n            }\n          ],\n          \"restrictions\": [\n            {\n              \"description\": \"K\",\n              \"endDate\": \"2020-05-02\",\n              \"startDate\": \"2015-05-02\"\n            }\n          ],\n          \"certificates\": [\n            {\n              \"description\": \"CDL\",\n              \"startDate\": \"2017-05-02\"\n            }\n          ]\n        }\n      }\n    },\n    \"licenseClassHistory\": [\n      {\n        \"commercial\": {\n          \"license\": {\n            \"classDescription\": \"Any commercial motor vehicle\",\n            \"classCode\": \"1\",\n            \"issueDate\": \"2018-09-01\",\n            \"expirationDate\": \"2018-09-01\",\n            \"cdlMedicalExpirationDate\": \"\",\n            \"cdlMedicalType\": \"\",\n            \"mailDate\": \"2018-09-01\",\n            \"militaryExtension\": false,\n            \"hasDriverTraining\": true,\n            \"renewalDate\": \"2019-05-06\",\n            \"srFileType\": \"\",\n            \"statusList\": [\n              {\n                \"name\": \"string\",\n                \"explanation\": \"string\"\n              }\n            ],\n            \"endorsements\": [\n              {\n                \"description\": \"Tank\",\n                \"endDate\": \"2020-05-02\",\n                \"startDate\": \"2015-05-02\"\n              }\n            ],\n            \"restrictions\": [\n              {\n                \"description\": \"K\",\n                \"endDate\": \"2020-05-02\",\n                \"startDate\": \"2015-05-02\"\n              }\n            ],\n            \"certificates\": [\n              {\n                \"description\": \"CDL\",\n                \"startDate\": \"2017-05-02\"\n              }\n            ]\n          },\n          \"permit\": {\n            \"classDescription\": \"Any commercial motor vehicle\",\n            \"classCode\": \"1\",\n            \"issueDate\": \"2018-09-01\",\n            \"expirationDate\": \"2018-09-01\",\n            \"cdlMedicalExpirationDate\": \"\",\n            \"cdlMedicalType\": \"\",\n            \"mailDate\": \"2018-09-01\",\n            \"militaryExtension\": false,\n            \"hasDriverTraining\": true,\n            \"renewalDate\": \"2019-05-06\",\n            \"srFileType\": \"\",\n            \"statusList\": [\n              {\n                \"name\": \"string\",\n                \"explanation\": \"string\"\n              }\n            ],\n            \"endorsements\": [\n              {\n                \"description\": \"Tank\",\n                \"endDate\": \"2020-05-02\",\n                \"startDate\": \"2015-05-02\"\n              }\n            ],\n            \"restrictions\": [\n              {\n                \"description\": \"K\",\n                \"endDate\": \"2020-05-02\",\n                \"startDate\": \"2015-05-02\"\n              }\n            ],\n            \"certificates\": [\n              {\n                \"description\": \"CDL\",\n                \"startDate\": \"2017-05-02\"\n              }\n            ]\n          }\n        },\n        \"personal\": {\n          \"license\": {\n            \"classDescription\": \"Any non-commercial motor vehicle\",\n            \"classCode\": \"1\",\n            \"issueDate\": \"2018-09-01\",\n            \"expirationDate\": \"2018-09-01\",\n            \"mailDate\": \"2018-09-01\",\n            \"militaryExtension\": false,\n            \"hasDriverTraining\": true,\n            \"renewalDate\": \"2019-05-06\",\n            \"srFileType\": \"\",\n            \"statusList\": [\n              {\n                \"name\": \"string\",\n                \"explanation\": \"string\"\n              }\n            ],\n            \"endorsements\": [\n              {\n                \"description\": \"Tank\",\n                \"endDate\": \"2020-05-02\",\n                \"startDate\": \"2015-05-02\"\n              }\n            ],\n            \"restrictions\": [\n              {\n                \"description\": \"K\",\n                \"endDate\": \"2020-05-02\",\n                \"startDate\": \"2015-05-02\"\n              }\n            ],\n            \"certificates\": [\n              {\n                \"description\": \"CDL\",\n                \"startDate\": \"2017-05-02\"\n              }\n            ]\n          },\n          \"permit\": {\n            \"classDescription\": \"Any non-commercial motor vehicle\",\n            \"classCode\": \"1\",\n            \"issueDate\": \"2018-09-01\",\n            \"expirationDate\": \"2018-09-01\",\n            \"mailDate\": \"2018-09-01\",\n            \"militaryExtension\": false,\n            \"hasDriverTraining\": true,\n            \"renewalDate\": \"2019-05-06\",\n            \"srFileType\": \"\",\n            \"statusList\": [\n              {\n                \"name\": \"string\",\n                \"explanation\": \"string\"\n              }\n            ],\n            \"endorsements\": [\n              {\n                \"description\": \"Tank\",\n                \"endDate\": \"2020-05-02\",\n                \"startDate\": \"2015-05-02\"\n              }\n            ],\n            \"restrictions\": [\n              {\n                \"description\": \"K\",\n                \"endDate\": \"2020-05-02\",\n                \"startDate\": \"2015-05-02\"\n              }\n            ],\n            \"certificates\": [\n              {\n                \"description\": \"CDL\",\n                \"startDate\": \"2017-05-02\"\n              }\n            ]\n          }\n        },\n        \"motorcycle\": {\n          \"license\": {\n            \"classDescription\": \"Any non-commercial motor vehicle\",\n            \"classCode\": \"1\",\n            \"issueDate\": \"2018-09-01\",\n            \"expirationDate\": \"2018-09-01\",\n            \"mailDate\": \"2018-09-01\",\n            \"militaryExtension\": false,\n            \"hasDriverTraining\": true,\n            \"renewalDate\": \"2019-05-06\",\n            \"srFileType\": \"\",\n            \"statusList\": [\n              {\n                \"name\": \"string\",\n                \"explanation\": \"string\"\n              }\n            ],\n            \"endorsements\": [\n              {\n                \"description\": \"Tank\",\n                \"endDate\": \"2020-05-02\",\n                \"startDate\": \"2015-05-02\"\n              }\n            ],\n            \"restrictions\": [\n              {\n                \"description\": \"K\",\n                \"endDate\": \"2020-05-02\",\n                \"startDate\": \"2015-05-02\"\n              }\n            ],\n            \"certificates\": [\n              {\n                \"description\": \"CDL\",\n                \"startDate\": \"2017-05-02\"\n              }\n            ]\n          },\n          \"permit\": {\n            \"classDescription\": \"Any non-commercial motor vehicle\",\n            \"classCode\": \"1\",\n            \"issueDate\": \"2018-09-01\",\n            \"expirationDate\": \"2018-09-01\",\n            \"mailDate\": \"2018-09-01\",\n            \"militaryExtension\": false,\n            \"hasDriverTraining\": true,\n            \"renewalDate\": \"2019-05-06\",\n            \"srFileType\": \"\",\n            \"statusList\": [\n              {\n                \"name\": \"string\",\n                \"explanation\": \"string\"\n              }\n            ],\n            \"endorsements\": [\n              {\n                \"description\": \"Tank\",\n                \"endDate\": \"2020-05-02\",\n                \"startDate\": \"2015-05-02\"\n              }\n            ],\n            \"restrictions\": [\n              {\n                \"description\": \"K\",\n                \"endDate\": \"2020-05-02\",\n                \"startDate\": \"2015-05-02\"\n              }\n            ],\n            \"certificates\": [\n              {\n                \"description\": \"CDL\",\n                \"startDate\": \"2017-05-02\"\n              }\n            ]\n          }\n        },\n        \"identification\": {\n          \"license\": {\n            \"classDescription\": \"Any non-commercial motor vehicle\",\n            \"classCode\": \"1\",\n            \"issueDate\": \"2018-09-01\",\n            \"expirationDate\": \"2018-09-01\",\n            \"mailDate\": \"2018-09-01\",\n            \"militaryExtension\": false,\n            \"hasDriverTraining\": true,\n            \"renewalDate\": \"2019-05-06\",\n            \"srFileType\": \"\",\n            \"statusList\": [\n              {\n                \"name\": \"string\",\n                \"explanation\": \"string\"\n              }\n            ],\n            \"endorsements\": [\n              {\n                \"description\": \"Tank\",\n                \"endDate\": \"2020-05-02\",\n                \"startDate\": \"2015-05-02\"\n              }\n            ],\n            \"restrictions\": [\n              {\n                \"description\": \"K\",\n                \"endDate\": \"2020-05-02\",\n                \"startDate\": \"2015-05-02\"\n              }\n            ],\n            \"certificates\": [\n              {\n                \"description\": \"CDL\",\n                \"startDate\": \"2017-05-02\"\n              }\n            ]\n          }\n        }\n      }\n    ],\n    \"failureToAppear\": [\n      {\n        \"subtype\": \"string\",\n        \"state\": \"string\",\n        \"date\": \"string\",\n        \"postedDate\": \"string\",\n        \"modifiedDate\": \"string\",\n        \"location\": \"string\",\n        \"locationCode\": \"string\",\n        \"docketNumber\": \"string\",\n        \"plate\": \"string\",\n        \"amountDue\": \"string\",\n        \"bloodAlcoholLevel\": \"string\",\n        \"judgeName\": \"string\",\n        \"isWarrantIssued\": \"string\",\n        \"stateAdditional\": \"string\",\n        \"descriptionList\": [\n          {\n            \"description\": \"string\",\n            \"stateDescription\": \"string\",\n            \"stateCode\": \"string\",\n            \"acd\": \"B64\",\n            \"avd1\": \"AA01\",\n            \"avd2\": \"AA01\",\n            \"avd3\": \"AA01\",\n            \"companyCode\": \"string\",\n            \"companyPoints\": \"string\",\n            \"tableKey\": \"string\"\n          }\n        ]\n      }\n    ],\n    \"adjudicatedAndWithdrawals\": [\n      {\n        \"state\": \"string\",\n        \"date\": \"string\",\n        \"postedDate\": \"string\",\n        \"location\": \"string\",\n        \"locationCode\": \"string\",\n        \"docketNumber\": \"string\",\n        \"isAssociatedWithAccident\": \"string\",\n        \"convictionDate\": \"string\",\n        \"courtType\": \"string\",\n        \"disposition\": \"string\",\n        \"actualSpeed\": \"string\",\n        \"postedSpeed\": \"string\",\n        \"descriptionList\": [\n          {\n            \"description\": \"string\",\n            \"stateDescription\": \"string\",\n            \"stateCode\": \"string\",\n            \"acd\": \"B64\",\n            \"avd1\": \"AA01\",\n            \"avd2\": \"AA01\",\n            \"avd3\": \"AA01\",\n            \"companyCode\": \"string\",\n            \"companyPoints\": \"string\",\n            \"tableKey\": \"string\"\n          }\n        ]\n      }\n    ],\n    \"medicalCertificate\": {\n      \"restrictions\": [\n        {\n          \"description\": \"string\",\n          \"descriptionRaw\": \"string\"\n        }\n      ],\n      \"selfCertification\": {\n        \"effectiveDate\": \"string\",\n        \"type\": \"string\",\n        \"typeCode\": \"string\"\n      },\n      \"examiner\": {\n        \"firstName\": \"string\",\n        \"middleName\": \"string\",\n        \"lastName\": \"string\",\n        \"suffix\": \"string\",\n        \"medicalExaminerLicense\": \"string\",\n        \"medicalExaminerLicenseState\": \"string\",\n        \"registrationNumber\": \"string\",\n        \"phone\": \"string\",\n        \"specialtyDescription\": \"string\",\n        \"specialtyRaw\": \"string\"\n      },\n      \"variances\": [\n        {\n          \"type\": \"string\",\n          \"expirationDate\": \"string\",\n          \"issuedDate\": \"string\",\n          \"rescindedDate\": \"string\"\n        }\n      ],\n      \"status\": \"string\",\n      \"statusRaw\": \"string\",\n      \"expirationDate\": \"string\",\n      \"issueDate\": \"string\",\n      \"wasReceived\": \"string\",\n      \"downgradedDate\": \"string\",\n      \"downgradedEndDate\": \"string\",\n      \"downgradedReason\": \"string\",\n      \"downgradedDescription\": \"string\",\n      \"additional\": \"string\"\n    },\n    \"previousLicenses\": [\n      {\n        \"license\": {\n          \"licenseNumber\": \"D999999988888\",\n          \"licenseState\": \"FL - Florida\",\n          \"CDL\": \"Y\"\n        },\n        \"classCode\": \"D\"\n      }\n    ]\n  }\n}"},{"id":"eabbe369-1932-458f-86c0-0ea8c84a829d","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/history/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","history",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"51ba02f8-2d54-4eaa-8a5d-d0e0ad0772be","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/history/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","history",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"20ad0fd3-d8f7-4c85-ad15-9cbce6e8aaba","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/history/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","history",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bb714a9c-f084-4267-aeda-dd8641b313a7","name":"406 Not Acceptable","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/history/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","history",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"005c5971-b541-43f4-bac7-52094b58018e"}],"id":"246de67f-a5f1-4adc-9a86-b41d46aef872","description":"<p>Activity History is used for retrieving a historical violation detail report as an alternative to a State-Direct MVR.</p>\n<h4 id=\"how-it-works\"><strong>How it Works</strong></h4>\n<ul>\n<li><p><a href=\"https://sambaengineering.postman.co/workspace/Developers-Portal~0139f540-37f5-4d70-bfa6-efb4bb49eee2/folder/23966849-0c460b07-4c7c-4842-8d6c-3fa22b9c00be?active-environment=2dbbb266-57d9-4f7a-b761-6bed9662c6da\"><b>Authentication</b></a>: Obtain a token to gain access</p>\n</li>\n<li><p><strong>Place an Order</strong>: Place an order to get data for the person</p>\n</li>\n<li><p><strong>Check Order Status</strong>: Check whether an order that has been placed has been fulfilled</p>\n</li>\n<li><p><strong>Get a Report</strong>: Get the data ordered</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> <a href=\"https://support.sambasafety.com/en_US/activity-history-version-5\">Activity History </a> <strong>visit our</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n","_postman_id":"246de67f-a5f1-4adc-9a86-b41d46aef872","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"CDLIS v1","item":[{"name":"Place Order","id":"7024aaf6-fea1-4fa1-ad00-64a975de1359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Justin\",\n  \"middleName\":\"Floyd\",\n  \"lastName\": \"Case\",\n  \"ssn\": \"999999999\",\n  \"birthDate\": \"1981-01-01\",\n  \"billCode\": \"string\",\n  \"billReference\": \"string\",\n  \"suffix\": \"JR\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-demo.sambasafety.io/orders/v1/reports/cdlis","description":"<p>This endpoint creates a new order for a <strong>CDLIS Report</strong> for a single driver.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept:</code></p>\n<ul>\n<li><code>application/json</code></li>\n</ul>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>firstName</code> (string(40), optional): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string(20), optional): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>lastName</code> (string(40), required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth. \"YYYY-MM-DD\"</p>\n</li>\n<li><p><code>ssn</code> (string(9), required): A person's social security number. 9 numerical characters (no hypans)</p>\n</li>\n<li><p><code>billCode</code> (string(100), optional): A customer's custom billing code - passes to billing details</p>\n</li>\n<li><p><code>billReference</code> (string,(250) optional): A customer's custom billing reference note - passes to billing</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON schema</p>\n<p>Response variations <a href=\"https://support.sambasafety.com/cdlis-api/cdlis-api-337\">linked here</a></p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["orders","v1","reports","cdlis"],"host":["api-demo","sambasafety","io"],"query":[],"variable":[]}},"response":[{"id":"ec518ab4-1655-4e62-8af9-92731133b6b5","name":"Successful Order ALL FIELDS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Justin\",\n  \"middleName\":\"Floyd\",\n  \"lastName\": \"Case\",\n  \"ssn\": \"999999999\",\n  \"birthDate\": \"1981-01-01\",\n  \"billCode\": \"12345\",\n  \"billReference\": \"info to populate on billing details\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/orders/v1/reports/cdlis"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"fc5d2b88-647f-4307-81f3-37abba7c98cd\",\n    \"orderDateTime\": \"2024-06-11T18:00:10.387593Z\",\n    \"orderStatus\": \"fulfilled\",\n    \"orderRequest\": {\n        \"ssn\": \"99999999\",\n        \"birthDate\": \"1981-01-01\",\n        \"firstName\": \"Justin\",\n        \"middleName\": \"Floyd\",\n        \"lastName\": \"Case\",\n        \"billCode\": \"12345\",\n        \"billReference\": \"info to populate on billing details\"\n    },\n    \"orderResult\": {\n        \"firstName\": \"Justin\",\n        \"middleName\": \"Floyd\",\n        \"lastName\": \"Case\",\n        \"lastFiveSsn\": \"99999\",\n        \"currentDln\": \"141699988\",\n        \"currentState\": \"CO\",\n        \"hasCurrentCdl\": true,\n        \"historicalDlns\": [\n            {\n                \"dln\": \"1234567\",\n                \"state\": \"AZ\"\n            },\n            {\n                \"dln\": \"102767855\",\n                \"state\": \"SC\"\n            }\n        ]\n    }\n}"},{"id":"d4e93809-6394-40c8-ae23-02484c150ade","name":"Successful Order RF","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Case\",\n  \"ssn\": \"999999999\",\n  \"birthDate\": \"1981-01-01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/orders/v1/reports/cdlis"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"fc5d2b88-647f-4307-81f3-37abba7c98cd\",\n    \"orderDateTime\": \"2024-06-11T18:00:10.387593Z\",\n    \"orderStatus\": \"fulfilled\",\n    \"orderRequest\": {\n        \"ssn\": \"999999999\",\n        \"birthDate\": \"1981-01-01\",\n        \"lastName\": \"Case\"\n    },\n    \"orderResult\": {\n        \"firstName\": \"Justin\",\n        \"middleName\": \"Floyd\",\n        \"lastName\": \"Case\",\n        \"lastFiveSsn\": \"99999\",\n        \"currentDln\": \"141699988\",\n        \"currentState\": \"CO\",\n        \"hasCurrentCdl\": true,\n        \"historicalDlns\": [\n            {\n                \"dln\": \"1234567\",\n                \"state\": \"AZ\"\n            },\n            {\n                \"dln\": \"102767855\",\n                \"state\": \"SC\"\n            }\n        ]\n    }\n}"},{"id":"69dabb61-21d3-4a70-9e0a-29297cc829d6","name":"Successful Order ALL FIELD (CDL FALSE)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dan\",\n  \"middleName\":\"Drake\",\n  \"lastName\": \"Druff\",\n  \"ssn\": \"111111111\",\n  \"birthDate\": \"1985-01-01\",\n  \"billCode\": \"12345\",\n  \"billReference\": \"info to populate on billing details\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/orders/v1/reports/cdlis"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"fc5d2b88-647f-4307-81f3-37abba7c98cd\",\n    \"orderDateTime\": \"2024-06-11T18:00:10.387593Z\",\n    \"orderStatus\": \"fulfilled\",\n    \"orderRequest\": {\n        \"ssn\": \"11111111\",\n        \"birthDate\": \"1985-01-01\",\n        \"firstName\": \"Dan\",\n        \"middleName\": \"Drake\",\n        \"lastName\": \"Druff\",\n        \"billCode\": \"12345\",\n        \"billReference\": \"info to populate on billing details\"\n    },\n    \"orderResult\": {\n        \"hasCurrentCdl\": false\n    }\n}"},{"id":"cb0d070b-9d97-4967-ace1-aee6024bf4d3","name":"Missing Required Field","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Justin\",\n  \"middleName\":\"Floyd\",\n  \"ssn\": \"999999999\",\n  \"birthDate\": \"1981-01-01\",\n  \"billCode\": \"12345\",\n  \"billReference\": \"info to populate on billing details\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/orders/v1/reports/cdlis"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Required field(s) lastName are missing\"\n}"},{"id":"54cf32a2-4523-48a6-9d9b-03929cb0bb2c","name":"Invalid Field Format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Justin\",\n  \"middleName\":\"Floyd\",\n  \"lastName\": \"Case\",\n  \"ssn\": \"999999999\",\n  \"birthDate\": \"1981-01-011\",\n  \"billCode\": \"12345\",\n  \"billReference\": \"info to populate on billing details\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/orders/v1/reports/cdlis"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Format for field(s) birthDate are invalid\"\n}"},{"id":"a7a11515-f796-40f0-bfbb-2a42a5b98d34","name":"Missing Field and Invalid Field Format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Justin\",\n  \"middleName\":\"Floyd\",\n  \"ssn\": \"999999999\",\n  \"birthDate\": \"1981-01-011\",\n  \"billCode\": \"12345\",\n  \"billReference\": \"info to populate on billing details\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/orders/v1/reports/cdlis"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Required field(s) lastName are missing\"\n}"},{"id":"2e4b8bf4-3fcc-4a58-935e-0348ec008c5c","name":"500 Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Justin\",\n  \"middleName\":\"Floyd\",\n  \"lastName\": \"Case\",\n  \"ssn\": \"999999999\",\n  \"birthDate\": \"1981-01-01\",\n  \"billCode\": \"12345\",\n  \"billReference\": \"error\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/orders/v1/reports/cdlis"},"status":"Created","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderDateTime\": \"2024-10-20T23:47:42.892745Z\",\n    \"orderStatus\": \"error\",\n    \"result\": {\n        \"message\": \"Order failed, please try again\"\n    }\n}"}],"_postman_id":"7024aaf6-fea1-4fa1-ad00-64a975de1359"},{"name":"Obtain Order with OrderID","id":"c6969462-7d19-427f-b5b1-82cb40e2fd4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-demo.sambasafety.io/orders/v1/reports/cdlis/:orderId","description":"<h2 id=\"accept-headers\">Accept Headers</h2>\n<ul>\n<li><p><code>application/JSON</code></p>\n</li>\n<li><p><code>application/vnd.sambasafety.cdlis+html;version=1.0.0</code></p>\n</li>\n</ul>\n<p>Retrieve and existing order with orderID</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["orders","v1","reports","cdlis",":orderId"],"host":["api-demo","sambasafety","io"],"query":[],"variable":[{"type":"any","value":"","key":"orderId"}]}},"response":[{"id":"27883aa2-605a-478d-842d-9638bf15117e","name":"Successful Order - fulfilled","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/orders/v1/cdlis/:orderId","host":["{{url}}"],"path":["orders","v1","cdlis",":orderId"],"variable":[{"key":"orderId","value":"fc5d2b88-647f-4307-81f3-37abba7c98cd"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"fc5d2b88-647f-4307-81f3-37abba7c98cd\",\n    \"orderDateTime\": \"2024-06-11T18:00:10.387593Z\",\n    \"orderStatus\": \"fulfilled\",\n    \"orderRequest\": {\n        \"ssn\": \"99999999\",\n        \"birthDate\": \"1981-01-01\",\n        \"firstName\": \"Justin\",\n        \"middleName\": \"Floyd\",\n        \"lastName\": \"Case\",\n        \"billCode\": \"12345\",\n        \"billReference\": \"info to populate on billing details\"\n    },\n    \"orderResult\": {\n        \"firstName\": \"Justin\",\n        \"middleName\": \"Floyd\",\n        \"lastName\": \"Case\",\n        \"lastFiveSsn\": \"99999\",\n        \"currentDln\": \"141699988\",\n        \"currentState\": \"CO\",\n        \"hasCurrentCdl\": true,\n        \"historicalDlns\": [\n            {\n                \"dln\": \"1234567\",\n                \"state\": \"AZ\"\n            },\n            {\n                \"dln\": \"102767855\",\n                \"state\": \"SC\"\n            }\n        ]\n    }\n}"},{"id":"ef94eaad-20fc-4f28-a8aa-6f68bcdfff68","name":"Succesful Order -500 error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/orders/v1/cdlis/:orderId","host":["{{url}}"],"path":["orders","v1","cdlis",":orderId"],"variable":[{"key":"orderId","value":"fc5d2b88-647f-4307-81f3-37abba7c98cc"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\ninsert general message"}],"_postman_id":"c6969462-7d19-427f-b5b1-82cb40e2fd4c"}],"id":"1f0f002f-9544-41da-974d-806e7c0338da","description":"<p>The <strong>CDLIS API</strong> allows customers to purchase on-demand list of all commercial driver's licenses on a person (up to four)</p>\n<h4 id=\"workflow\"><strong>Workflow:</strong></h4>\n<ul>\n<li><p><a href=\"https://sambaengineering.postman.co/workspace/Developers-Portal~0139f540-37f5-4d70-bfa6-efb4bb49eee2/folder/23966849-0c460b07-4c7c-4842-8d6c-3fa22b9c00be?active-environment=2dbbb266-57d9-4f7a-b761-6bed9662c6da\"><b>Authentication</b></a>: Obtain a token to gain access</p>\n</li>\n<li><p><strong>Place an Order</strong>: Place an order to get CDL license records for a person. This is a synchrounous call and the report is retuend in the response.</p>\n</li>\n<li><p><strong>Get a Report on a Person</strong>: Obtain a previously ordered report with orderId</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> <strong>CDLIS capability visit our</strong> <a href=\"https://support.sambasafety.com/data-solutions-capabilities/cdlis-report-v1\">SambaSafety Knowledge Base</a></p>\n","_postman_id":"1f0f002f-9544-41da-974d-806e7c0338da","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"Transactional MVR","item":[{"name":"List all orders","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"f940708f-f5bc-4edc-925c-b82982bdc030"}}],"id":"b90e8a0f-26fd-4191-b5c3-297208b31d04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/transactional/v1/mvrorders?page=1&size=50","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves list of previouss orders placed for the Service. The request does not include a request body. Upon successful request, the API will respond with a list of previously placed orders, including the current order status.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>page:</code>the page of transactions to review. Default value: <code>1</code></p>\n</li>\n<li><p><code>size:</code>the number of transactions to review on a page. Default value:<code>25</code></p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>mvrOrderId</code> (string, uuid): The order's unique identifier.</p>\n</li>\n<li><p><code>orderStatus</code> (string): The order status, 'pending', 'fulfilled','error'.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n<li><p><code>license</code> (object): The license object containing:</p>\n<ul>\n<li><p><code>licenseState</code> (string): The license's issuing state.</p>\n</li>\n<li><p><code>licenseNumber</code> (string): The license's document number.</p>\n</li>\n</ul>\n</li>\n<li><p><code>subType</code> (string): A SambaSafety identifier for the order.</p>\n</li>\n<li><p><code>billCode</code> (string): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string): A customer's custom billing reference note.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><code>totalPages</code> (number): The total number of pages.</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["transactional","v1","mvrorders"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"}],"variable":[]}},"response":[{"id":"35a2f52f-328e-4eb5-abde-b0fa3ca456d1","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders?page=1&size=50","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"mvrOrderId\": \"67e228e8-b32a-4795-a5e7-10f8e9738f45\",\n      \"orderStatus\": \"fulfilled\",\n      \"orderDateTime\": \"2023-06-28T15:40:32.540375Z\",\n      \"license\": {\n        \"licenseNumber\": \"Z20204002\",\n        \"licenseState\": \"AZ\"\n      },\n      \"billCode\": \"EXAMPLE\",\n      \"billReference\": \"TRANSACTIONAL MVR\",\n      \"subType\": \"3Y\",\n      \"links\": [\n        {\n          \"rel\": \"motorvehiclereports\",\n          \"href\": \"/reports/v1/motorvehiclereports/72ff7178-ed1c-4539-a17d-e30370d59930\",\n          \"type\": \"GET\",\n          \"id\": \"72ff7178-ed1c-4539-a17d-e30370d59930\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": 1\n  },\n  \"links\": {\n    \"self\": \"https://api.sambasafety.io/transactional/v1/transactional/v1/mvrorders?page=1&size=50\",\n    \"first\": \"https://api.sambasafety.io/transactional/v1/transactional/v1/mvrorders?page=1&size=50\",\n    \"next\": \"https://api.sambasafety.io/transactional/v1/transactional/v1/mvrorders?page=2&size=50\",\n    \"last\": \"https://api.sambasafety.io/transactional/v1/transactional/v1/mvrorders?page=83&size=50\"\n  }\n}"},{"id":"8d4d8f3c-61e5-44be-82fd-4772dfcc024e","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders?page=1&size=50","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"aaccf85a-2155-4c58-ac09-984b4bbc8bb2","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders?page=1&size=50","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"b90e8a0f-26fd-4191-b5c3-297208b31d04"},{"name":"Place an Order","event":[{"listen":"test","script":{"id":"f88fce74-8a51-4703-bc20-5e55c39894d0","exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","packages":{}}}],"id":"eeb9e207-d325-41f1-b77f-4e7830b51972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Chris\",\n  \"lastName\": \"Bacon\",\n  \"middleName\": \"P\",\n  \"gender\": \"F\",\n  \"ssn\": \"8987\",\n  \"stateAccessCode\": \"abcd9\",\n  \"originationId\":\"999888765\",\n  \"billCode\": \"note - value that will populate on billing details\",\n  \"billReference\": \"note-value that will populate on billing details\",\n  \"productId\": \"DL\",\n  \"subType\": \"7Y\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/transactional/v1/mvrorders","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint creates a new order for a (State-Direct) Transactional MVR</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>productId</code> (string, required): The state product code. \"DL\" is the default value.</p>\n</li>\n<li><p><code>subType</code> (string, required): The state's sub type of MVR. [\"3Y\", \"5Y\", \"7Y\", \"EM\", \"DB\", \"CR\"]</p>\n</li>\n<li><p><code>host</code> (string, required): The method of ordering. [\"ONLINE\", \"OVERNIGHT\"] : OVERNIGHT-HI, MO, and CA only</p>\n</li>\n<li><p><code>purpose</code> (string, required): The purpose for requesting the MVR. [\"EMPLOYMENT\", \"INSURANCE\"]</p>\n</li>\n<li><p><code>licenseState</code> (string(2), required, ALL CAPS): The state jurisdiction issuing the document.</p>\n</li>\n<li><p><code>licenseNumber</code> (string(30), required): The number of the document. <a href=\"https://support.sambasafety.com/motor-vehicle-records/us-driver-license-number-formats\">License Nmber Formats</a></p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth. \"YYYY-MM-DD\"</p>\n</li>\n<li><p><code>lastName</code> (string(40), required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string(40), required): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string(20), optional): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>gender</code> (string, optional): The person's gender: [\"M, F, X\"]</p>\n</li>\n<li><p><code>ssn</code> (string, optional): The person's social security number. [\"4\",\"9\"] digits without dashes.</p>\n</li>\n<li><p><code>customfields</code> (Array[object], optional): A customer's custom fields. Enterprise Only</p>\n<ul>\n<li><p><code>name</code> (string(50), optional): Value that triggers customer scoring.</p>\n</li>\n<li><p><code>value</code> (string(255), optional): Value that triggers customer scoring.</p>\n</li>\n</ul>\n</li>\n<li><p><code>billCode</code> (string(100), optional): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string(250), optional): A customer's custom billing reference note.</p>\n</li>\n<li><p><code>stateAccessCode</code> (string (20), optional): CA and PA require access codes. Can be sent in a request or set up on the backend.</p>\n</li>\n<li><p><code>originationId</code> (string(40),optional): pass to access smart sync capability. [1-40 alphanumeric characters]</p>\n</li>\n<li><p><code>customerOrgId</code> (string(20), optional): Required in the state of Utah to make a single order .</p>\n</li>\n<li><p><code>subvendorOrgId</code> (string(20), optional): Required in the state of Utah when a reseller purchases on behave of a customer.</p>\n</li>\n</ul>\n<h2 id=\"response\"><strong>Response</strong></h2>\n<p>Upon successful request, the API will respond with the a 201 Created containing the order ID.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</li>\n</ul>\n","urlObject":{"path":["transactional","v1","mvrorders"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"db29871e-951b-4e04-aadf-1b858aac7d04","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n\t\"productId\": \"DL\",\n\t\"host\": \"ONLINE\",\n\t\"purpose\": \"INSURANCE\",\n\t\"subType\": \"3Y\",\n\t\"licenseState\": \"CA\",\n\t\"licenseNumber\": \"D5883484\",\n\t\"birthDate\": \"1970-01-20\",\n\t\"firstName\": \"John\",\n\t\"middleName\": \"Q\",\n\t\"lastName\": \"Public\",\n\t\"gender\": \"M\",\n\t\"ssn\": \"\",\n\t\"stateAccessCode\": \"\",\n    \"originationId\":\"\",\n    \"customerOrgId\":\"\",\n    \"subvendorOrdId\":\"\",\n\t\"billCode\": \"\",\n\t\"billReference\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/transactional/v1/mvrorders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"a9effbb3-4178-f6e9-08a7-e9520c4620d7\"\n}"},{"id":"fdb130cd-6dd9-4fd8-b141-6318f34249b1","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Mario\",\n  \"lastName\": \"Luigi\",\n  \"middleName\": \"K\",\n  \"gender\": \"0\",\n  \"ssn\": \"\",\n  \"stateAccessCode\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"productId\": \"DL\",\n  \"subType\": \"STANDARD\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ],\n  \"reportFormats\": [\n    \"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0\",\n    \"application/vnd.sambasafety.qorta.mvr+pdf\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/transactional/v1/mvrorders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"firstName must not be blank\"\n}"},{"id":"0e9bfc96-7986-451e-ac4c-a318052fbf9c","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Mario\",\n  \"lastName\": \"Luigi\",\n  \"middleName\": \"K\",\n  \"gender\": \"0\",\n  \"ssn\": \"\",\n  \"stateAccessCode\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"productId\": \"DL\",\n  \"subType\": \"STANDARD\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ],\n  \"reportFormats\": [\n    \"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0\",\n    \"application/vnd.sambasafety.qorta.mvr+pdf\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/transactional/v1/mvrorders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d48ffa21-2db8-4ea2-aa22-41719617b6dc","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Mario\",\n  \"lastName\": \"Luigi\",\n  \"middleName\": \"K\",\n  \"gender\": \"0\",\n  \"ssn\": \"\",\n  \"stateAccessCode\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"productId\": \"DL\",\n  \"subType\": \"STANDARD\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ],\n  \"reportFormats\": [\n    \"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0\",\n    \"application/vnd.sambasafety.qorta.mvr+pdf\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/transactional/v1/mvrorders"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"718f0be4-5cce-46c4-ad6a-a6d168c48e67","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Mario\",\n  \"lastName\": \"Luigi\",\n  \"middleName\": \"K\",\n  \"gender\": \"0\",\n  \"ssn\": \"\",\n  \"stateAccessCode\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"productId\": \"DL\",\n  \"subType\": \"STANDARD\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ],\n  \"reportFormats\": [\n    \"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0\",\n    \"application/vnd.sambasafety.qorta.mvr+pdf\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/transactional/v1/mvrorders"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Formats for field(s) '<field names>' are invalid\"\n}"},{"id":"cb486fb1-9659-4fd6-b6be-f920e5779527","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Mario\",\n  \"lastName\": \"Luigi\",\n  \"middleName\": \"K\",\n  \"gender\": \"0\",\n  \"ssn\": \"\",\n  \"stateAccessCode\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"productId\": \"DL\",\n  \"subType\": \"STANDARD\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ],\n  \"reportFormats\": [\n    \"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0\",\n    \"application/vnd.sambasafety.qorta.mvr+pdf\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/transactional/v1/mvrorders"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"B02\",\n    \"message\": \"Combination of subType 7Y, state TN, and host ONLINE not available.\"\n}"},{"id":"d305e436-2999-42ba-84fb-c6ec53c94aa5","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseState\": \"CO\",\n  \"licenseNumber\": \"000000000\",\n  \"birthDate\": \"1980-01-01\",\n  \"firstName\": \"Mario\",\n  \"lastName\": \"Luigi\",\n  \"middleName\": \"K\",\n  \"gender\": \"0\",\n  \"ssn\": \"\",\n  \"stateAccessCode\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"productId\": \"DL\",\n  \"subType\": \"STANDARD\",\n  \"host\": \"ONLINE\",\n  \"purpose\": \"EMPLOYMENT\",\n  \"customFields\": [\n    {\n      \"name\": \"regions\",\n      \"value\": \"northeast, northwest\"\n    }\n  ],\n  \"reportFormats\": [\n    \"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0\",\n    \"application/vnd.sambasafety.qorta.mvr+pdf\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/transactional/v1/mvrorders"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"E01\",\n  \"message\": \"Driver data is invalid, please fix and try again. '<field names>' invalid\"\n}"}],"_postman_id":"eeb9e207-d325-41f1-b77f-4e7830b51972"},{"name":"Check Order Status","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"reportId\", pm.response.json().links[0].id);","});"],"type":"text/javascript","id":"3cf356b6-0222-4c8d-a83b-c9b007fcc4d5"}}],"id":"82ce78a2-11fd-49d5-a794-4b99bf6426dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/transactional/v1/mvrorders/:orderId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves summary information for the corresponding order ID. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><strong><code>orderId</code></strong> the unique identifer for the order.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with details for the corresponding order. Contains the orderStatus and a links reference to the report, when completed.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>mvrOrderId</code> (string, uuid): The order's unique identifier.</p>\n</li>\n<li><p><code>orderStatus</code> (string): The status of the order.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n<li><p><code>license</code> (object): The license object containing:</p>\n<ul>\n<li><p><code>licenseState</code> (string): The license's issuing state.</p>\n</li>\n<li><p><code>licenseNumber</code> (string): The license's document number.</p>\n</li>\n</ul>\n</li>\n<li><p><code>subType</code> (string): A SambaSafety identifier for the order.</p>\n</li>\n<li><p><code>billCode</code> (string): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string): A customer's custom billing reference note.</p>\n</li>\n<li><p><code>links</code> (object): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"receive-order-completion-notification\">Receive Order Completion Notification</h2>\n<p>If you have subscribed to the webhook when the order has been successfully \"fulfilled\", the CallbackURL will be invoked with a <strong>\"POST\"</strong> and a body containing a url link to the report, and the report uuid.</p>\n<p>If an error occurs, the response will have an “error\" event type, with a description of the error.</p>\n<ul>\n<li><p><code>transactionalmvr.received</code></p>\n</li>\n<li><p><code>transactionalmvr.error</code></p>\n</li>\n</ul>\n<h2 id=\"vndsambasafetyqortatransactionalmvrreceivedjson\">vnd.sambasafety.qorta.transactionalmvr.received+json</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>mvrId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>mvrDateTime</code> (string, <em>datetime</em>): The timestamp of the MVR order.</p>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n","urlObject":{"path":["transactional","v1","mvrorders",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"3b35ce33-2b21-47c7-b5bc-1979ac778cfc","description":{"content":"<p>(Required) The order's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderId"}]}},"response":[{"id":"c1e7fea5-fd0e-4264-ac3f-a872933cf1be","name":"200 OK: Status: Fulfilled","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders/:orderId","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mvrOrderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"fulfilled\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"license\": {\n    \"licenseNumber\": \"\",\n    \"licenseState\": \"CO\"\n  },\n  \"subType\": \"3Y\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"links\": [\n    {\n      \"rel\": \"motorvehiclereports\",\n      \"href\": \"/reports/v1/motorvehiclereports/0aaed7b3-904f-48bc-93aa-6237f87986f5\",\n      \"type\": \"GET\",\n      \"id\": \"0aaed7b3-904f-48bc-93aa-6237f87986f5\"\n    }\n  ]\n}"},{"id":"cde6e396-1546-494c-bed6-ea7c8a09df8d","name":"200 OK: Status: Pending","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders/:orderId","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"pending\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"license\": {\n    \"licenseNumber\": \"\",\n    \"licenseState\": \"CO\"\n  },\n  \"subType\": \"3Y\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"links\": []\n}"},{"id":"d794c1db-3430-4a04-8dbd-837eb0c50d10","name":"200 OK: Status: Error","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders/:orderId","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mvrOrderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"error\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"license\": {\n    \"licenseNumber\": \"\",\n    \"licenseState\": \"CO\"\n  },\n  \"subType\": \"3Y\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"links\": [\n    {\n      \"rel\": \"motorvehiclereports\",\n      \"href\": \"/reports/v1/motorvehiclereports/0aaed7b3-904f-48bc-93aa-6237f87986f5\",\n      \"type\": \"GET\",\n      \"id\": \"0aaed7b3-904f-48bc-93aa-6237f87986f5\"\n    }\n  ]\n}"},{"id":"3815d350-68ce-4ce9-944a-99b6a24560bb","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders/:orderId","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5a5eed97-34c0-4522-9459-af12e6aac3a1","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders/:orderId","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"a9dc21fb-4cdf-4d6a-bb8d-9a23df179d29","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders/:orderId","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"82ce78a2-11fd-49d5-a794-4b99bf6426dd"},{"name":"Get a Report","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0\");","});"],"type":"text/javascript","id":"040b3429-36c6-4805-bc79-80a61122f57d"}}],"id":"094c25fc-251f-4e5f-b32f-bc97e1e074fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0"}],"url":"{{baseUrl}}/reports/v1/motorvehiclereports/:reportId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves Transactional MVR for the corresponding Report ID.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: [Document Version]</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<p><strong>Available Versions:</strong></p>\n<ul>\n<li><p><strong>application/vnd.sambasafety.qorta.mvr+json;version=3.0.0 (Default)</strong></p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.scoring mvr+json;version=3.0.0</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+json;version=2.0.4</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+xml;version=2.0.3</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+xml;version=2.0.2</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+xml;version=2.0.0</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+html</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+html;version=3.1</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+pdf ( Base64 Encoded String )</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+epnformat</p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>reportId</code>: the unique identifer for the Transactional MVR Report.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with the Transactional MVR Report for the <code>reportId</code> and report <code>version</code> requested.</p>\n<p><strong>application/vnd.sambasafety.qorta.mvr+json;version=3.0.0</strong></p>\n<ul>\n<li>Parameters and Response Example linked <a href=\"https://support.sambasafety.com/transactional-mvr-api/transactional-mvr-response-variations-version-40/version/9\">here</a></li>\n</ul>\n<p><strong>application/vnd.sambasafety.qorta.mvr+json;version=2.0.4</strong></p>\n<ul>\n<li>Parameters and Response Example linked <a href=\"https://support.sambasafety.com/transactional-mvr-api/transactional-mvr-response-variations-version-40-copy-632/version/1\">here</a></li>\n</ul>\n","urlObject":{"path":["reports","v1","motorvehiclereports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"1b211177-ab19-4b88-a97a-edc8aa610f03","description":{"content":"<p>(Required) A report's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"reportId"}]}},"response":[{"id":"59f2ffcc-0869-4aa8-8cf3-dd4a998c28df","name":"200 OK Version=3.0.0","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/motorvehiclereports/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","motorvehiclereports",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"mvrId\": \"72ff7178-ed1c-4539-a17d-e30370d59930\",\n    \"controlNumber\": \"07GYRO\",\n    \"mvrDateTime\": \"2023-06-28T08:40:00-07:00\",\n    \"mvrScoring\": {\n        \"companyClass\": \"ACTIVITY\",\n        \"companyScore\": \"1\"\n    },\n    \"mvrOrder\": {\n        \"orderDateTime\": \"2023-06-28T08:40:00-07:00\",\n        \"person\": {\n            \"firstName\": \"DEMETRIUS\",\n            \"lastName\": \"GUTMANN\",\n            \"birthDate\": \"1970-01-29\",\n            \"gender\": \"0\"\n        },\n        \"license\": {\n            \"licenseNumber\": \"Z20204002\",\n            \"licenseState\": \"AZ\"\n        }\n    },\n    \"mvrDriver\": {\n        \"person\": {\n            \"firstName\": \"DEMETRIUS\",\n            \"lastName\": \"GUTMANN\",\n            \"birthDate\": \"1970-01-29\",\n            \"age\": \"53\",\n            \"gender\": \"0\"\n        },\n        \"license\": {\n            \"licenseNumber\": \"Z20204002\",\n            \"licenseState\": \"AZ\"\n        }\n    },\n    \"licenseClasses\": {\n        \"personal\": {\n            \"license\": {\n                \"classDescription\": \"OPERATOR\",\n                \"classCode\": \"D\",\n                \"issueDate\": \"2017-11-14\",\n                \"expirationDate\": \"2060-12-05\",\n                \"statusList\": [\n                    {\n                        \"name\": \"SUSPENDED\"\n                    },\n                    {\n                        \"name\": \"PENDING\"\n                    }\n                ]\n            }\n        },\n        \"identification\": {\n            \"license\": {\n                \"classDescription\": \"IDENTIFICATION\",\n                \"classCode\": \"ID LIC.\",\n                \"issueDate\": \"2020-03-18\",\n                \"expirationDate\": \"2020-09-14\",\n                \"statusList\": [\n                    {\n                        \"name\": \"VALID\"\n                    }\n                ]\n            }\n        }\n    },\n    \"mvrViolations\": [\n        {\n            \"state\": \"AZ\",\n            \"date\": \"2019-09-10\",\n            \"location\": \"MARICOPA\",\n            \"locationCode\": \"745\",\n            \"plate\": \"CCC7777\",\n            \"actualSpeed\": \"66\",\n            \"postedSpeed\": \"45\",\n            \"disposition\": \"FTA - CIVIL VIOLATION\",\n            \"fineAmount\": \"0.00\",\n            \"infractions\": [\n                {\n                    \"description\": \"SPECIAL RESTRICTIONS (SPEED R&P)\",\n                    \"stateDescription\": \"REASONABLE AND PRUDENT SPEED VIOLATION\",\n                    \"stateCode\": \"28-701A\",\n                    \"acd\": \"S94\",\n                    \"avd1\": \"SA02\",\n                    \"avd2\": \"SA02\",\n                    \"tableKey\": \"AZA0128-701A\"\n                }\n            ]\n        },\n        {\n            \"state\": \"AZ\",\n            \"date\": \"2019-10-02\",\n            \"location\": \"MARICOPA\",\n            \"locationCode\": \"741\",\n            \"plate\": \"CCC7777\",\n            \"actualSpeed\": \"67\",\n            \"postedSpeed\": \"40\",\n            \"disposition\": \"JUDGEMENT OF GUILTY OR RESP.; SENTENCE IMPOSED\",\n            \"fineAmount\": \"246.00\",\n            \"infractions\": [\n                {\n                    \"description\": \"FAIL TO OBEY RED LIGHT\",\n                    \"stateDescription\": \"FAILURE TO STOP FOR RED LIGHT\",\n                    \"stateCode\": \"28-645A3A\",\n                    \"acd\": \"M14\",\n                    \"avd1\": \"MA14\",\n                    \"avd2\": \"MA14\",\n                    \"tableKey\": \"AZA0128-645A3A\"\n                }\n            ]\n        }\n    ],\n    \"mvrDmvActions\": [\n        {\n            \"suspension\": {\n                \"state\": \"AZ\",\n                \"date\": \"2019-01-30\",\n                \"stateAdditional\": \"ACTION COMPLETED\",\n                \"clearDate\": \"2019-04-30\",\n                \"mailDate\": \"2019-01-10\",\n                \"descriptionList\": [\n                    {\n                        \"description\": \"SUSPENSION\",\n                        \"stateDescription\": \"SUSPENSION\",\n                        \"acd\": \"W00\",\n                        \"avd1\": \"DB31\",\n                        \"avd2\": \"DB31\",\n                        \"tableKey\": \"AZA01SUSPENSION\"\n                    }\n                ]\n            }\n        },\n        {\n            \"suspension\": {\n                \"state\": \"AZ\",\n                \"date\": \"2019-04-24\",\n                \"stateAdditional\": \"ACTION COMPLETED\",\n                \"clearDate\": \"2019-10-24\",\n                \"mailDate\": \"2019-04-04\",\n                \"descriptionList\": [\n                    {\n                        \"description\": \"SUSPENSION\",\n                        \"stateDescription\": \"SUSPENSION\",\n                        \"acd\": \"W00\",\n                        \"avd1\": \"DB31\",\n                        \"avd2\": \"DB31\",\n                        \"tableKey\": \"AZA01SUSPENSION\"\n                    }\n                ]\n            }\n        },\n        {\n            \"suspension\": {\n                \"state\": \"AZ\",\n                \"date\": \"2019-11-26\",\n                \"mailDate\": \"2019-11-26\",\n                \"descriptionList\": [\n                    {\n                        \"description\": \"LICENSE SUSPENDED\",\n                        \"stateDescription\": \"LICENSE SUSPENDED\",\n                        \"acd\": \"W00\",\n                        \"avd1\": \"DB31\",\n                        \"avd2\": \"DB31\",\n                        \"tableKey\": \"AZA01LICENSE SUSPENDED\"\n                    }\n                ]\n            }\n        },\n        {\n            \"departmental\": {\n                \"state\": \"AZ\",\n                \"date\": \"2020-01-28\",\n                \"mailDate\": \"2020-01-28\",\n                \"descriptionList\": [\n                    {\n                        \"description\": \"TSS ASSIGNMENT\",\n                        \"stateDescription\": \"TSS ASSIGNMENT\",\n                        \"acd\": \"-\",\n                        \"avd1\": \"UE08\",\n                        \"avd2\": \"UE08\",\n                        \"tableKey\": \"AZA01TSS ASSIGNMENT\"\n                    }\n                ]\n            }\n        },\n        {\n            \"action term\": {\n                \"state\": \"AZ\",\n                \"date\": \"2020-01-28\",\n                \"clearDate\": \"2020-03-06\",\n                \"mailDate\": \"2020-01-28\",\n                \"descriptionList\": [\n                    {\n                        \"description\": \"SUSPENSION SATISFIED\",\n                        \"stateDescription\": \"SUSPENSION SATISFIED\",\n                        \"acd\": \"-\",\n                        \"avd1\": \"UE08\",\n                        \"avd2\": \"UE08\",\n                        \"tableKey\": \"AZA01SUSPENSION SATISFIED\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"messages\": [\n        \"SUSPENSION - COURT ACTION REQUIRED\",\n        \"REINSTATEMENT FEE DUE\",\n        \"CLASS  ST  ISSUE DATE    PREVIOUS LICENSE             EXP DATE           TID\",\n        \"D    AZ   01192017     D00000000                    12052060            N\",\n        \"D    AZ   04142014     D00000000                    12052060            N\",\n        \"I    AZ   06132013     D00000000                    00000000            N\",\n        \"I    AZ   03252010     D00000000                    00000000            N\",\n        \"EXPIRATION DATES IN THIS DOCUMENT MAY HAVE BEEN EXTENDED PURSUANT TO EXECUTIVE\",\n        \"OR LEGISLATIVE ACTION OF THE ISSUING JURISDICTION RELATED TO COVID-19.\",\n        \"PLEASE CONSULT WITH THE JURISDICTION FOR FURTHER DETAILS.\"\n    ],\n    \"previousLicenses\": [\n        {\n            \"license\": {\n                \"licenseNumber\": \"D00000000\",\n                \"licenseState\": \"AZ\"\n            },\n            \"classCode\": \"D\"\n        },\n        {\n            \"license\": {\n                \"licenseNumber\": \"D00000000\",\n                \"licenseState\": \"AZ\"\n            },\n            \"classCode\": \"D\"\n        },\n        {\n            \"license\": {\n                \"licenseNumber\": \"D00000000\",\n                \"licenseState\": \"AZ\"\n            },\n            \"classCode\": \"I\"\n        },\n        {\n            \"license\": {\n                \"licenseNumber\": \"D00000000\",\n                \"licenseState\": \"AZ\"\n            },\n            \"classCode\": \"I\"\n        }\n    ]\n}"},{"id":"c6247c8b-af36-4019-937d-a2bf48b95353","name":"200 OK Version=2.0.4","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/motorvehiclereports/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","motorvehiclereports",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                \"OrderDate\": {\n                    \"Year\": 2023,\n                    \"Month\": 6,\n                    \"Day\": 28,\n                    \"Full\": \"2023-06-28\",\n                    \"Ticks\": 1687910400000\n                },\n                \"OrderTime\": {\n                    \"Hour\": \"8\",\n                    \"Minute\": \"40\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"B5544\",\n                \"Routing\": \"CICO\",\n                \"Purpose\": \"AA\",\n                \"Reference\": \"1E17659D-6554-48C5-A7A4-12730F07A804\",\n                \"AuxilliaryReference\": \"D594B4F3-C385-4963-921D-5E90F5EC0486\",\n                \"TrackingNumber\": \"000000\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"DL\",\n                \"State\": {\n                    \"Abbrev\": \"AZ\",\n                    \"Full\": \"ARIZONA\"\n                },\n                \"Subtype\": \"3Y\",\n                \"SubtypeFull\": \"THREE YEAR\",\n                \"FirstName\": \"DEMETRIUS\",\n                \"LastName\": \"GUTMANN\",\n                \"BirthDate\": {\n                    \"Year\": 1970,\n                    \"Month\": 1,\n                    \"Day\": 29,\n                    \"Full\": \"1970-01-29\",\n                    \"Ticks\": 2419200000\n                },\n                \"LicenseNumber\": \"Z20204002\",\n                \"Gender\": \"0\",\n                \"Source\": \"49\"\n            },\n            \"Result\": {\n                \"Control\": \"07GYRO\",\n                \"Valid\": \"Y\",\n                \"ReturnedDate\": {\n                    \"Year\": 2023,\n                    \"Month\": 6,\n                    \"Day\": 28,\n                    \"Full\": \"2023-06-28\",\n                    \"Ticks\": 1687910400000\n                },\n                \"ReturnedTime\": {\n                    \"Hour\": \"8\",\n                    \"Minute\": \"40\",\n                    \"Second\": \"0\"\n                },\n                \"CompanyClass\": \"ACTIVITY\",\n                \"CompanyScore\": \"1\",\n                \"CompanyScoreInt\": 1,\n                \"CompanyVersion\": \"1-13\",\n                \"IsClear\": \"N\",\n                \"ResultCode\": \"RB\",\n                \"Designation\": \"ACTUAL MVR\"\n            },\n            \"Driver\": {\n                \"FirstName\": \"DEMETRIUS\",\n                \"LastName\": \"GUTMANN\",\n                \"BirthDate\": {\n                    \"Year\": 1970,\n                    \"Month\": 1,\n                    \"Day\": 29,\n                    \"Full\": \"1970-01-29\",\n                    \"Ticks\": 2419200000\n                },\n                \"Age\": \"53\",\n                \"Gender\": \"0\"\n            },\n            \"CurrentLicense\": {\n                \"Personal\": {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"OPERATOR\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2017,\n                        \"Month\": 11,\n                        \"Day\": 14,\n                        \"Full\": \"2017-11-14\",\n                        \"Ticks\": 1510617600000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2060,\n                        \"Month\": 12,\n                        \"Day\": 5,\n                        \"Full\": \"2060-12-05\",\n                        \"Ticks\": 2869430400000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"SUSPENDED\"\n                        },\n                        {\n                            \"Name\": \"PENDING\"\n                        }\n                    ]\n                },\n                \"Identification\": {\n                    \"Type\": \"IDENTIFICATION\",\n                    \"ClassDescription\": \"IDENTIFICATION\",\n                    \"ClassCode\": \"ID LIC.\",\n                    \"IssueDate\": {\n                        \"Year\": 2020,\n                        \"Month\": 3,\n                        \"Day\": 18,\n                        \"Full\": \"2020-03-18\",\n                        \"Ticks\": 1584489600000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2020,\n                        \"Month\": 9,\n                        \"Day\": 14,\n                        \"Full\": \"2020-09-14\",\n                        \"Ticks\": 1600041600000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"VALID\"\n                        }\n                    ]\n                },\n                \"Number\": \"Z20204002\"\n            },\n            \"PreviousLicenseList\": [\n                {\n                    \"Class\": \"D\",\n                    \"Number\": \"D00000000\",\n                    \"State\": {\n                        \"Abbrev\": \"AZ\",\n                        \"Full\": \"ARIZONA\"\n                    }\n                },\n                {\n                    \"Class\": \"D\",\n                    \"Number\": \"D00000000\",\n                    \"State\": {\n                        \"Abbrev\": \"AZ\",\n                        \"Full\": \"ARIZONA\"\n                    }\n                },\n                {\n                    \"Class\": \"I\",\n                    \"Number\": \"D00000000\",\n                    \"State\": {\n                        \"Abbrev\": \"AZ\",\n                        \"Full\": \"ARIZONA\"\n                    }\n                },\n                {\n                    \"Class\": \"I\",\n                    \"Number\": \"D00000000\",\n                    \"State\": {\n                        \"Abbrev\": \"AZ\",\n                        \"Full\": \"ARIZONA\"\n                    }\n                }\n            ],\n            \"MessageList\": [\n                [\n                    {\n                        \"Line\": \"SUSPENSION - COURT ACTION REQUIRED\"\n                    }\n                ],\n                [\n                    {\n                        \"Line\": \"REINSTATEMENT FEE DUE\"\n                    }\n                ],\n                [\n                    {\n                        \"Line\": \"CLASS  ST  ISSUE DATE    PREVIOUS LICENSE             EXP DATE           TID\"\n                    },\n                    {\n                        \"Line\": \"D    AZ   01192017     D00000000                    12052060            N\"\n                    },\n                    {\n                        \"Line\": \"D    AZ   04142014     D00000000                    12052060            N\"\n                    },\n                    {\n                        \"Line\": \"I    AZ   06132013     D00000000                    00000000            N\"\n                    },\n                    {\n                        \"Line\": \"I    AZ   03252010     D00000000                    00000000            N\"\n                    }\n                ],\n                [\n                    {\n                        \"Line\": \"EXPIRATION DATES IN THIS DOCUMENT MAY HAVE BEEN EXTENDED PURSUANT TO EXECUTIVE\"\n                    },\n                    {\n                        \"Line\": \"OR LEGISLATIVE ACTION OF THE ISSUING JURISDICTION RELATED TO COVID-19.\"\n                    },\n                    {\n                        \"Line\": \"PLEASE CONSULT WITH THE JURISDICTION FOR FURTHER DETAILS.\"\n                    }\n                ]\n            ],\n            \"EventList\": [\n                {\n                    \"Common\": {\n                        \"Type\": \"VIOLATION\",\n                        \"Subtype\": \"VIOL\",\n                        \"State\": {\n                            \"Abbrev\": \"AZ\",\n                            \"Full\": \"ARIZONA\"\n                        },\n                        \"Date\": {\n                            \"Year\": 2019,\n                            \"Month\": 9,\n                            \"Day\": 10,\n                            \"Full\": \"2019-09-10\",\n                            \"Ticks\": 1568073600000\n                        },\n                        \"Location\": \"MARICOPA\",\n                        \"LocationCode\": \"745\",\n                        \"Plate\": \"CCC7777\"\n                    },\n                    \"DescriptionList\": [\n                        {\n                            \"AdrLargeDescription\": \"SPECIAL RESTRICTIONS (SPEED R&P)\",\n                            \"AdrSmallDescription\": \"SPECIAL RESTRICTIONS (SPEED R&P)\",\n                            \"StateDescription\": \"REASONABLE AND PRUDENT SPEED VIOLATION\",\n                            \"StateCode\": \"28-701A\",\n                            \"Acd\": \"S94\",\n                            \"Avd1\": \"SA02\",\n                            \"Avd2\": \"SA02\",\n                            \"TableKey\": \"AZA0128-701A\"\n                        }\n                    ],\n                    \"Violation\": {\n                        \"ActualSpeed\": \"66\",\n                        \"PostedSpeed\": \"45\",\n                        \"Disposition\": \"FTA - CIVIL VIOLATION\",\n                        \"FineAmount\": \"0.00\"\n                    }\n                },\n                {\n                    \"Common\": {\n                        \"Type\": \"VIOLATION\",\n                        \"Subtype\": \"VIOL\",\n                        \"State\": {\n                            \"Abbrev\": \"AZ\",\n                            \"Full\": \"ARIZONA\"\n                        },\n                        \"Date\": {\n                            \"Year\": 2019,\n                            \"Month\": 10,\n                            \"Day\": 2,\n                            \"Full\": \"2019-10-02\",\n                            \"Ticks\": 1569974400000\n                        },\n                        \"Location\": \"MARICOPA\",\n                        \"LocationCode\": \"741\",\n                        \"Plate\": \"CCC7777\"\n                    },\n                    \"DescriptionList\": [\n                        {\n                            \"AdrLargeDescription\": \"FAIL TO OBEY RED LIGHT\",\n                            \"AdrSmallDescription\": \"FAIL TO OBEY RED LIGHT\",\n                            \"StateDescription\": \"FAILURE TO STOP FOR RED LIGHT\",\n                            \"StateCode\": \"28-645A3A\",\n                            \"Acd\": \"M14\",\n                            \"Avd1\": \"MA14\",\n                            \"Avd2\": \"MA14\",\n                            \"TableKey\": \"AZA0128-645A3A\"\n                        }\n                    ],\n                    \"Violation\": {\n                        \"ActualSpeed\": \"67\",\n                        \"PostedSpeed\": \"40\",\n                        \"Disposition\": \"JUDGEMENT OF GUILTY OR RESP.; SENTENCE IMPOSED\",\n                        \"FineAmount\": \"246.00\"\n                    }\n                },\n                {\n                    \"Common\": {\n                        \"Type\": \"ACTION\",\n                        \"Subtype\": \"SUSPENSION\",\n                        \"State\": {\n                            \"Abbrev\": \"AZ\",\n                            \"Full\": \"ARIZONA\"\n                        },\n                        \"Date\": {\n                            \"Year\": 2019,\n                            \"Month\": 1,\n                            \"Day\": 30,\n                            \"Full\": \"2019-01-30\",\n                            \"Ticks\": 1548806400000\n                        }\n                    },\n                    \"NoteList\": [\n                        {\n                            \"Note\": \"ACTION COMPLETED\"\n                        }\n                    ],\n                    \"DescriptionList\": [\n                        {\n                            \"AdrLargeDescription\": \"SUSPENSION\",\n                            \"AdrSmallDescription\": \"SUSPENSION\",\n                            \"StateDescription\": \"SUSPENSION\",\n                            \"Acd\": \"W00\",\n                            \"Avd1\": \"DB31\",\n                            \"Avd2\": \"DB31\",\n                            \"TableKey\": \"AZA01SUSPENSION\"\n                        }\n                    ],\n                    \"Action\": {\n                        \"ClearDate\": {\n                            \"Year\": 2019,\n                            \"Month\": 4,\n                            \"Day\": 30,\n                            \"Full\": \"2019-04-30\",\n                            \"Ticks\": 1556582400000\n                        },\n                        \"MailDate\": {\n                            \"Year\": 2019,\n                            \"Month\": 1,\n                            \"Day\": 10,\n                            \"Full\": \"2019-01-10\",\n                            \"Ticks\": 1547078400000\n                        }\n                    }\n                },\n                {\n                    \"Common\": {\n                        \"Type\": \"ACTION\",\n                        \"Subtype\": \"SUSPENSION\",\n                        \"State\": {\n                            \"Abbrev\": \"AZ\",\n                            \"Full\": \"ARIZONA\"\n                        },\n                        \"Date\": {\n                            \"Year\": 2019,\n                            \"Month\": 4,\n                            \"Day\": 24,\n                            \"Full\": \"2019-04-24\",\n                            \"Ticks\": 1556064000000\n                        }\n                    },\n                    \"NoteList\": [\n                        {\n                            \"Note\": \"ACTION COMPLETED\"\n                        }\n                    ],\n                    \"DescriptionList\": [\n                        {\n                            \"AdrLargeDescription\": \"SUSPENSION\",\n                            \"AdrSmallDescription\": \"SUSPENSION\",\n                            \"StateDescription\": \"SUSPENSION\",\n                            \"Acd\": \"W00\",\n                            \"Avd1\": \"DB31\",\n                            \"Avd2\": \"DB31\",\n                            \"TableKey\": \"AZA01SUSPENSION\"\n                        }\n                    ],\n                    \"Action\": {\n                        \"ClearDate\": {\n                            \"Year\": 2019,\n                            \"Month\": 10,\n                            \"Day\": 24,\n                            \"Full\": \"2019-10-24\",\n                            \"Ticks\": 1571875200000\n                        },\n                        \"MailDate\": {\n                            \"Year\": 2019,\n                            \"Month\": 4,\n                            \"Day\": 4,\n                            \"Full\": \"2019-04-04\",\n                            \"Ticks\": 1554336000000\n                        }\n                    }\n                },\n                {\n                    \"Common\": {\n                        \"Type\": \"ACTION\",\n                        \"Subtype\": \"SUSPENSION\",\n                        \"State\": {\n                            \"Abbrev\": \"AZ\",\n                            \"Full\": \"ARIZONA\"\n                        },\n                        \"Date\": {\n                            \"Year\": 2019,\n                            \"Month\": 11,\n                            \"Day\": 26,\n                            \"Full\": \"2019-11-26\",\n                            \"Ticks\": 1574726400000\n                        }\n                    },\n                    \"DescriptionList\": [\n                        {\n                            \"AdrLargeDescription\": \"LICENSE SUSPENDED\",\n                            \"AdrSmallDescription\": \"LICENSE SUSPENDED\",\n                            \"StateDescription\": \"LICENSE SUSPENDED\",\n                            \"Acd\": \"W00\",\n                            \"Avd1\": \"DB31\",\n                            \"Avd2\": \"DB31\",\n                            \"TableKey\": \"AZA01LICENSE SUSPENDED\"\n                        }\n                    ],\n                    \"Action\": {\n                        \"MailDate\": {\n                            \"Year\": 2019,\n                            \"Month\": 11,\n                            \"Day\": 26,\n                            \"Full\": \"2019-11-26\",\n                            \"Ticks\": 1574726400000\n                        }\n                    }\n                },\n                {\n                    \"Common\": {\n                        \"Type\": \"ACTION\",\n                        \"Subtype\": \"DEPARTMENTAL\",\n                        \"State\": {\n                            \"Abbrev\": \"AZ\",\n                            \"Full\": \"ARIZONA\"\n                        },\n                        \"Date\": {\n                            \"Year\": 2020,\n                            \"Month\": 1,\n                            \"Day\": 28,\n                            \"Full\": \"2020-01-28\",\n                            \"Ticks\": 1580169600000\n                        }\n                    },\n                    \"DescriptionList\": [\n                        {\n                            \"AdrLargeDescription\": \"TSS ASSIGNMENT\",\n                            \"AdrSmallDescription\": \"TSS ASSIGNMENT\",\n                            \"StateDescription\": \"TSS ASSIGNMENT\",\n                            \"Acd\": \"-\",\n                            \"Avd1\": \"UE08\",\n                            \"Avd2\": \"UE08\",\n                            \"TableKey\": \"AZA01TSS ASSIGNMENT\"\n                        }\n                    ],\n                    \"Action\": {\n                        \"MailDate\": {\n                            \"Year\": 2020,\n                            \"Month\": 1,\n                            \"Day\": 28,\n                            \"Full\": \"2020-01-28\",\n                            \"Ticks\": 1580169600000\n                        }\n                    }\n                },\n                {\n                    \"Common\": {\n                        \"Type\": \"ACTION\",\n                        \"Subtype\": \"ACTION TERM\",\n                        \"State\": {\n                            \"Abbrev\": \"AZ\",\n                            \"Full\": \"ARIZONA\"\n                        },\n                        \"Date\": {\n                            \"Year\": 2020,\n                            \"Month\": 1,\n                            \"Day\": 28,\n                            \"Full\": \"2020-01-28\",\n                            \"Ticks\": 1580169600000\n                        }\n                    },\n                    \"DescriptionList\": [\n                        {\n                            \"AdrLargeDescription\": \"SUSPENSION SATISFIED\",\n                            \"AdrSmallDescription\": \"SUSPENSION SATISFIED\",\n                            \"StateDescription\": \"SUSPENSION SATISFIED\",\n                            \"Acd\": \"-\",\n                            \"Avd1\": \"UE08\",\n                            \"Avd2\": \"UE08\",\n                            \"TableKey\": \"AZA01SUSPENSION SATISFIED\"\n                        }\n                    ],\n                    \"Action\": {\n                        \"ClearDate\": {\n                            \"Year\": 2020,\n                            \"Month\": 3,\n                            \"Day\": 6,\n                            \"Full\": \"2020-03-06\",\n                            \"Ticks\": 1583452800000\n                        },\n                        \"MailDate\": {\n                            \"Year\": 2020,\n                            \"Month\": 1,\n                            \"Day\": 28,\n                            \"Full\": \"2020-01-28\",\n                            \"Ticks\": 1580169600000\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}"},{"id":"8e606496-c68c-435e-afa9-798002403a1b","name":"200 OK Version=2.0.3 XML","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/motorvehiclereports/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","motorvehiclereports",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"application/xml","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<Record>\n    <DlRecord>\n        <Criteria>\n            <OrderDate>\n                <Year>2023</Year>\n                <Month>6</Month>\n                <Day>28</Day>\n            </OrderDate>\n            <OrderTime>\n                <Hour>8</Hour>\n                <Minute>40</Minute>\n                <Second>0</Second>\n            </OrderTime>\n            <AccountID>B5544</AccountID>\n            <Routing>CICO</Routing>\n            <Purpose>AA</Purpose>\n            <Reference>1E17659D-6554-48C5-A7A4-12730F07A804</Reference>\n            <AuxilliaryReference>D594B4F3-C385-4963-921D-5E90F5EC0486</AuxilliaryReference>\n            <TrackingNumber>000000</TrackingNumber>\n            <Host>OL</Host>\n            <ProductID>DL</ProductID>\n            <State>\n                <Abbrev>AZ</Abbrev>\n                <Full>ARIZONA</Full>\n            </State>\n            <Subtype>3Y</Subtype>\n            <SubtypeFull>THREE YEAR</SubtypeFull>\n            <FirstName>DEMETRIUS</FirstName>\n            <LastName>GUTMANN</LastName>\n            <BirthDate>\n                <Year>1970</Year>\n                <Month>1</Month>\n                <Day>29</Day>\n            </BirthDate>\n            <LicenseNumber>Z20204002</LicenseNumber>\n            <Gender>0</Gender>\n        </Criteria>\n        <Result>\n            <Control>07GYRO</Control>\n            <Valid>Y</Valid>\n            <ReturnedDate>\n                <Year>2023</Year>\n                <Month>6</Month>\n                <Day>28</Day>\n            </ReturnedDate>\n            <ReturnedTime>\n                <Hour>8</Hour>\n                <Minute>40</Minute>\n                <Second>0</Second>\n            </ReturnedTime>\n            <CompanyClass>ACTIVITY</CompanyClass>\n            <CompanyScore>1</CompanyScore>\n            <IsClear>N</IsClear>\n        </Result>\n        <Driver>\n            <FirstName>DEMETRIUS</FirstName>\n            <LastName>GUTMANN</LastName>\n            <BirthDate>\n                <Year>1970</Year>\n                <Month>1</Month>\n                <Day>29</Day>\n            </BirthDate>\n            <Age>53</Age>\n            <Gender>0</Gender>\n        </Driver>\n        <CurrentLicense>\n            <Personal>\n                <Type>PERSONAL</Type>\n                <ClassDescription>OPERATOR</ClassDescription>\n                <ClassCode>D</ClassCode>\n                <IssueDate>\n                    <Year>2017</Year>\n                    <Month>11</Month>\n                    <Day>14</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2060</Year>\n                    <Month>12</Month>\n                    <Day>5</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>SUSPENDED</Name>\n                    </StatusItem>\n                    <StatusItem>\n                        <Name>PENDING</Name>\n                    </StatusItem>\n                </StatusList>\n            </Personal>\n            <Identification>\n                <Type>IDENTIFICATION</Type>\n                <ClassDescription>IDENTIFICATION</ClassDescription>\n                <ClassCode>ID LIC.</ClassCode>\n                <IssueDate>\n                    <Year>2020</Year>\n                    <Month>3</Month>\n                    <Day>18</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2020</Year>\n                    <Month>9</Month>\n                    <Day>14</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>VALID</Name>\n                    </StatusItem>\n                </StatusList>\n            </Identification>\n            <Number>Z20204002</Number>\n        </CurrentLicense>\n        <PreviousLicenseList>\n            <PreviousLicenseItem>\n                <Class>D</Class>\n                <Number>D00000000</Number>\n                <State>\n                    <Abbrev>AZ</Abbrev>\n                    <Full>ARIZONA</Full>\n                </State>\n            </PreviousLicenseItem>\n            <PreviousLicenseItem>\n                <Class>D</Class>\n                <Number>D00000000</Number>\n                <State>\n                    <Abbrev>AZ</Abbrev>\n                    <Full>ARIZONA</Full>\n                </State>\n            </PreviousLicenseItem>\n            <PreviousLicenseItem>\n                <Class>I</Class>\n                <Number>D00000000</Number>\n                <State>\n                    <Abbrev>AZ</Abbrev>\n                    <Full>ARIZONA</Full>\n                </State>\n            </PreviousLicenseItem>\n            <PreviousLicenseItem>\n                <Class>I</Class>\n                <Number>D00000000</Number>\n                <State>\n                    <Abbrev>AZ</Abbrev>\n                    <Full>ARIZONA</Full>\n                </State>\n            </PreviousLicenseItem>\n        </PreviousLicenseList>\n        <MessageList>\n            <MessageItem>\n                <Line>SUSPENSION - COURT ACTION REQUIRED</Line>\n            </MessageItem>\n            <MessageItem>\n                <Line>REINSTATEMENT FEE DUE</Line>\n            </MessageItem>\n            <MessageItem>\n                <Line>CLASS  ST  ISSUE DATE    PREVIOUS LICENSE             EXP DATE           TID</Line>\n                <Line>D    AZ   01192017     D00000000                    12052060            N</Line>\n                <Line>D    AZ   04142014     D00000000                    12052060            N</Line>\n                <Line>I    AZ   06132013     D00000000                    00000000            N</Line>\n                <Line>I    AZ   03252010     D00000000                    00000000            N</Line>\n            </MessageItem>\n            <MessageItem>\n                <Line>EXPIRATION DATES IN THIS DOCUMENT MAY HAVE BEEN EXTENDED PURSUANT TO EXECUTIVE</Line>\n                <Line>OR LEGISLATIVE ACTION OF THE ISSUING JURISDICTION RELATED TO COVID-19.</Line>\n                <Line>PLEASE CONSULT WITH THE JURISDICTION FOR FURTHER DETAILS.</Line>\n            </MessageItem>\n        </MessageList>\n        <EventList>\n            <EventItem>\n                <Common>\n                    <Subtype>VIOL</Subtype>\n                    <State>\n                        <Abbrev>AZ</Abbrev>\n                        <Full>ARIZONA</Full>\n                    </State>\n                    <Date>\n                        <Year>2019</Year>\n                        <Month>9</Month>\n                        <Day>10</Day>\n                    </Date>\n                    <Location>MARICOPA</Location>\n                    <LocationCode>745</LocationCode>\n                    <Plate>CCC7777</Plate>\n                </Common>\n                <DescriptionList>\n                    <DescriptionItem>\n                        <AdrLargeDescription>SPECIAL RESTRICTIONS (SPEED R&amp;P)</AdrLargeDescription>\n                        <AdrSmallDescription>SPECIAL RESTRICTIONS (SPEED R&amp;P)</AdrSmallDescription>\n                        <StateDescription>REASONABLE AND PRUDENT SPEED VIOLATION</StateDescription>\n                        <StateCode>28-701A</StateCode>\n                        <Acd>S94</Acd>\n                        <Avd1>SA02</Avd1>\n                        <Avd2>SA02</Avd2>\n                        <TableKey>AZA0128-701A</TableKey>\n                    </DescriptionItem>\n                </DescriptionList>\n                <Violation>\n                    <ActualSpeed>66</ActualSpeed>\n                    <PostedSpeed>45</PostedSpeed>\n                    <Disposition>FTA - CIVIL VIOLATION</Disposition>\n                    <FineAmount>0.00</FineAmount>\n                </Violation>\n            </EventItem>\n            <EventItem>\n                <Common>\n                    <Subtype>VIOL</Subtype>\n                    <State>\n                        <Abbrev>AZ</Abbrev>\n                        <Full>ARIZONA</Full>\n                    </State>\n                    <Date>\n                        <Year>2019</Year>\n                        <Month>10</Month>\n                        <Day>2</Day>\n                    </Date>\n                    <Location>MARICOPA</Location>\n                    <LocationCode>741</LocationCode>\n                    <Plate>CCC7777</Plate>\n                </Common>\n                <DescriptionList>\n                    <DescriptionItem>\n                        <AdrLargeDescription>FAIL TO OBEY RED LIGHT</AdrLargeDescription>\n                        <AdrSmallDescription>FAIL TO OBEY RED LIGHT</AdrSmallDescription>\n                        <StateDescription>FAILURE TO STOP FOR RED LIGHT</StateDescription>\n                        <StateCode>28-645A3A</StateCode>\n                        <Acd>M14</Acd>\n                        <Avd1>MA14</Avd1>\n                        <Avd2>MA14</Avd2>\n                        <TableKey>AZA0128-645A3A</TableKey>\n                    </DescriptionItem>\n                </DescriptionList>\n                <Violation>\n                    <ActualSpeed>67</ActualSpeed>\n                    <PostedSpeed>40</PostedSpeed>\n                    <Disposition>JUDGEMENT OF GUILTY OR RESP.; SENTENCE IMPOSED</Disposition>\n                    <FineAmount>246.00</FineAmount>\n                </Violation>\n            </EventItem>\n            <EventItem>\n                <Common>\n                    <Subtype>SUSPENSION</Subtype>\n                    <State>\n                        <Abbrev>AZ</Abbrev>\n                        <Full>ARIZONA</Full>\n                    </State>\n                    <Date>\n                        <Year>2019</Year>\n                        <Month>1</Month>\n                        <Day>30</Day>\n                    </Date>\n                </Common>\n                <NoteList>\n                    <NoteItem>\n                        <Note>ACTION COMPLETED</Note>\n                    </NoteItem>\n                </NoteList>\n                <DescriptionList>\n                    <DescriptionItem>\n                        <AdrLargeDescription>SUSPENSION</AdrLargeDescription>\n                        <AdrSmallDescription>SUSPENSION</AdrSmallDescription>\n                        <StateDescription>SUSPENSION</StateDescription>\n                        <Acd>W00</Acd>\n                        <Avd1>DB31</Avd1>\n                        <Avd2>DB31</Avd2>\n                        <TableKey>AZA01SUSPENSION</TableKey>\n                    </DescriptionItem>\n                </DescriptionList>\n                <Action>\n                    <ClearDate>\n                        <Year>2019</Year>\n                        <Month>4</Month>\n                        <Day>30</Day>\n                    </ClearDate>\n                    <MailDate>\n                        <Year>2019</Year>\n                        <Month>1</Month>\n                        <Day>10</Day>\n                    </MailDate>\n                </Action>\n            </EventItem>\n            <EventItem>\n                <Common>\n                    <Subtype>SUSPENSION</Subtype>\n                    <State>\n                        <Abbrev>AZ</Abbrev>\n                        <Full>ARIZONA</Full>\n                    </State>\n                    <Date>\n                        <Year>2019</Year>\n                        <Month>4</Month>\n                        <Day>24</Day>\n                    </Date>\n                </Common>\n                <NoteList>\n                    <NoteItem>\n                        <Note>ACTION COMPLETED</Note>\n                    </NoteItem>\n                </NoteList>\n                <DescriptionList>\n                    <DescriptionItem>\n                        <AdrLargeDescription>SUSPENSION</AdrLargeDescription>\n                        <AdrSmallDescription>SUSPENSION</AdrSmallDescription>\n                        <StateDescription>SUSPENSION</StateDescription>\n                        <Acd>W00</Acd>\n                        <Avd1>DB31</Avd1>\n                        <Avd2>DB31</Avd2>\n                        <TableKey>AZA01SUSPENSION</TableKey>\n                    </DescriptionItem>\n                </DescriptionList>\n                <Action>\n                    <ClearDate>\n                        <Year>2019</Year>\n                        <Month>10</Month>\n                        <Day>24</Day>\n                    </ClearDate>\n                    <MailDate>\n                        <Year>2019</Year>\n                        <Month>4</Month>\n                        <Day>4</Day>\n                    </MailDate>\n                </Action>\n            </EventItem>\n            <EventItem>\n                <Common>\n                    <Subtype>SUSPENSION</Subtype>\n                    <State>\n                        <Abbrev>AZ</Abbrev>\n                        <Full>ARIZONA</Full>\n                    </State>\n                    <Date>\n                        <Year>2019</Year>\n                        <Month>11</Month>\n                        <Day>26</Day>\n                    </Date>\n                </Common>\n                <DescriptionList>\n                    <DescriptionItem>\n                        <AdrLargeDescription>LICENSE SUSPENDED</AdrLargeDescription>\n                        <AdrSmallDescription>LICENSE SUSPENDED</AdrSmallDescription>\n                        <StateDescription>LICENSE SUSPENDED</StateDescription>\n                        <Acd>W00</Acd>\n                        <Avd1>DB31</Avd1>\n                        <Avd2>DB31</Avd2>\n                        <TableKey>AZA01LICENSE SUSPENDED</TableKey>\n                    </DescriptionItem>\n                </DescriptionList>\n                <Action>\n                    <MailDate>\n                        <Year>2019</Year>\n                        <Month>11</Month>\n                        <Day>26</Day>\n                    </MailDate>\n                </Action>\n            </EventItem>\n            <EventItem>\n                <Common>\n                    <Subtype>DEPARTMENTAL</Subtype>\n                    <State>\n                        <Abbrev>AZ</Abbrev>\n                        <Full>ARIZONA</Full>\n                    </State>\n                    <Date>\n                        <Year>2020</Year>\n                        <Month>1</Month>\n                        <Day>28</Day>\n                    </Date>\n                </Common>\n                <DescriptionList>\n                    <DescriptionItem>\n                        <AdrLargeDescription>TSS ASSIGNMENT</AdrLargeDescription>\n                        <AdrSmallDescription>TSS ASSIGNMENT</AdrSmallDescription>\n                        <StateDescription>TSS ASSIGNMENT</StateDescription>\n                        <Acd>-</Acd>\n                        <Avd1>UE08</Avd1>\n                        <Avd2>UE08</Avd2>\n                        <TableKey>AZA01TSS ASSIGNMENT</TableKey>\n                    </DescriptionItem>\n                </DescriptionList>\n                <Action>\n                    <MailDate>\n                        <Year>2020</Year>\n                        <Month>1</Month>\n                        <Day>28</Day>\n                    </MailDate>\n                </Action>\n            </EventItem>\n            <EventItem>\n                <Common>\n                    <Subtype>ACTION TERM</Subtype>\n                    <State>\n                        <Abbrev>AZ</Abbrev>\n                        <Full>ARIZONA</Full>\n                    </State>\n                    <Date>\n                        <Year>2020</Year>\n                        <Month>1</Month>\n                        <Day>28</Day>\n                    </Date>\n                </Common>\n                <DescriptionList>\n                    <DescriptionItem>\n                        <AdrLargeDescription>SUSPENSION SATISFIED</AdrLargeDescription>\n                        <AdrSmallDescription>SUSPENSION SATISFIED</AdrSmallDescription>\n                        <StateDescription>SUSPENSION SATISFIED</StateDescription>\n                        <Acd>-</Acd>\n                        <Avd1>UE08</Avd1>\n                        <Avd2>UE08</Avd2>\n                        <TableKey>AZA01SUSPENSION SATISFIED</TableKey>\n                    </DescriptionItem>\n                </DescriptionList>\n                <Action>\n                    <ClearDate>\n                        <Year>2020</Year>\n                        <Month>3</Month>\n                        <Day>6</Day>\n                    </ClearDate>\n                    <MailDate>\n                        <Year>2020</Year>\n                        <Month>1</Month>\n                        <Day>28</Day>\n                    </MailDate>\n                </Action>\n            </EventItem>\n        </EventList>\n    </DlRecord>\n</Record>"},{"id":"bb444245-e444-4c4d-972c-d8948ae2618e","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/motorvehiclereports/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","motorvehiclereports",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6a202a07-1cee-4998-9cf7-936ddda629b4","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/motorvehiclereports/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","motorvehiclereports",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"cad59b4b-74ef-4607-82da-09a8f3e0d380","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/motorvehiclereports/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","motorvehiclereports",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"726b7ef4-a129-4566-a5e4-10adf4cedf6f","name":"406 Not Acceptable","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/motorvehiclereports/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","motorvehiclereports",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"094c25fc-251f-4e5f-b32f-bc97e1e074fa"}],"id":"dde5ba9f-dee8-4ecb-9c96-9249c00493d4","description":"<p>The <strong>Transactional MVR</strong> service allows customers to purchase on-demand MVRs for pre-hire employment and/or insurance purposes.</p>\n<h4 id=\"workflow\"><strong>Workflow:</strong></h4>\n<ul>\n<li><p><a href=\"https://sambaengineering.postman.co/workspace/Developers-Portal~0139f540-37f5-4d70-bfa6-efb4bb49eee2/folder/23966849-0c460b07-4c7c-4842-8d6c-3fa22b9c00be?active-environment=2dbbb266-57d9-4f7a-b761-6bed9662c6da\"><b>Authentication</b></a>: Obtain a token to gain access</p>\n</li>\n<li><p><strong>Place an Order</strong>: Place an order to get data for the person</p>\n</li>\n<li><p><strong>Check Order Status</strong>: Check whether an order that has been placed has been fulfilled</p>\n</li>\n<li><p><strong>Get a Report</strong>: Get the data ordered</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> <a href=\"https://support.sambasafety.com/data-solutions-capabilities/motor-vehicle-record-mvr-overview\">Transactional MVR API</a> <strong>and/or</strong> <a href=\"https://support.sambasafety.com/en_US/motor-vehicle-records\"><b>Motor Vehicle Reports</b></a> <strong>visit our</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n","_postman_id":"dde5ba9f-dee8-4ecb-9c96-9249c00493d4","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"License Discovery","item":[{"name":"List all Orders","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"2e088e09-1b75-45c3-ba4f-f017e1ee4892"}}],"id":"50ac6cec-10bc-486c-802a-d9f8f2545229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/orders/v1/licensereports/verifydriver?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves list of previouss orders placed for the Service. The request does not include a request body. Upon successful request, the API will respond with a list of previously placed orders, including the current order status.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>page:</code>the page of transactions to review. Default value: <code>1</code></p>\n</li>\n<li><p><code>size:</code>the number of transactions to review on a page. Default value:<code>25</code></p>\n</li>\n<li><p><code>startOrderDate:</code> Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.</p>\n</li>\n<li><p><code>endOrderDate</code> Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>errorMessage</code> (string): An error message attached to the order.</p>\n</li>\n<li><p><code>orderId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>status</code> (string): The enrollment type.</p>\n</li>\n<li><p><code>request</code> (object): The order request object from <a href=\"https://\">Place an Order</a>.</p>\n</li>\n<li><p><code>createdDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><p><code>totalPages</code> (number): The total number of pages.</p>\n</li>\n<li><p><code>totalRecords</code> (number): The total number of records.</p>\n</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["orders","v1","licensereports","verifydriver"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"},{"description":{"content":"<p>Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.</p>\n<p>Pattern: yyyy-MM-dd</p>\n","type":"text/plain"},"key":"startOrderDate","value":"2023-01-01"},{"description":{"content":"<p>Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).</p>\n<p>Pattern: yyyy-MM-dd</p>\n","type":"text/plain"},"key":"endOrderDate","value":"2023-09-15"}],"variable":[]}},"response":[{"id":"9cfa5352-a5f1-4015-88e1-e92be58876a3","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifydriver?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifydriver"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": {\n    \"totalPages\": 1,\n    \"totalRecords\": 1\n  },\n  \"data\": [\n    {\n      \"errorMessage\": null,\n      \"orderId\": \"d5083b3d-b7a1-4aa2-b6a0-55e89457ee57\",\n      \"status\": \"FULFILLED\",\n      \"request\": {\n        \"firstName\": \"John\",\n        \"lastName\": \"Lima\",\n        \"middleName\": \"\",\n        \"customAttributes\": null,\n        \"billCode\": \"Example\",\n        \"billReference\": \"License Discovery\",\n        \"address\": {\n          \"street\": \"190 Hoeger Rest\",\n          \"city\": \"Lindgrenborough\",\n          \"zipCode\": \"80001\",\n          \"state\": \"CA\"\n        },\n        \"birthDate\": \"1999-01-01\",\n        \"licenseState\": \"CA\",\n        \"county\": null,\n        \"agency\": null\n      },\n      \"createdDateTime\": \"2023-07-27T18:43:02.511585Z\"\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://api.sambasafety.io/orders/v1/licensereports/verifydriver?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=1&size=50\",\n    \"first\": \"https://api.sambasafety.io/orders/v1/licensereports/verifydriver?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=1&size=50\",\n    \"next\": \"https://api.sambasafety.io/orders/v1/licensereports/verifydriver?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=2&size=50\",\n    \"last\": \"https://api.sambasafety.io/orders/v1/licensereports/verifydriver?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=2&size=50\"\n  }\n}"},{"id":"e2b39567-e7b0-4770-a11f-0218361163de","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifydriver?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifydriver"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f8a3d707-83b3-4401-a68c-aee454f8c36e","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifydriver?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifydriver"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"50ac6cec-10bc-486c-802a-d9f8f2545229"},{"name":"Place an Order","event":[{"listen":"test","script":{"exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","packages":{},"id":"7a3e7dec-82bc-4c2e-8f0d-984671f9b656"}}],"id":"957f87c9-8a8e-4923-aa8f-2663436738de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"purpose\": \"INSURANCE\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Alpha\",\n  \"birthDate\": \"1980-08-16\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"middleName\": \"\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"height\": 510,\n  \"weight\": 195\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensereports/verifydriver","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint creates a new order for an Foreign <strong>License Discovery Report</strong>, for a single driver.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>purpose</code> (string, required): The purpose of the order. [\"EMPLOYEMENT\", \"INSURANCE\"]</p>\n</li>\n<li><p><code>licenseCategory</code> (string, required): The document's category, <a href=\"https://\">License Category</a>.</p>\n</li>\n<li><p><code>licenseState</code> (string, required): The state jurisdiction issuing the document, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth.</p>\n</li>\n<li><p><code>lastName</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string, required): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string, optional): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>suffix</code> (string, optional): The person's family suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>address</code> (object, optional): An address object containing:</p>\n<ul>\n<li><p><code>street</code> (string): The person's mailing street address.</p>\n</li>\n<li><p><code>city</code> (string): The person's mailing municipality.</p>\n</li>\n<li><p><code>state</code> (string): The person's mailing state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>zipCode</code> (string): The person's mailing postal code.</p>\n</li>\n</ul>\n</li>\n<li><p><code>gender</code> (string, optional): The person's gender, <a href=\"https://\">Gender</a>.</p>\n</li>\n<li><p><code>height</code> (number, optional): The person's height.</p>\n</li>\n<li><p><code>weight</code> (number, optional): The person's weight.</p>\n</li>\n<li><p><code>eyeColor</code> (string, optional): The person's eye-color, <a href=\"https://\">Eye-Color</a>.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>, optional): The document's issue date.</p>\n</li>\n<li><p><code>expiryDate</code> (string, <em>date</em>, optional): The document's expiration dat</p>\n</li>\n<li><p><code>billCode</code> (string, optional): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string, optional): A customer's custom billing reference note.</p>\n</li>\n</ul>\n<h2 id=\"response\"><strong>Response</strong></h2>\n<p>Upon successful request, the API will respond with the a 201 Created containing the order ID.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</li>\n</ul>\n","urlObject":{"path":["orders","v1","licensereports","verifydriver"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e21bbaf9-8885-46f8-8c58-d27c93fbe08a","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n    \"purpose\": \"INSURANCE\",\n    \"licenseNumber\": \"1234567890\",\n    \"licenseState\": \"CA\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"birthDate\": \"1980-08-16\",\n    \"address\": {\n        \"street\": \"495 Grove Street\",\n        \"city\": \"Boulder\",\n        \"state\": \"CO\",\n        \"zipCode\": \"80301\"\n    },\n    \"middleName\": \"Alexander\",\n    \"suffix\": \"\",\n    \"billCode\": \"\",\n    \"billReference\": \"\",\n    \"customFields\": [\n        {\n            \"name\": \"Custom Field\",\n            \"value\": \"Custom Value\"\n        }\n    ],\n    \"licenseCategory\": \"LICENSE\",\n    \"issueDate\": \"1998-08-16\",\n    \"expiryDate\": \"2008-08-16\",\n    \"eyeColor\": \"BLACK\",\n    \"gender\": \"MALE\",\n    \"height\": 510,\n    \"weight\": 195\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensereports/verifydriver"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"a9effbb3-4178-f6e9-08a7-e9520c4620d7\"\n}"},{"id":"48161e00-0819-4555-ad53-a6db7816decd","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"birthDate\": \"1980-08-16\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"height\": 510,\n  \"weight\": 195\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensereports/verifydriver"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"50aba0e6-23ab-4b05-88c2-2b0b4653f7ce","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"birthDate\": \"1980-08-16\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"height\": 510,\n  \"weight\": 195\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensereports/verifydriver"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9ba41402-4526-4484-9175-3220c9ba10a9","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"birthDate\": \"1980-08-16\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"height\": 510,\n  \"weight\": 195\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensereports/verifydriver"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"3ab930a0-0342-4c1b-be35-f549fdc29bd0","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"birthDate\": \"1980-08-16\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"height\": 510,\n  \"weight\": 195\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensereports/verifydriver"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Formats for field(s) '<field names>' are invalid\"\n}"},{"id":"8788b130-2f76-42c5-b1c0-4cf73c076db0","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"birthDate\": \"1980-08-16\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"height\": 510,\n  \"weight\": 195\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/licensereports/verifydriver"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"E01\",\n  \"message\": \"Driver data is invalid, please fix and try again. '<field names>' invalid\"\n}"}],"_postman_id":"957f87c9-8a8e-4923-aa8f-2663436738de"},{"name":"Check Order Status","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"reportId\", pm.response.json().links[0].id);","});"],"type":"text/javascript","id":"0e2b6d78-9139-4fc0-96c4-b81ab81c4585"}}],"id":"1eb3d668-a31b-477e-96e1-3e9952f54fe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/orders/v1/licensereports/verifydriver/:orderId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves summary information for the corresponding order ID. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><strong><code>orderId</code></strong> the unique identifer for the order.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with details for the corresponding order. Contains the orderStatus and a links reference to the report, when completed.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>orderId</code> (string, uuid): The order's unique identifier.</p>\n</li>\n<li><p><code>orderStatus</code> (string): The status of the order.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n<li><p><code>orderCompletedDateTime</code> (string, datetime): The timestamp of the order was completed.</p>\n</li>\n<li><p><code>controlNumber</code> (string): A SambaSafety identifier for the order.</p>\n</li>\n<li><p><code>links</code> (object): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"receive-order-completion-notification\">Receive Order Completion Notification</h2>\n<p>If you have subscribed to the webhook when the order has been successfully \"fulfilled\", the CallbackURL will be invoked with a <strong>\"POST\"</strong> and a body containing a url link to the report, and the report uuid.</p>\n<p>If an error occurs, the response will have an “error\" event type, with a description of the error.</p>\n<ul>\n<li><p><code>licensediscovery.received</code></p>\n</li>\n<li><p><code>licensediscovery.error</code></p>\n</li>\n</ul>\n<h1 id=\"vndsambasafetylicensediscoveryreceivedjson\">vnd.sambasafety.licensediscovery.received+json</h1>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>orderDate</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>productOrdered</code> (string): The product ordered (subType).</p>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.-</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n","urlObject":{"path":["orders","v1","licensereports","verifydriver",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"bc1818a4-8c6f-4da3-a3f8-6c7431bf76e2","description":{"content":"<p>(Required) The order's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderId"}]}},"response":[{"id":"a9431d82-021d-4f73-930f-20a6076d7d4b","name":"200 OK: Status: Fulfilled","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifydriver/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifydriver",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"a8dcbb7a-f936-45fd-9bf9-abb21bc873e6\",\n  \"orderStatus\": \"FULFILLED\",\n  \"controlNumber\": \"07VREA\",\n  \"orderDateTime\": \"2023-12-04T20:25:31.768038Z\",\n  \"orderCompletedDateTime\": \"2023-12-04T20:25:33.190870Z\",\n  \"links\": [\n    {\n      \"rel\": \"licensereports\",\n      \"href\": \"/reports/v1/licensereports/verifydriver/1a0fe1cc-6c6c-4fae-b809-2d48e29ed646\",\n      \"type\": \"GET\",\n      \"id\": \"1a0fe1cc-6c6c-4fae-b809-2d48e29ed646\"\n    }\n  ]\n}"},{"id":"7f16353f-00fd-4008-b394-8c5b726b70ab","name":"200 OK: Status: Pending","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifydriver/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifydriver",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"PENDING\",\n  \"controlNumber\": null,\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": null,\n  \"links\": []\n}"},{"id":"2ca61e45-598b-47d8-8b52-a2c84b3fb28d","name":"200 OK: Status: Error","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifydriver/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifydriver",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"ERROR\",\n  \"controlNumber\": \"07NXIP\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": \"2023-09-06T04:19:12.655926Z\",\n  \"links\": []\n}"},{"id":"19cd35ad-7e51-4273-aeef-e942948271a9","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifydriver/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifydriver",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0850a362-90ac-41eb-9c85-f0d11a055c0b","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifydriver/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifydriver",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"67d0e212-3aa8-4ff7-bae0-050f051f0d8d","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/licensereports/verifydriver/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","licensereports","verifydriver",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1eb3d668-a31b-477e-96e1-3e9952f54fe5"},{"name":"Get a Report","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/vnd.sambasafety.json;version=2.0.4\");","});"],"type":"text/javascript","id":"24422f3f-dc16-4f70-8acc-7753cb6825cc"}}],"id":"a14582cd-5990-404b-9553-9008e7ebb92b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"}],"url":"{{baseUrl}}/reports/v1/licensereports/verifydriver/:reportId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves License Discovery Report for the corresponding Report ID.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: [Document Version]</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<p><strong>Available Versions:</strong></p>\n<ul>\n<li><p><strong>application/vnd.sambasafety.json;version=2.0.4</strong></p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.3</p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.2</p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.0</p>\n</li>\n<li><p>application/vnd.sambasafety.html</p>\n</li>\n<li><p>application/vnd.sambasafety.pdf ( Base64 Encoded String )</p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>reportId</code>: the unique identifer for the License Discovery Report.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with the License Discovery Report for the <code>reportId</code> and report <code>version</code> requested.</p>\n<h3 id=\"applicationvndsambasafetyjsonversion204\">application/vnd.sambasafety.json;version=2.0.4</h3>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>Record</code></p>\n<ul>\n<li><p><code>DlRecord</code></p>\n<ul>\n<li><p><code>Criteria</code>(object): Contains parameters sent with the request.</p>\n<ul>\n<li><p><code>OrderDate</code>(object): Contains the date parameters of when the order was placed.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>OrderTime</code>(object): Contains the time parameters of when the order was placed.</p>\n<ul>\n<li><p><code>Hour</code>(string): The time's hour component [0-23].</p>\n</li>\n<li><p><code>Minute</code>(string): The time's minute component [0-59].</p>\n</li>\n<li><p><code>Second</code>(string): The time's second component [0-59].</p>\n</li>\n</ul>\n</li>\n<li><p><code>AccountID</code>(string): The account the order was placed under.</p>\n</li>\n<li><p><code>UserID</code>(string): The account user who placed the order.</p>\n</li>\n<li><p><code>Routing</code>(string): An internal system routing id.</p>\n</li>\n<li><p><code>TrackingNumber</code>(string): An internal system tracking number.</p>\n</li>\n<li><p><code>Host</code>(string): The internal service identifier.</p>\n</li>\n<li><p><code>ProductID</code>(string): The internal product code for the order.</p>\n</li>\n<li><p><code>State</code>(object): The license state provided in the request.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Subtype</code>(string): A code indicating a product subtype.</p>\n</li>\n<li><p><code>SubtypeFull</code>(string): The full name for the product subtype.</p>\n</li>\n<li><p><code>FirstName</code>(string): The first name provided in the request.</p>\n</li>\n<li><p><code>LastName</code>(string): The last name provided in the request.</p>\n</li>\n<li><p><code>BirthDate</code>(string): The birth date provided in the request.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>OrderLookBackEndDate</code>(string): The look back date determined from the request.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>Result</code>(object): Contains the results of the order.</p>\n<ul>\n<li><p><code>Control</code>(string): An internal control number for the order.</p>\n</li>\n<li><p><code>Valid</code>(string): A [Y,N] indicator that the order was valid.</p>\n</li>\n<li><p><code>ErrorCode</code>(string): A code for associated with an error.</p>\n</li>\n<li><p><code>ErrorDescription</code>(string): A message describing the result.</p>\n</li>\n<li><p><code>ReturnedDate</code>(object): Contains the date parameters of when the order was returned.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ReturnTime</code>(object): Contains the time parameters of when the order was returned.</p>\n<ul>\n<li><p><code>Hour</code>(string): The time's hour component [0-23].</p>\n</li>\n<li><p><code>Minute</code>(string): The time's minute component [0-59].</p>\n</li>\n<li><p><code>Second</code>(string): The time's second component [0-59].</p>\n</li>\n</ul>\n</li>\n<li><p><code>ReportPeriod</code>(string): A description of the report period.</p>\n</li>\n<li><p><code>CompanyClass</code>(string): A company class code used for custom scoring.</p>\n</li>\n<li><p><code>CompanyScore</code>(string): A company score assigned for custom scoring.</p>\n</li>\n<li><p><code>IsClear</code>(string): A [Y, N] clear indicator.</p>\n</li>\n<li><p><code>IsFromArchive</code>(string): A [Y, N] vault record indicator.</p>\n</li>\n<li><p><code>InvoicePath</code>(string): The invoice path.</p>\n</li>\n<li><p><code>ResultCode</code>(string): A code for the result.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Driver</code>(object): An object representing the driver.</p>\n<ul>\n<li><p><code>FirstName</code>(string): The first name of the driver.</p>\n</li>\n<li><p><code>MiddleName</code>(string): The middle name of the driver.</p>\n</li>\n<li><p><code>LastName</code>(string): The last name of the driver.</p>\n</li>\n<li><p><code>SuffixName</code>(string): The suffix name of the driver.</p>\n</li>\n<li><p><code>BirthDate</code>(object): Contains the date parameters for the birth date of the driver.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Age</code>(string): The age of the driver.</p>\n</li>\n<li><p><code>EyeColor</code>(string): The eye color of the driver.</p>\n</li>\n<li><p><code>HairColor</code>(string): The hair color of the driver.</p>\n</li>\n<li><p><code>Weight</code>(string): The weight of the driver.</p>\n</li>\n<li><p><code>Height</code>(string): The height of the driver.</p>\n</li>\n<li><p><code>Gender</code>(string): The gender of the driver.</p>\n</li>\n<li><p><code>Deceased</code>(string): A [Y,N] indicator if the driver is deceased.</p>\n</li>\n<li><p><code>AddressList</code>(array): An array representing addresses.</p>\n<ul>\n<li><p><code>Street</code>(string): The street address.</p>\n</li>\n<li><p><code>City</code>(string): The city where the address is located.</p>\n</li>\n<li><p><code>State</code>(string): The state where the address is located.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Zip</code>(string): The postal code for the address.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ConfidenceMatch</code>(string): The confidence score of the discovered driver.</p>\n</li>\n<li><p><code>LicenseNumber</code> (string) The discovered license number.</p>\n</li>\n</ul>\n</li>\n<li><p><code>LicenseHistoryList</code>(array): A report object that contains a drivers historic licenses.</p>\n<ul>\n<li><p><code>Type</code>(string): Type of license, for example personal, commercial, identification.</p>\n</li>\n<li><p><code>ClassDescription</code>(string): Detailed license class description type.</p>\n</li>\n<li><p><code>ClassCode</code>(string): The state's license class code.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the license was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the license will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>StatusList</code>(array): A response element contains information on the status of the license.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license status name.</p>\n</li>\n<li><p><code>Explanation</code>(string): Additional status information from the state.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["reports","v1","licensereports","verifydriver",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"7edd9f89-8e68-4398-adcd-95747cc06a57","description":{"content":"<p>(Required) A report's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"reportId"}]}},"response":[{"id":"112a94e0-39bd-42ad-837d-7e7e52b1b8d3","name":"200 OK: Confidence Match 100%","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensereports/verifydriver/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","licensereports","verifydriver",":reportId"],"variable":[{"key":"reportId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/vnd.sambasafety.json;version=2.0.4"}],"cookie":[],"responseTime":null,"body":"{\n  \"Record\": {\n    \"DlRecord\": {\n      \"Criteria\": {\n        \"OrderDate\": {\n          \"Year\": 2023,\n          \"Month\": 7,\n          \"Day\": 27,\n          \"Full\": \"2023-07-27\",\n          \"Ticks\": 1690416000000\n        },\n        \"OrderTime\": {\n          \"Hour\": \"15\",\n          \"Minute\": \"10\",\n          \"Second\": \"0\"\n        },\n        \"AccountID\": \"K1619\",\n        \"UserID\": \"K161937\",\n        \"Routing\": \"LILO\",\n        \"Reference\": \"LICENSE DISCOVERY\",\n        \"TrackingNumber\": \"000000\",\n        \"BillCode\": \"EXAMPLE\",\n        \"Host\": \"OL\",\n        \"ProductID\": \"DV\",\n        \"State\": {\n          \"Abbrev\": \"TX\",\n          \"Full\": \"TEXAS\"\n        },\n        \"Subtype\": \"ST\",\n        \"SubtypeFull\": \"FOREIGN DRIVER LICENSE\",\n        \"FirstName\": \"JANE\",\n        \"LastName\": \"INDIA\",\n        \"BirthDate\": {\n          \"Year\": 1999,\n          \"Month\": 1,\n          \"Day\": 1,\n          \"Full\": \"1999-01-01\",\n          \"Ticks\": 915148800000\n        },\n        \"OrderLookBackEndDate\": {\n          \"Year\": 2021,\n          \"Month\": 1,\n          \"Day\": 8,\n          \"Full\": \"2021-01-08\",\n          \"Ticks\": 1610064000000\n        }\n      },\n      \"Result\": {\n        \"Control\": \"07K9O7\",\n        \"Valid\": \"Y\",\n        \"ReturnedDate\": {\n          \"Year\": 2023,\n          \"Month\": 7,\n          \"Day\": 27,\n          \"Full\": \"2023-07-27\",\n          \"Ticks\": 1690416000000\n        },\n        \"ReturnedTime\": {\n          \"Hour\": \"15\",\n          \"Minute\": \"10\",\n          \"Second\": \"0\"\n        },\n        \"IsClear\": \"Y\",\n        \"IsFromArchive\": \"Y\",\n        \"InvoicePath\": \"FDL THRESHOLD\"\n      },\n      \"Driver\": {\n        \"FirstName\": \"JANE\",\n        \"LastName\": \"INIDA\",\n        \"ConfidenceMatch\": \"100\",\n        \"LicenseNumber\": \"6667012300\"\n      },\n      \"CurrentLicense\": {\n        \"Identification\": {\n          \"Type\": \"IDENTIFICATION\",\n          \"ExpirationDate\": {\n            \"Year\": 2019,\n            \"Month\": 5,\n            \"Day\": 31,\n            \"Full\": \"2019-05-31\",\n            \"Ticks\": 1559260800000\n          },\n          \"StatusList\": [\n            {\n              \"Name\": \"EXPIRED\"\n            }\n          ]\n        },\n        \"Number\": \"6667012300\",\n        \"ExactOriginalIssueDate\": {\n          \"Year\": 2012,\n          \"Month\": 9,\n          \"Day\": 12,\n          \"Full\": \"2012-09-12\",\n          \"Ticks\": 1347408000000\n        }\n      },\n      \"MessageList\": [\n        [\n          {\n            \"Line\": \"THIS TYPE OF RECORD WILL NOT REFLECT COMPLETION OF A DRIVING\"\n          },\n          {\n            \"Line\": \"SAFETY COURSE.\"\n          }\n        ],\n        [\n          {\n            \"Line\": \"THIS RECORD REFLECTS CONVICTIONS AND CRASH INVOLVEMENTS THAT\"\n          },\n          {\n            \"Line\": \"ARE ALLOWED TO BE DISPLAYED BY LAW.\"\n          }\n        ]\n      ]\n    }\n  }\n}"},{"id":"c5606428-f17d-430a-83f6-f9c83ebb87bb","name":"200 OK: Confidence Match 70%","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api-demo.sambasafety.io/reports/v1/licensereports/verifydriver/:reportId","protocol":"https","host":["api-demo","sambasafety","io"],"path":["reports","v1","licensereports","verifydriver",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                \"OrderDate\": {\n                    \"Year\": 2023,\n                    \"Month\": 7,\n                    \"Day\": 27,\n                    \"Full\": \"2023-07-27\",\n                    \"Ticks\": 1690416000000\n                },\n                \"OrderTime\": {\n                    \"Hour\": \"15\",\n                    \"Minute\": \"57\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"K1619\",\n                \"UserID\": \"K161937\",\n                \"Routing\": \"LILO\",\n                \"Reference\": \"LICENSE DISCOVERY\",\n                \"TrackingNumber\": \"000000\",\n                \"BillCode\": \"EXAMPLE\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"DV\",\n                \"State\": {\n                    \"Abbrev\": \"TX\",\n                    \"Full\": \"TEXAS\"\n                },\n                \"Subtype\": \"ST\",\n                \"SubtypeFull\": \"FOREIGN DRIVER LICENSE\",\n                \"FirstName\": \"JANE\",\n                \"LastName\": \"ZULU\",\n                \"BirthDate\": {\n                    \"Year\": 1999,\n                    \"Month\": 1,\n                    \"Day\": 1,\n                    \"Full\": \"1999-01-01\",\n                    \"Ticks\": 915148800000\n                }\n            },\n            \"Result\": {\n                \"Control\": \"07KAUJ\",\n                \"Valid\": \"Y\",\n                \"ReturnedDate\": {\n                    \"Year\": 2023,\n                    \"Month\": 7,\n                    \"Day\": 27,\n                    \"Full\": \"2023-07-27\",\n                    \"Ticks\": 1690416000000\n                },\n                \"ReturnedTime\": {\n                    \"Hour\": \"15\",\n                    \"Minute\": \"57\",\n                    \"Second\": \"0\"\n                },\n                \"IsFromArchive\": \"Y\"\n            },\n            \"Driver\": {\n                \"FirstName\": \"JANE\",\n                \"LastName\": \"ZULU\",\n                \"ConfidenceMatch\": \"70\",\n                \"LicenseNumber\": \"111657813\",\n                \"AddressList\": [\n                    {\n                        \"State\": {\n                            \"Abbrev\": \"TX\",\n                            \"Full\": \"TEXAS\"\n                        }\n                    }\n                ]\n            },\n            \"LicenseHistoryList\": [\n                {}\n            ]\n        }\n    }\n}"},{"id":"c6deb526-ae01-4615-9d62-4de58fb578a6","name":"200 OK: Confidence Match FAIL","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer","type":"text"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensereports/verifydriver/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","licensereports","verifydriver",":reportId"],"variable":[{"key":"reportId","value":"","description":"(Required) A report's unique identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                \"OrderDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 6,\n                    \"Day\": 20,\n                    \"Full\": \"2024-06-20\",\n                    \"Ticks\": 1718841600000\n                },\n                \"OrderTime\": {\n                    \"Hour\": \"2\",\n                    \"Minute\": \"0\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"E2791\",\n                \"UserID\": \"E279121\",\n                \"Routing\": \"LILO\",\n                \"Reference\": \"STRING\",\n                \"TrackingNumber\": \"000000\",\n                \"BillCode\": \"STRING\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"DV\",\n                \"State\": {\n                    \"Abbrev\": \"CA\",\n                    \"Full\": \"CALIFORNIA\"\n                },\n                \"Subtype\": \"ST\",\n                \"SubtypeFull\": \"FOREIGN DRIVER LICENSE\",\n                \"FirstName\": \"GINA DEL S\",\n                \"LastName\": \"PENA VASQUEZ\",\n                \"BirthDate\": {\n                    \"Year\": 1969,\n                    \"Month\": 12,\n                    \"Day\": 31,\n                    \"Full\": \"1964-03-22\",\n                    \"Ticks\": 1718841600000\n                }\n            },\n            \"Result\": {\n                \"Control\": \"HI0025\",\n                \"Valid\": \"N\",\n                \"ErrorCode\": \"A2\",\n                \"ErrorDescription\": \"DRIVER NOT FOUND\",\n                \"ReturnedDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 6,\n                    \"Day\": 20,\n                    \"Full\": \"2024-06-20\",\n                    \"Ticks\": 1718841600000\n                },\n                \"ReturnedTime\": {\n                    \"Hour\": \"2\",\n                    \"Minute\": \"0\",\n                    \"Second\": \"0\"\n                },\n                \"ReklamiErrorCode\": \"MV\"\n            }\n        }\n    }\n}"},{"id":"84c427f9-d072-444b-aba3-d017ff7dadff","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensereports/verifydriver/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","licensereports","verifydriver",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ba47ce76-5f6a-4ac7-bdfe-7953ec87561a","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensereports/verifydriver/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","licensereports","verifydriver",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"008fd96d-0485-4c65-b2b9-c5f2e21cea8a","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensereports/verifydriver/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","licensereports","verifydriver",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"46de982c-e820-476d-833f-35defbf5ac11","name":"406 Not Acceptable","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/licensereports/verifydriver/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","licensereports","verifydriver",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a14582cd-5990-404b-9553-9008e7ebb92b"}],"id":"fbbf3bc9-1e0f-40aa-869b-51f024276bb4","description":"<p>The foreign <strong>License Discovery</strong> service allows a customer to verify if a driver has ever had a US license. The primary use case is for insurers to limit premium leakage and risk exposure by confirming if a foreign driver has ever held a US license.</p>\n<p><strong>CA</strong> and <strong>TX</strong> are the only states that support this product as these states see high numbers of foreign drivers that claim to not have US drivers licenses.</p>\n<h4 id=\"how-it-works\"><strong>How it Works</strong></h4>\n<ul>\n<li><p><a href=\"https://sambaengineering.postman.co/workspace/Developers-Portal~0139f540-37f5-4d70-bfa6-efb4bb49eee2/folder/23966849-0c460b07-4c7c-4842-8d6c-3fa22b9c00be?active-environment=2dbbb266-57d9-4f7a-b761-6bed9662c6da\"><b>Authentication</b></a>: Obtain a token to gain access</p>\n</li>\n<li><p><strong>Place an Order</strong>: Place an order to get data for the person</p>\n</li>\n<li><p><strong>Check Order Status</strong>: Check whether an order that has been placed has been fulfilled</p>\n</li>\n<li><p><strong>Get a Report</strong>: Get the data ordered</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> <a href=\"https://support.sambasafety.com/en_US/foreign-drivers-license-license-discovery/foreign-drivers-license-overview\"><b>License Discovery</b></a> <strong>visit our</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n","_postman_id":"fbbf3bc9-1e0f-40aa-869b-51f024276bb4","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"Activity Indicator v1","item":[{"name":"List all Orders","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"2f5e2fc8-22c8-4dff-b221-7a7b971baf7a"}}],"id":"d1103a48-39fd-4135-801d-4cf6a89943d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/orders/v1/activityreports/indicator?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves list of previouss orders placed for the Service. The request does not include a request body. Upon successful request, the API will respond with a list of previously placed orders, including the current order status.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>page:</code>the page of transactions to review. Default value: <code>1</code></p>\n</li>\n<li><p><code>size:</code>the number of transactions to review on a page. Default value:<code>25</code></p>\n</li>\n<li><p><code>startOrderDate:</code> Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.</p>\n</li>\n<li><p><code>endOrderDate</code> Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>errorMessage</code> (string): An error message attached to the order.</p>\n</li>\n<li><p><code>orderId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>status</code> (string): The enrollment type.</p>\n</li>\n<li><p><code>request</code> (object): The order request object from <a href=\"https://\">Place an Order</a>.</p>\n</li>\n<li><p><code>createdDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><p><code>totalPages</code> (number): The total number of pages.</p>\n</li>\n<li><p><code>totalRecords</code> (number): The total number of records.</p>\n</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["orders","v1","activityreports","indicator"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"},{"description":{"content":"<p>Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.</p>\n<p>Pattern: yyyy-MM-dd</p>\n","type":"text/plain"},"key":"startOrderDate","value":"2023-01-01"},{"description":{"content":"<p>Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).</p>\n<p>Pattern: yyyy-MM-dd</p>\n","type":"text/plain"},"key":"endOrderDate","value":"2023-09-15"}],"variable":[]}},"response":[{"id":"8fc6c263-c12a-4887-b839-fd2a0c6d6c25","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/indicator?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","indicator"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": {\n    \"totalPages\": 1,\n    \"totalRecords\": 1\n  },\n  \"data\": [\n    {\n      \"message\": null,\n      \"orderId\": \"40d6541e-9540-4c2f-974c-d1cf4c69c2d9\",\n      \"status\": \"FULFILLED\",\n      \"requestType\": \"standard\",\n      \"request\": {\n        \"birthDate\": \"1980-01-01\",\n        \"firstName\": \"Janice\",\n        \"lastName\": \"Leannon\",\n        \"licenseNumber\": \"K2120304\",\n        \"middleName\": \"\",\n        \"customFields\": [],\n        \"licenseCategory\": \"License\",\n        \"issueDate\": \"2020-01-01\",\n        \"expiryDate\": \"2026-01-01\",\n        \"gender\": \"MALE\",\n        \"height\": 510,\n        \"weight\": 195,\n        \"options\": [],\n        \"billCode\": \"EXAMPLE\",\n        \"billReference\": \"ACTIVITY INDICATOR STANDARD\",\n        \"suffix\": \"\",\n        \"purpose\": null,\n        \"eyeColor\": \"BLUE\",\n        \"address\": {\n          \"street\": \"36467 Davis Wall\",\n          \"city\": \"South Velva\",\n          \"zipCode\": \"12345\",\n          \"state\": \"CA\"\n        },\n        \"licenseState\": \"CA\"\n      },\n      \"orderDateTime\": \"2023-07-11T01:30:24.389950Z\"\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://api.sambasafety.io/orders/v1/activityreports/indicator?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=1&size=50\",\n    \"first\": \"https://api.sambasafety.io/orders/v1/activityreports/indicator?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=1&size=50\",\n    \"next\": \"https://api.sambasafety.io/orders/v1/activityreports/indicator?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=2&size=50\",\n    \"last\": \"https://api.sambasafety.io/orders/v1/activityreports/indicator?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=2&size=50\"\n  }\n}"},{"id":"150137e7-d1e1-4dff-8b65-88fc8ced594d","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/indicator?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","indicator"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"de7bba17-0be4-400d-8c66-34919c7e192b","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/indicator?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","indicator"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"d1103a48-39fd-4135-801d-4cf6a89943d5"},{"name":"Place an Order for a Quote","event":[{"listen":"test","script":{"exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","id":"586deaef-8c6e-4488-95ea-15906785f2c7"}}],"id":"9eaeb789-7b5f-4d39-a570-1f1028709e05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/indicatorquote","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint creates a new order for an <strong>Activity Indicator Report</strong>, using the SambaSafety Quote feature.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>purpose</code> (string, required): The purpose of the order. [\"EMPLOYMENT\", \"INSURANCE\"]</p>\n</li>\n<li><p><code>licenseCategory</code> (string, required): The document's category, <a href=\"https://\">License Category</a>.</p>\n</li>\n<li><p><code>licenseState</code> (string, required): The state jurisdiction issuing the document, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>licenseNumber</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth.</p>\n</li>\n<li><p><code>lastName</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string, required): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string, optional): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>suffix</code> (string, optional): The person's family suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>address</code> (object, optional): An address object containing:</p>\n<ul>\n<li><p><code>street</code> (string): The person's mailing street address.</p>\n</li>\n<li><p><code>city</code> (string): The person's mailing municipality.</p>\n</li>\n<li><p><code>state</code> (string): The person's mailing state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>zipCode</code> (string): The person's mailing postal code.</p>\n</li>\n</ul>\n</li>\n<li><p><code>gender</code> (string, optional): The person's gender, <a href=\"https://\">Gender</a>.</p>\n</li>\n<li><p><code>height</code> (number, optional): The person's height.</p>\n</li>\n<li><p><code>weight</code> (number, optional): The person's weight.</p>\n</li>\n<li><p><code>eyeColor</code> (string, optional): The person's eye-color, <a href=\"https://\">Eye-Color</a>.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>, optional): The document's issue date.</p>\n</li>\n<li><p><code>expiryDate</code> (string, <em>date</em>, optional): The document's expiration date.</p>\n</li>\n<li><p><code>options</code> (Array[string], optional): A list of bundled options. i.e. \"LICENSE_VALIDATION\"</p>\n</li>\n<li><p><code>customFields</code> (Array[object], optional): A customer's custom fields.</p>\n</li>\n<li><p><code>billCode</code> (string, optional): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string, optional): A customer's custom billing reference note.</p>\n</li>\n<li><p><code>activityDuration</code> (number, optional): The number of months of activity.</p>\n</li>\n</ul>\n<h2 id=\"response\"><strong>Response</strong></h2>\n<p>Upon successful request, the API will respond with the a 201 Created containing the order ID.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</li>\n</ul>\n","urlObject":{"path":["orders","v1","activityreports","indicatorquote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9a1b2c63-a128-4c7d-9a81-3a4db1fcd611","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/indicatorquote"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"a9effbb3-4178-f6e9-08a7-e9520c4620d7\"\n}"},{"id":"7280527d-4f44-414d-ad7d-06ff287ff21e","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/indicatorquote"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9f6b3150-d6db-410c-b503-7ef449b0e012","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/indicatorquote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1b932278-dad1-47b4-a56d-50a95f1040b1","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/indicatorquote"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"59c94bf4-fc2b-4af0-9f07-1ef697af793c","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/indicatorquote"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Formats for field(s) '<field names>' are invalid\"\n}"},{"id":"4e747f13-efb4-418d-8438-cf0c979aff9c","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/indicatorquote"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"E01\",\n  \"message\": \"Driver data is invalid, please fix and try again. '<field names>' invalid\"\n}"}],"_postman_id":"9eaeb789-7b5f-4d39-a570-1f1028709e05"},{"name":"Place an Order","event":[{"listen":"test","script":{"exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","id":"48829df0-ed82-4185-b2ce-92d9ccaeb29c"}}],"id":"a7c0fd08-47a7-4a4f-b4e6-d0baff9338a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"S20180511005\",\n  \"licenseState\": \"IL\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/indicator","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint creates a new order for an <strong>Activity Indicator Report</strong>, for a single driver.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>purpose</code> (string, required): The purpose of the order. [\"EMPLOYMENT\", \"INSURANCE\"]</p>\n</li>\n<li><p><code>licenseCategory</code> (string, required): The document's category, <a href=\"https://\">License Category</a>.</p>\n</li>\n<li><p><code>licenseState</code> (string, required): The state jurisdiction issuing the document, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>licenseNumber</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth.</p>\n</li>\n<li><p><code>lastName</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string, required): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string, optional): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>suffix</code> (string, optional): The person's family suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>address</code> (object, optional): An address object containing:</p>\n<ul>\n<li><p><code>street</code> (string): The person's mailing street address.</p>\n</li>\n<li><p><code>city</code> (string): The person's mailing municipality.</p>\n</li>\n<li><p><code>state</code> (string): The person's mailing state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>zipCode</code> (string): The person's mailing postal code.</p>\n</li>\n</ul>\n</li>\n<li><p><code>gender</code> (string, optional): The person's gender, <a href=\"https://\">Gender</a>.</p>\n</li>\n<li><p><code>height</code> (number, optional): The person's height.</p>\n</li>\n<li><p><code>weight</code> (number, optional): The person's weight.</p>\n</li>\n<li><p><code>eyeColor</code> (string, optional): The person's eye-color, <a href=\"https://\">Eye-Color</a>.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>, optional): The document's issue date.</p>\n</li>\n<li><p><code>expiryDate</code> (string, <em>date</em>, optional): The document's expiration date.</p>\n</li>\n<li><p><code>options</code> (Array[string], optional): A list of bundled options. i.e. \"LICENSE_VALIDATION\"</p>\n</li>\n<li><p><code>customFields</code> (Array[object], optional): A customer's custom fields.</p>\n</li>\n<li><p><code>billCode</code> (string, optional): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string, optional): A customer's custom billing reference note.</p>\n</li>\n<li><p><code>vaultAge</code> (number, optional): Integer value for vault age in days.<br />  <strong>Values accepted:</strong></p>\n<ul>\n<li><p>0 = no vault allowed</p>\n</li>\n<li><p>1-1095 = days</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\"><strong>Response</strong></h2>\n<p>Upon successful request, the API will respond with the a 201 Created containing the order ID.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</li>\n</ul>\n","urlObject":{"path":["orders","v1","activityreports","indicator"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"452ab89b-65c9-4739-bfd6-773f3ae3aeef","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/indicator"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"a9effbb3-4178-f6e9-08a7-e9520c4620d7\"\n}"},{"id":"3f52d854-556e-48be-88e1-e7d072fc8444","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/indicator"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"7701a2dc-39d5-4895-9f9e-c8256c9e08a0","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/indicator"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"d4f0c882-bcbb-4dce-827a-ce55744033ba","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/indicator"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"f9345af2-16c3-42ea-8daa-367ad2a8d791","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/indicator"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Formats for field(s) '<field names>' are invalid\"\n}"},{"id":"dd7ffb94-a6f3-4e4c-99ba-e561155878e5","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/indicator"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"E01\",\n  \"message\": \"Driver data is invalid, please fix and try again. '<field names>' invalid\"\n}"}],"_postman_id":"a7c0fd08-47a7-4a4f-b4e6-d0baff9338a3"},{"name":"Check Order Status","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"reportId\", pm.response.json().links[0].id);","});"],"type":"text/javascript","id":"310b7616-cd34-454e-b6d0-b6f074153b66"}}],"id":"2f5eb573-42a3-41d9-97d9-5c3f9d987fda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/orders/v1/activityreports/indicator/:orderId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves summary information for the corresponding order ID. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><strong><code>orderId</code></strong> the unique identifer for the order.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with details for the corresponding order. Contains the orderStatus and a links reference to the report, when completed.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>orderId</code> (string, uuid): The order's unique identifier.</p>\n</li>\n<li><p><code>orderStatus</code> (string): The status of the order.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n<li><p><code>orderCompletedDateTime</code> (string, datetime): The timestamp of the order was completed.</p>\n</li>\n<li><p><code>controlNumber</code> (string): A SambaSafety identifier for the order.</p>\n</li>\n<li><p><code>links</code> (object): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"receive-order-completion-notification\">Receive Order Completion Notification</h2>\n<p>If you have subscribed to the webhook when the order has been successfully \"fulfilled\", the CallbackURL will be invoked with a <strong>\"POST\"</strong> and a body containing a url link to the report, and the report uuid.</p>\n<p>If an error occurs, the response will have an “error\" event type, with a description of the error.</p>\n<ul>\n<li><p><code>activityindicator.received</code></p>\n</li>\n<li><p><code>activityindicator.error</code></p>\n</li>\n</ul>\n<h1 id=\"vndsambasafetyactivityindicatorreceivedjson\">vnd.sambasafety.activityindicator.received+json</h1>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>orderDate</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>productOrdered</code> (string): The product ordered (subType).</p>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.-</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n","urlObject":{"path":["orders","v1","activityreports","indicator",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"0b18836a-64bb-4901-9492-10b9e94586de","description":{"content":"<p>(Required) The order's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderId"}]}},"response":[{"id":"5e537cb9-47ec-49ab-a1a5-963fe8f4279b","name":"200 OK: Status: Fulfilled","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/indicator/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","indicator",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"FULFILLED\",\n  \"controlNumber\": \"07NXIP\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": \"2023-09-06T04:19:12.655926Z\",\n  \"links\": [\n    {\n      \"rel\": \"activityreports\",\n      \"href\": \"/reports/v1/activityreports/indicator/0aaed7b3-904f-48bc-93aa-6237f87986f5\",\n      \"type\": \"GET\",\n      \"id\": \"0aaed7b3-904f-48bc-93aa-6237f87986f5\"\n    }\n  ]\n}"},{"id":"6ab3ba57-855e-49cd-b14e-2062ef93b525","name":"200 OK: Status: Pending","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/indicator/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","indicator",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"PENDING\",\n  \"controlNumber\": null,\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": null,\n  \"links\": []\n}"},{"id":"e24682b9-cd2f-452f-b130-1f1f9d4cca43","name":"200 OK: Status: Error","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/indicator/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","indicator",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"ERROR\",\n  \"controlNumber\": \"07NXIP\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": \"2023-09-06T04:19:12.655926Z\",\n  \"links\": [\n    {\n      \"rel\": \"activityreports\",\n      \"href\": \"/reports/v1/activityreports/indicator/0aaed7b3-904f-48bc-93aa-6237f87986f5\",\n      \"type\": \"GET\",\n      \"id\": \"0aaed7b3-904f-48bc-93aa-6237f87986f5\"\n    }\n  ]\n}"},{"id":"702d0b52-2855-4572-9eed-03ed8c2dc915","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/indicator/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","indicator",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"20e8a5ba-175b-4072-aab8-fd8db3fc0673","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/indicator/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","indicator",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"87d7e9c5-d720-45d5-af8b-3f651a2707e9","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/indicator/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","indicator",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f5eb573-42a3-41d9-97d9-5c3f9d987fda"},{"name":"Get a Report","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/vnd.sambasafety.json;version=2.0.4\");","});"],"type":"text/javascript","id":"4b12b544-96da-4494-8e91-45b9b9f50325"}}],"id":"d9621e5c-df25-4e26-b7a9-2900567819de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"}],"url":"{{baseUrl}}/reports/v1/activityreports/indicator/:reportId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves Activity Indicator Report for the corresponding Report ID.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<p><strong>Available Versions:</strong></p>\n<ul>\n<li><p><strong>application/vnd.sambasafety.json;version=2.0.4</strong></p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.3</p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.2</p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.0</p>\n</li>\n<li><p>application/vnd.sambasafety.html</p>\n</li>\n<li><p>application/vnd.sambasafety.pdf ( Base64 Encoded String )</p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>reportId</code>: the unique identifier for the Activity Indicator Report.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with the Activity Indicator Report for the <code>reportId</code> and report <code>version</code> requested.</p>\n<h3 id=\"applicationvndsambasafetyjsonversion204\">application/vnd.sambasafety.json;version=2.0.4</h3>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>Record</code></p>\n<ul>\n<li><p><code>DlRecord</code></p>\n<ul>\n<li><p><code>Criteria</code> (object) Contains parameters sent with the request.</p>\n<ul>\n<li><p><code>OrderDate</code> (object) Contains the date parameters of when the order was placed.</p>\n<ul>\n<li><p><code>Year</code> (number) The date's year component.</p>\n</li>\n<li><p><code>Month</code> (number) The date's month component.</p>\n</li>\n<li><p><code>Day</code> (number) The date's day component.</p>\n</li>\n<li><p><code>Full</code> (string) The date in string format.</p>\n</li>\n<li><p><code>Ticks</code> (number) The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>OrderTime</code> (object) Contains the time parameters of when the order was placed.</p>\n<ul>\n<li><p><code>Hour</code> (string) The time's hour component [0-23].</p>\n</li>\n<li><p><code>Minute</code> (string) The time's minute component [0-59].</p>\n</li>\n<li><p><code>Second</code> (string) The time's second component [0-59].</p>\n</li>\n</ul>\n</li>\n<li><p><code>AccountID</code> (string) The account the order was placed under.</p>\n</li>\n<li><p><code>UserID</code> (string) The account user who placed the order.</p>\n</li>\n<li><p><code>Routing</code> (string) An internal system routing id.</p>\n</li>\n<li><p><code>TrackingNumber</code> (string) An internal system tracking number.</p>\n</li>\n<li><p><code>Host</code> (string) The internal service identifier.</p>\n</li>\n<li><p><code>ProductID</code> (string) The internal product code for the order.</p>\n</li>\n<li><p><code>State</code> (object) The license state provided in the request.</p>\n<ul>\n<li><p><code>Abbrev</code> (string) The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code> (string) The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Subtype</code> (string) A code indicating a product subtype.</p>\n</li>\n<li><p><code>SubtypeFull</code> (string) The full name for the product subtype.</p>\n</li>\n<li><p><code>FirstName</code> (string) The first name provided in the request.</p>\n</li>\n<li><p><code>LastName</code> (string) The last name provided in the request.</p>\n</li>\n<li><p><code>BirthDate</code> (string) The birth date provided in the request.</p>\n<ul>\n<li><p><code>Year</code> (number) The date's year component.</p>\n</li>\n<li><p><code>Month</code> (number) The date's month component.</p>\n</li>\n<li><p><code>Day</code> (number) The date's day component.</p>\n</li>\n<li><p><code>Full</code> (string) The date in string format.</p>\n</li>\n<li><p><code>Ticks</code> (number) The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>LicenseNumber</code> (string) The license number provided in the request.</p>\n</li>\n<li><p><code>Source</code> (string) A internal source code.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Result</code> (object) Contains the results of the order.</p>\n<ul>\n<li><p><code>Control</code> (string) An internal control number for the order.</p>\n</li>\n<li><p><code>Valid</code> (string) A [Y,N] indicator that the order was valid.</p>\n</li>\n<li><p><code>ErrorDescription</code> (string) A message describing the result.</p>\n</li>\n<li><p><code>ReturnedDate</code> (object) Contains the date parameters of when the order was returned.</p>\n<ul>\n<li><p><code>Year</code> (number) The date's year component.</p>\n</li>\n<li><p><code>Month</code> (number) The date's month component.</p>\n</li>\n<li><p><code>Day</code> (number) The date's day component.</p>\n</li>\n<li><p><code>Full</code> (string) The date in string format.</p>\n</li>\n<li><p><code>Ticks</code> (number) The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ReturnTime</code> (object) Contains the time parameters of when the order was returned.</p>\n<ul>\n<li><p><code>Hour</code> (string) The time's hour component [0-23].</p>\n</li>\n<li><p><code>Minute</code> (string) The time's minute component [0-59].</p>\n</li>\n<li><p><code>Second</code> (string) The time's second component [0-59].</p>\n</li>\n</ul>\n</li>\n<li><p><code>IsClear</code> (string) A [Y, N] clear indicator.</p>\n</li>\n<li><p><code>InvoicePath</code> (string) The invoice path.</p>\n</li>\n<li><p><code>ResultCode</code> (string) A code for the result.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Driver</code>(object): An object representing the driver.</p>\n<ul>\n<li><p><code>FirstName</code>(string): The first name of the driver.</p>\n</li>\n<li><p><code>MiddleName</code>(string): The middle name of the driver.</p>\n</li>\n<li><p><code>LastName</code>(string): The last name of the driver.</p>\n</li>\n<li><p><code>SuffixName</code>(string): The suffix name of the driver.</p>\n</li>\n</ul>\n</li>\n<li><p><code>CurrentLicense</code>(object): A report object that contains a drivers active licenses.</p>\n<ul>\n<li><code>Number</code>(string): The current license number.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["reports","v1","activityreports","indicator",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"2ae3574b-01b3-4a70-8cf2-7bcb233fb450","description":{"content":"<p>(Required) A report's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"reportId"}]}},"response":[{"id":"355741a2-7e9f-4c07-8019-be980168205a","name":"200 OK: Clean Stub","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/indicator/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","indicator",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                \"OrderDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 2,\n                    \"Day\": 26,\n                    \"Full\": \"2024-02-26\",\n                    \"Ticks\": 1708905600000\n                },\n                \"OrderTime\": {\n                    \"Hour\": \"11\",\n                    \"Minute\": \"52\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"K1619\",\n                \"UserID\": \"K161937\",\n                \"Routing\": \"LILO\",\n                \"TrackingNumber\": \"000000\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"JX\",\n                \"State\": {\n                    \"Abbrev\": \"AZ\",\n                    \"Full\": \"ARIZONA\"\n                },\n                \"Subtype\": \"ST\",\n                \"SubtypeFull\": \"JUDICIAL LOOKBACK\",\n                \"FirstName\": \"JOHN\",\n                \"LastName\": \"DOE\",\n                \"BirthDate\": {\n                    \"Year\": 1980,\n                    \"Month\": 8,\n                    \"Day\": 16,\n                    \"Full\": \"1980-08-16\",\n                    \"Ticks\": 335232000000\n                },\n                \"LicenseNumber\": \"S20180502\",\n                \"Source\": \"13\"\n            },\n            \"Result\": {\n                \"Control\": \"0822Z2\",\n                \"Valid\": \"Y\",\n                \"ErrorDescription\": \"CLEAN\",\n                \"ReturnedDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 2,\n                    \"Day\": 26,\n                    \"Full\": \"2024-02-26\",\n                    \"Ticks\": 1708905600000\n                },\n                \"ReturnedTime\": {\n                    \"Hour\": \"11\",\n                    \"Minute\": \"52\",\n                    \"Second\": \"0\"\n                },\n                \"IsClear\": \"Y\",\n                \"InvoicePath\": \"CLEAN STUB\",\n                \"ResultCode\": \"RF\"\n            }\n        }\n    }\n}"},{"id":"33a49c8a-06ca-43c4-8d79-d5915046de55","name":"200 OK: Activity Stub","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/indicator/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","indicator",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                \"OrderDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 3,\n                    \"Day\": 5,\n                    \"Full\": \"2024-03-05\",\n                    \"Ticks\": 1709596800000\n                },\n                \"OrderTime\": {\n                    \"Hour\": \"7\",\n                    \"Minute\": \"49\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"K1619\",\n                \"UserID\": \"K161936\",\n                \"Routing\": \"LILO\",\n                \"Purpose\": \"AA\",\n                \"TrackingNumber\": \"000000\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"PX\",\n                \"State\": {\n                    \"Abbrev\": \"CA\",\n                    \"Full\": \"CALIFORNIA\"\n                },\n                \"Subtype\": \"ST\",\n                \"SubtypeFull\": \"LOOKBACK\",\n                \"FirstName\": \"TEST\",\n                \"MiddleName\": \"TEST\",\n                \"LastName\": \"TEST\",\n                \"BirthDate\": {\n                    \"Year\": 1980,\n                    \"Month\": 8,\n                    \"Day\": 16,\n                    \"Full\": \"1980-08-16\",\n                    \"Ticks\": 335232000000\n                },\n                \"LicenseNumber\": \"Y1234009\",\n                \"OrderLookBackStartDate\": {\n                    \"Year\": 2021,\n                    \"Month\": 2,\n                    \"Day\": 26,\n                    \"Full\": \"2021-02-26\",\n                    \"Ticks\": 1614297600000\n                },\n                \"OrderLookBackEndDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 2,\n                    \"Day\": 26,\n                    \"Full\": \"2024-02-26\",\n                    \"Ticks\": 1708905600000\n                },\n                \"Source\": \"13\"\n            },\n            \"Result\": {\n                \"Control\": \"082TKP\",\n                \"Valid\": \"Y\",\n                \"ErrorDescription\": \"ACTIVITY STUB\",\n                \"ReturnedDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 3,\n                    \"Day\": 5,\n                    \"Full\": \"2024-03-05\",\n                    \"Ticks\": 1709596800000\n                },\n                \"ReturnedTime\": {\n                    \"Hour\": \"7\",\n                    \"Minute\": \"49\",\n                    \"Second\": \"0\"\n                },\n                \"IsFromArchive\": \"N\",\n                \"InvoicePath\": \"ACTIVITY STUB\",\n                \"ResultCode\": \"RB\"\n            }\n        }\n    }\n}"},{"id":"a86af36b-1461-4286-93bc-bb12051ec09a","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/indicator/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","indicator",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f17516cb-9f90-4852-afce-d7a6fdf91e26","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/indicator/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","indicator",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"03526dcd-73c7-49cf-a4c8-bf742cb75866","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/indicator/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","indicator",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1c548fe4-5ddd-41eb-97e8-ce813849c197","name":"406 Not Acceptable","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/indicator/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","indicator",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d9621e5c-df25-4e26-b7a9-2900567819de"}],"id":"0884603e-6f71-458e-9d95-c74f2f740a29","description":"<p>The <strong>Activity Indicator</strong> service interrogates SambaSafety’s proprietary datasets using the personal identifiers submitted to locate records that can verify license activity, enabling insurance carriers to reduce data spend and improve underwriting efficiencies, and optimize workflows and speed up onboarding of drivers for companies.</p>\n<ul>\n<li><p>Checks for new activity from the order date of the last MVR or vault record, up to a 3 year look back.</p>\n</li>\n<li><p>Provides “Activity” or “Clean” indicator to note if there is activity since the previous MVR order date, thus eliminating fees associated with ordering records on clean drivers.</p>\n</li>\n</ul>\n<h4 id=\"how-it-works\"><strong>How it Works</strong></h4>\n<ul>\n<li><p><a href=\"https://sambaengineering.postman.co/workspace/Developers-Portal~0139f540-37f5-4d70-bfa6-efb4bb49eee2/folder/23966849-0c460b07-4c7c-4842-8d6c-3fa22b9c00be?active-environment=2dbbb266-57d9-4f7a-b761-6bed9662c6da\"><b>Authentication</b></a>: Obtain a token to gain access</p>\n</li>\n<li><p><strong>Place an Order</strong>: Place an order to get data for the person</p>\n</li>\n<li><p><strong>Check Order Status</strong>: Check whether an order that has been placed has been fulfilled</p>\n</li>\n<li><p><strong>Get a Report</strong>: Get the data ordered</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> <strong>Activity Indicator</strong> <strong>visit our</strong> <a href=\"https://support.sambasafety.com/en_US/activity-indicator-overview/activity-indicator-v1-overview\">SambaSafety Knowledge Base</a></p>\n","_postman_id":"0884603e-6f71-458e-9d95-c74f2f740a29","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"Activity MVR","item":[{"name":"List all Orders","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"dfdb59d1-6197-46ea-8a41-7976d3ee83d2"}}],"id":"f0ec62be-2a84-4dd4-98d0-4f95adfc95c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/orders/v1/mvrreports/activity?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves list of previouss orders placed for the Service. The request does not include a request body. Upon successful request, the API will respond with a list of previously placed orders, including the current order status.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>page:</code>the page of transactions to review. Default value: <code>1</code></p>\n</li>\n<li><p><code>size:</code>the number of transactions to review on a page. Default value:<code>25</code></p>\n</li>\n<li><p><code>startOrderDate:</code> Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.</p>\n</li>\n<li><p><code>endOrderDate</code> Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>errorMessage</code> (string): An error message attached to the order.</p>\n</li>\n<li><p><code>orderId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>status</code> (string): The enrollment type.</p>\n</li>\n<li><p><code>request</code> (object): The order request object from <a href=\"https://\">Place an Order</a>.</p>\n</li>\n<li><p><code>createdDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><p><code>totalPages</code> (number): The total number of pages.</p>\n</li>\n<li><p><code>totalRecords</code> (number): The total number of records.</p>\n</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["orders","v1","mvrreports","activity"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"},{"description":{"content":"<p>Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.</p>\n<p>Pattern: yyyy-MM-dd</p>\n","type":"text/plain"},"key":"startOrderDate","value":"2023-01-01"},{"description":{"content":"<p>Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).</p>\n<p>Pattern: yyyy-MM-dd</p>\n","type":"text/plain"},"key":"endOrderDate","value":"2023-09-15"}],"variable":[]}},"response":[{"id":"f483fbf1-4c48-4437-a825-e74b7483d703","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/activity?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","activity"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": {\n    \"totalPages\": 1,\n    \"totalRecords\": 1\n  },\n  \"data\": [\n    {\n      \"message\": null,\n      \"orderId\": \"2c28cbbb-8343-4981-a92f-36cb229c5b69\",\n      \"status\": \"FULFILLED\",\n      \"requestType\": null,\n      \"orderDateTime\": \"2023-07-10T18:47:37.862501Z\",\n      \"request\": {\n        \"birthDate\": \"1980-01-01\",\n        \"firstName\": \"Destinee\",\n        \"lastName\": \"Roberts\",\n        \"licenseNumber\": \"K2120318\",\n        \"licenseState\": \"CA\",\n        \"middleName\": \"\",\n        \"customFields\": [],\n        \"options\": [],\n        \"billCode\": \"EXAMPLE\",\n        \"billReference\": \"ACTIVITY MVR STANDARD\",\n        \"purpose\": \"INSURANCE\",\n        \"suffix\": \"\",\n        \"licenseCategory\": \"License\",\n        \"issueDate\": \"2020-01-01\",\n        \"expiryDate\": \"2026-01-01\",\n        \"gender\": \"\",\n        \"height\": 0,\n        \"weight\": 0,\n        \"eyeColor\": \"\"\n      }\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://api.sambasafety.io/orders/v1/mvrreports/activity?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=1&size=50\",\n    \"first\": \"https://api.sambasafety.io/orders/v1/mvrreports/activity?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=1&size=50\",\n    \"last\": \"https://api.sambasafety.io/orders/v1/mvrreports/activity?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=1&size=50\"\n  }\n}"},{"id":"40147194-57d8-414c-ac2f-3c76ac814473","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/activity?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","activity"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"311832cd-987c-4f8b-a14c-4accd7521176","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/activity?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","activity"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"f0ec62be-2a84-4dd4-98d0-4f95adfc95c6"},{"name":"Place an Order for a Quote","event":[{"listen":"test","script":{"exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","id":"cb0636c4-02f8-48e5-8b72-e7a0997d8509"}}],"id":"b973f3b1-d05e-4587-804f-ccc3f7161c78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/activityquote","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint creates a new order for an <strong>Activity MVR Report</strong>, using the SambaSafety Quote feature.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>purpose</code> (string, required): The purpose of the order. [\"EMPLOYMENT\", \"INSURANCE\"]</p>\n</li>\n<li><p><code>licenseCategory</code> (string, required): The document's category, <a href=\"https://\">License Category</a>.</p>\n</li>\n<li><p><code>licenseState</code> (string, required): The state jurisdiction issuing the document, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>licenseNumber</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth.</p>\n</li>\n<li><p><code>lastName</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string, required): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string, optional): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>suffix</code> (string, optional): The person's family suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>address</code> (object, optional): An address object containing:</p>\n<ul>\n<li><p><code>street</code> (string): The person's mailing street address.</p>\n</li>\n<li><p><code>city</code> (string): The person's mailing municipality.</p>\n</li>\n<li><p><code>state</code> (string): The person's mailing state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>zipCode</code> (string): The person's mailing postal code.</p>\n</li>\n</ul>\n</li>\n<li><p><code>gender</code> (string, optional): The person's gender, <a href=\"https://\">Gender</a>.</p>\n</li>\n<li><p><code>height</code> (number, optional): The person's height.</p>\n</li>\n<li><p><code>weight</code> (number, optional): The person's weight.</p>\n</li>\n<li><p><code>eyeColor</code> (string, optional): The person's eye-color, <a href=\"https://\">Eye-Color</a>.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>, optional): The document's issue date.</p>\n</li>\n<li><p><code>expiryDate</code> (string, <em>date</em>, optional): The document's expiration date.</p>\n</li>\n<li><p><code>options</code> (Array[string], optional): A list of bundled options. i.e. \"LICENSE_VALIDATION\"</p>\n</li>\n<li><p><code>customFields</code> (Array[object], optional): A customer's custom fields.</p>\n</li>\n<li><p><code>billCode</code> (string, optional): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string, optional): A customer's custom billing reference note.</p>\n</li>\n<li><p><code>activityDuration</code> (number, optional): The number of months of activity.</p>\n</li>\n</ul>\n<h2 id=\"response\"><strong>Response</strong></h2>\n<p>Upon successful request, the API will respond with the a 201 Created containing the order ID.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</li>\n</ul>\n","urlObject":{"path":["orders","v1","mvrreports","activityquote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2d2d5030-bed7-46a5-88f5-eb75cdd0bbac","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/activityquote"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"a9effbb3-4178-f6e9-08a7-e9520c4620d7\"\n}"},{"id":"e8e5ed0b-2b53-41d0-910e-045479228fca","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/activityquote"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f7f8713a-8f2b-4fe8-aae2-8551034a4c1c","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/activityquote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bd8b8eb2-b79b-45ee-a7af-baad87a934c1","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/activityquote"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"f353c82a-f449-44af-b072-490739bd2d7c","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/activityquote"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Formats for field(s) '<field names>' are invalid\"\n}"},{"id":"e0308b1b-23bd-4e98-8124-f7a625e9d49a","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/activityquote"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"E01\",\n  \"message\": \"Driver data is invalid, please fix and try again. '<field names>' invalid\"\n}"}],"_postman_id":"b973f3b1-d05e-4587-804f-ccc3f7161c78"},{"name":"Place an Order","event":[{"listen":"test","script":{"exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","id":"de2f9748-cdb5-4bd5-83cb-1f3b40035ddc"}}],"id":"607d5fac-808c-4459-8cee-b9b88105dcd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/activity","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint creates a new order for an <strong>Activity MVR Report</strong>, for a single driver.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>purpose</code> (string, required): The purpose of the order [\"EMPLOYMENT\", \"INSURANCE\"]</p>\n</li>\n<li><p><code>licenseCategory</code> (string, required): The document's category \"LICENSE\"</p>\n</li>\n<li><p><code>licenseState</code> (string(2), required): The state jurisdiction issuing the document, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>licenseNumber</code> (string(30), required): The person's family name, as indicated on the document. <a href=\"https://sambasafety.helpjuice.com/motor-vehicle-records/us-driver-license-number-formats\"> License Formats</a></p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth ISO format (yyyy-MM-dd)</p>\n</li>\n<li><p><code>lastName</code> (string(40), required): The person's family name, as indicated on the document</p>\n</li>\n<li><p><code>firstName</code> (string(40), required): The person's given name, as indicated on the document</p>\n</li>\n<li><p><code>middleName</code> (string(20), optional): The person's middle name or initial, if indicated on the document</p>\n</li>\n<li><p><code>suffix</code> (string, optional): The person's family suffix, <a href=\"https://\">Suffix</a> - no validation</p>\n</li>\n<li><p><code>address</code> (object, optional): An address object containing: - no validation</p>\n<ul>\n<li><p><code>street</code> (string): The person's mailing street address.</p>\n</li>\n<li><p><code>city</code> (string): The person's mailing municipality.</p>\n</li>\n<li><p><code>state</code> (string(2)): The person's mailing state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>zipCode</code> (string): The person's mailing postal code. - required IF address is submitted</p>\n</li>\n</ul>\n</li>\n<li><p><code>gender</code> (string, optional): The person's gender, MALE, FEMALE, NON-BINARY</p>\n</li>\n<li><p><code>height</code> (number(9), optional): The person's height.</p>\n</li>\n<li><p><code>weight</code> (number(9), optional): The person's weight.</p>\n</li>\n<li><p><code>eyeColor</code> (string, optional): The person's eye color, BLACK, BLUE, BROWN, DICHROMATIC, GRAY GREEN, OR HAZEL</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>, optional): The document's issue date - no validation</p>\n</li>\n<li><p><code>expiryDate</code> (string, <em>date</em>, optional): The document's expiration date - no validation</p>\n</li>\n<li><p><code>options</code> (Array[string], optional): A list of bundled options. i.e. \"LICENSE_VALIDATION\"</p>\n</li>\n<li><p><code>customFields</code> (Array[object], optional): A customer's custom fields. no validation</p>\n</li>\n<li><p><code>billCode</code> (string(100), optional): A customer's custom billing code</p>\n</li>\n<li><p><code>billReference</code> (string (250), optional): A customer's custom billing reference note</p>\n</li>\n<li><p><code>vaultAge</code> (number(4), optional): Integer value for vault age in days<br />  <strong>Values accepted:</strong></p>\n<ul>\n<li><p>0 = no vault allowed</p>\n</li>\n<li><p>1-1095 = days</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\"><strong>Response</strong></h2>\n<p>Upon successful request, the API will respond with the a 201 Created containing the order ID.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</li>\n</ul>\n","urlObject":{"path":["orders","v1","mvrreports","activity"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c755b85e-11b8-40cf-a46c-3646b3724fd0","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/activity"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"a9effbb3-4178-f6e9-08a7-e9520c4620d7\"\n}"},{"id":"f2b313e8-1f7b-4aaf-91c8-fd687364c3e5","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/activity"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f7274866-cb7c-45d5-91ce-e7ae0dc15fac","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/activity"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"43fdf158-dc1e-423a-87fa-5299e7b51d7a","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/activity"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"44545842-7898-451e-974c-b102e508bc00","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/activity"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Formats for field(s) '<field names>' are invalid\"\n}"},{"id":"77ba6bc7-f571-4bd6-a5a8-248e45eda542","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/activity"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"E01\",\n  \"message\": \"Driver data is invalid, please fix and try again. '<field names>' invalid\"\n}"}],"_postman_id":"607d5fac-808c-4459-8cee-b9b88105dcd1"},{"name":"Check Order Status","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"reportId\", pm.response.json().links[0].id);","});"],"type":"text/javascript","id":"a5589057-4f37-44f1-9b44-ee771737dcec"}}],"id":"365cb896-ea0e-4451-b9b0-62521ea74704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/orders/v1/mvrreports/activity/:orderId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves summary information for the corresponding order ID. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><strong><code>orderId</code></strong> the unique identifer for the order.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with details for the corresponding order. Contains the orderStatus and a links reference to the report, when completed.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>orderId</code> (string, uuid): The order's unique identifier.</p>\n</li>\n<li><p><code>orderStatus</code> (string): The status of the order.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n<li><p><code>orderCompletedDateTime</code> (string, datetime): The timestamp of the order was completed.</p>\n</li>\n<li><p><code>controlNumber</code> (string): A SambaSafety identifier for the order.</p>\n</li>\n<li><p><code>links</code> (object): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"receive-order-completion-notification\">Receive Order Completion Notification</h2>\n<p>If you have subscribed to the webhook when the order has been successfully \"fulfilled\", the CallbackURL will be invoked with a <strong>\"POST\"</strong> and a body containing a url link to the report, and the report uuid.</p>\n<p>If an error occurs, the response will have an “error\" event type, with a description of the error.</p>\n<ul>\n<li><p><code>activitymvr.received</code></p>\n</li>\n<li><p><code>activitymvr.error</code></p>\n</li>\n</ul>\n<h1 id=\"vndsambasafetyactivitymvrreceivedjson\">vnd.sambasafety.activitymvr.received+json</h1>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>orderDate</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>productOrdered</code> (string): The product ordered (subType).</p>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.-</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n","urlObject":{"path":["orders","v1","mvrreports","activity",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"22fb58cc-6473-49cd-83a8-a926a0229e38","description":{"content":"<p>(Required) The order's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderId"}]}},"response":[{"id":"085d9b44-8fba-40d2-83ce-f580fe4a9e3c","name":"200 OK: Status: Fulfilled","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/activity/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","activity",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"FULFILLED\",\n  \"controlNumber\": \"07NXIP\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": \"2023-09-06T04:19:12.655926Z\",\n  \"links\": [\n    {\n      \"rel\": \"mvrreports\",\n      \"href\": \"/reports/v1/mvrreports/activity/0aaed7b3-904f-48bc-93aa-6237f87986f5\",\n      \"type\": \"GET\",\n      \"id\": \"0aaed7b3-904f-48bc-93aa-6237f87986f5\"\n    }\n  ]\n}"},{"id":"8e85e296-44c6-4a50-9139-c45e9dbd3ef0","name":"200 OK: Status: Pending","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/activity/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","activity",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"PENDING\",\n  \"controlNumber\": null,\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": null,\n  \"links\": []\n}"},{"id":"8e695458-ace3-42e5-9757-20a45a8d4f66","name":"200 OK: Status: Error","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/activity/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","activity",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"ERROR\",\n  \"controlNumber\": \"07NXIP\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": \"2023-09-06T04:19:12.655926Z\",\n  \"links\": [\n    {\n      \"rel\": \"mvrreports\",\n      \"href\": \"/reports/v1/mvrreports/activity/0aaed7b3-904f-48bc-93aa-6237f87986f5\",\n      \"type\": \"GET\",\n      \"id\": \"0aaed7b3-904f-48bc-93aa-6237f87986f5\"\n    }\n  ]\n}"},{"id":"37df0e3c-261f-4cd9-b3f1-b05541df1c89","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/activity/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","activity",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"39037abd-c9a7-41e6-a621-9da8b3f1bc03","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/activity/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","activity",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"6e20fb28-b32b-4878-ab04-39d17f0bea5a","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/activity/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","activity",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"365cb896-ea0e-4451-b9b0-62521ea74704"},{"name":"Get a Report","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/vnd.sambasafety.json;version=2.0.4\");","});"],"type":"text/javascript","id":"fe011c7b-08ae-4ad6-9365-ce6f9ab9f173"}}],"id":"64af0097-0edb-4d9c-b9dd-fb9c5f1799c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"}],"url":"{{baseUrl}}/reports/v1/mvrreports/activity/:reportId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves Activity MVR Report for the corresponding Report ID.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: [Document Version]</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<p><strong>Available Versions:</strong></p>\n<ul>\n<li><p>application/vnd.sambasafety.json;version=3.0.0</p>\n</li>\n<li><p><strong>application/vnd.sambasafety.json;version=2.0.4</strong></p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.3</p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.2</p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.0</p>\n</li>\n<li><p>application/vnd.sambasafety.html</p>\n</li>\n<li><p>application/vnd.sambasafety.pdf ( Base64 Encoded String )</p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>reportId</code>: the unique identifer for the Activity MVR Report.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with the Activity MVR for the <code>reportId</code> and report <code>version</code> requested.</p>\n<h3 id=\"applicationvndsambasafetyjsonversion204\">application/vnd.sambasafety.json;version=2.0.4</h3>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>Record</code><ul>\n<li><code>DlRecord</code><ul>\n<li><p><code>Criteria</code>(object): Contains parameters sent with the request.</p>\n<ul>\n<li><p><code>OrderDate</code>(object): Contains the date parameters of when the order was placed.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>OrderTime</code>(object): Contains the time parameters of when the order was placed.</p>\n<ul>\n<li><p><code>Hour</code>(string): The time's hour component [0-23].</p>\n</li>\n<li><p><code>Minute</code>(string): The time's minute component [0-59].</p>\n</li>\n<li><p><code>Second</code>(string): The time's second component [0-59].</p>\n</li>\n</ul>\n</li>\n<li><p><code>AccountID</code>(string): The account the order was placed under.</p>\n</li>\n<li><p><code>UserID</code>(string): The account user who placed the order.</p>\n</li>\n<li><p><code>Routing</code>(string): An internal system routing id.</p>\n</li>\n<li><p><code>TrackingNumber</code>(string): An internal system tracking number.</p>\n</li>\n<li><p><code>Host</code>(string): The internal service identifier.</p>\n</li>\n<li><p><code>ProductID</code>(string): The internal product code for the order.</p>\n</li>\n<li><p><code>State</code>(object): The license state provided in the request.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Subtype</code>(string): A code indicating a product subtype.</p>\n</li>\n<li><p><code>SubtypeFull</code>(string): The full name for the product subtype.</p>\n</li>\n<li><p><code>FirstName</code>(string): The first name provided in the request.</p>\n</li>\n<li><p><code>LastName</code>(string): The last name provided in the request.</p>\n</li>\n<li><p><code>BirthDate</code>(string): The birth date provided in the request.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>OrderLookBackEndDate</code>(string): The look back date determined from the request.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>Result</code>(object): Contains the results of the order.</p>\n<ul>\n<li><p><code>Control</code>(string): An internal control number for the order.</p>\n</li>\n<li><p><code>Valid</code>(string): A [Y,N] indicator that the order was valid.</p>\n</li>\n<li><p><code>ErrorCode</code>(string): A code for associated with an error.</p>\n</li>\n<li><p><code>ErrorDescription</code>(string): A message describing the result.</p>\n</li>\n<li><p><code>ReturnedDate</code>(object): Contains the date parameters of when the order was returned.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ReturnTime</code>(object): Contains the time parameters of when the order was returned.</p>\n<ul>\n<li><p><code>Hour</code>(string): The time's hour component [0-23].</p>\n</li>\n<li><p><code>Minute</code>(string): The time's minute component [0-59].</p>\n</li>\n<li><p><code>Second</code>(string): The time's second component [0-59].</p>\n</li>\n</ul>\n</li>\n<li><p><code>ReportPeriod</code>(string): A description of the report period.</p>\n</li>\n<li><p><code>CompanyClass</code>(string): A company class code used for custom scoring.</p>\n</li>\n<li><p><code>CompanyScore</code>(string): A company score assigned for custom scoring.</p>\n</li>\n<li><p><code>IsClear</code>(string): A [Y, N] clear indicator.</p>\n</li>\n<li><p><code>IsFromArchive</code>(string): A [Y, N] vault record indicator.</p>\n</li>\n<li><p><code>InvoicePath</code>(string): The invoice path.</p>\n</li>\n<li><p><code>ResultCode</code>(string): A code for the result.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Driver</code>(object): An object representing the driver.</p>\n<ul>\n<li><p><code>FirstName</code>(string): The first name of the driver.</p>\n</li>\n<li><p><code>MiddleName</code>(string): The middle name of the driver.</p>\n</li>\n<li><p><code>LastName</code>(string): The last name of the driver.</p>\n</li>\n<li><p><code>SuffixName</code>(string): The suffix name of the driver.</p>\n</li>\n<li><p><code>BirthDate</code>(object): Contains the date parameters for the birth date of the driver.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Age</code>(string): The age of the driver.</p>\n</li>\n<li><p><code>EyeColor</code>(string): The eye color of the driver.</p>\n</li>\n<li><p><code>HairColor</code>(string): The hair color of the driver.</p>\n</li>\n<li><p><code>Weight</code>(string): The weight of the driver.</p>\n</li>\n<li><p><code>Height</code>(string): The height of the driver.</p>\n</li>\n<li><p><code>Gender</code>(string): The gender of the driver.</p>\n</li>\n<li><p><code>Deceased</code>(string): A [Y,N] indicator if the driver is deceased.</p>\n</li>\n<li><p><code>TotalStatePoints</code>(string): Total state points as reported by state.</p>\n</li>\n<li><p><code>SocialSecurityNumber</code>(string): The driver's social security number.</p>\n</li>\n<li><p><code>AddressList</code>(array): An array representing addresses.</p>\n<ul>\n<li><p><code>Type</code>(string): Address type, usually residence or other.</p>\n</li>\n<li><p><code>Street</code>(string): The street address.</p>\n</li>\n<li><p><code>City</code>(string): The city where the address is located.</p>\n</li>\n<li><p><code>State</code>(string): The state where the address is located.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Zip</code>(string): The postal code for the address.</p>\n</li>\n<li><p><code>County</code>(string): The county where the address is located.</p>\n</li>\n<li><p><code>AsOfDate</code>(object): Contains the date parameters for the address's as of date.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>AkaList</code>(array): A list of also known as names.</p>\n<ul>\n<li><code>Name</code>(string): AKA name, provided by the state.</li>\n</ul>\n</li>\n<li><p><code>ConfidenceMatch</code>(string): The confidence score of the discovered driver.</p>\n</li>\n<li><p><code>LicenseNumber</code> (string) The drivers license number.</p>\n</li>\n</ul>\n</li>\n<li><p><code>CurrentLicense</code>(object): A report object that contains a drivers active licenses.</p>\n<ul>\n<li><p><code>Personal</code>(object):</p>\n<ul>\n<li><p><code>Type</code>(string): Type of license, for example personal, commercial, identification.</p>\n</li>\n<li><p><code>ClassDescription</code>(string): Detailed license class description type.</p>\n</li>\n<li><p><code>ClassCode</code>(string): The state's license class code.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the license was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the license will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>StatusList</code>(array): A response element contains information on the status of the license.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license status name.</p>\n</li>\n<li><p><code>Explanation</code>(string): Additional status information from the state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>EndorsementList</code>(array): An array containing endorsements on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license endorsement name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the endorsement was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the endorsement will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>RestrictionList</code>(array): An array containing restrictions on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license restriction name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the restriction was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the restriction will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>CertificateList</code>(array): An array containing certificates on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license certificate name.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the certificate was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>Commercial</code>(object):</p>\n<ul>\n<li><p><code>Type</code>(string): Type of license, for example personal, commercial, identification.</p>\n</li>\n<li><p><code>ClassDescription</code>(string): Detailed license class description type.</p>\n</li>\n<li><p><code>ClassCode</code>(string): The state's license class code.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the license was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the license will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>StatusList</code>(array): A response element contains information on the status of the license.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license status name.</p>\n</li>\n<li><p><code>Explanation</code>(string): Additional status information from the state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>EndorsementList</code>(array): An array containing endorsements on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license endorsement name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the endorsement was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the endorsement will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>RestrictionList</code>(array): An array containing restrictions on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license restriction name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the restriction was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the restriction will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>CertificateList</code>(array): An array containing certificates on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license certificate name.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the certificate was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>Motorcycle</code>(object):</p>\n<ul>\n<li><p><code>Type</code>(string): Type of license, for example personal, commercial, identification.</p>\n</li>\n<li><p><code>ClassDescription</code>(string): Detailed license class description type.</p>\n</li>\n<li><p><code>ClassCode</code>(string): The state's license class code.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the license was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the license will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>StatusList</code>(array): A response element contains information on the status of the license.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license status name.</p>\n</li>\n<li><p><code>Explanation</code>(string): Additional status information from the state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>EndorsementList</code>(array): An array containing endorsements on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license endorsement name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the endorsement was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the endorsement will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>RestrictionList</code>(array): An array containing restrictions on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license restriction name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the restriction was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the restriction will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>CertificateList</code>(array): An array containing certificates on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license certificate name.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the certificate was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>Identification</code>(object):</p>\n<ul>\n<li><p><code>Type</code>(string): Type of license, for example personal, commercial, identification.</p>\n</li>\n<li><p><code>ClassDescription</code>(string): Detailed license class description type.</p>\n</li>\n<li><p><code>ClassCode</code>(string): The state's license class code.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the license was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the license will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>StatusList</code>(array): A response element contains information on the status of the license.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license status name.</p>\n</li>\n<li><p><code>Explanation</code>(string): Additional status information from the state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>EndorsementList</code>(array): An array containing endorsements on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license endorsement name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the endorsement was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the endorsement will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>RestrictionList</code>(array): An array containing restrictions on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license restriction name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the restriction was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the restriction will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>CertificateList</code>(array): An array containing certificates on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license certificate name.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the certificate was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>Number</code>(string): The current license number.</p>\n</li>\n<li><p><code>ContrivedOriginalIssueYear</code>(string): Contains a calculated original issue year of the current license.</p>\n</li>\n<li><p><code>ExactOriginalIssueDate</code>(object): Contains the date parameters for the original issue date of the current license.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>LicenseHistoryList</code>(array): A report object that contains a drivers historic licenses.</p>\n<ul>\n<li><p><code>Type</code>(string): Type of license, for example personal, commercial, identification.</p>\n</li>\n<li><p><code>ClassDescription</code>(string): Detailed license class description type.</p>\n</li>\n<li><p><code>ClassCode</code>(string): The state's license class code.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the license was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the license will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>StatusList</code>(array): A response element contains information on the status of the license.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license status name.</p>\n</li>\n<li><p><code>Explanation</code>(string): Additional status information from the state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>EndorsementList</code>(array): An array containing endorsements on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license endorsement name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the endorsement was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the endorsement will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>RestrictionList</code>(array): An array containing restrictions on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license restriction name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the restriction was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the restriction will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>MedicalCertificateList</code>(array): An array containing CDL Medical Certificate details.</p>\n<ul>\n<li><p><code>Status</code>(string): The status [Certified/Not Certified]</p>\n</li>\n<li><p><code>StatusRaw</code>(string); The status description from the DMV.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the medical certificate was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the medical certificate will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>WasReceived</code>(string): A [Y/N] indicates the medical certificate was received by DMV.</p>\n</li>\n<li><p><code>DowngradedDate</code>(object): Contains the date parameters of when the medical certificate was downgraded.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>DowngradedEndDate</code>(object): Contains the date parameters of when the medical certificate's downgrade will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>DowngradedReason</code>(string): The reason for the medical certificate downgrade.</p>\n</li>\n<li><p><code>DowngradedDescription</code>(string): The description for the medical certificate downgrade.</p>\n</li>\n<li><p><code>AdditionalList</code>(array): A list of additional items.</p>\n<ul>\n<li><code>AdditionalItem</code>(string): An additional item of medical certificate information.</li>\n</ul>\n</li>\n<li><p><code>RestrictionList</code>(array): A list of medical certificate restrictions.</p>\n<ul>\n<li><p><code>Description</code>(string): The normalized description of the restriction.</p>\n</li>\n<li><p><code>DescriptionRaw</code>(string): The medical certificate's restriction description from the DMV.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Examiner</code>(string): The medical examiner issuing the certificate.</p>\n<ul>\n<li><p><code>First</code>(string): The medical examiner's first name.</p>\n</li>\n<li><p><code>Middle</code>(string): The medical examiner's middle name.</p>\n</li>\n<li><p><code>Last</code>(string): The medical examiner's last name.</p>\n</li>\n<li><p><code>Suffix</code>(string): The medical examiner's suffix name.</p>\n</li>\n<li><p><code>License</code>(string): The medical examiner's license number.</p>\n</li>\n<li><p><code>LicenseState</code>(string): The state where the medical examiner's is licensed.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>RegistrationNumber</code>(string): The medical examiner's registration number.</p>\n</li>\n<li><p><code>Phone</code>(string): The medical examiner's phone number.</p>\n</li>\n<li><p><code>SpecialtyDescription</code>(string): The medical examiner's speciality description.</p>\n</li>\n<li><p><code>SpecialtyRaw</code>(string): The medical examiner's speciality description from the DMV.</p>\n</li>\n</ul>\n</li>\n<li><p><code>VarianceList</code>(array): A list of variance items.</p>\n<ul>\n<li><p><code>Type</code>(object): The type medical certificate variance.</p>\n</li>\n<li><p><code>IssuedDate</code>(object): Contains the date parameters of when the medical certificate's variance was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the medical certificate's variance will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>RescindedDate</code>(object): Contains the date parameters of when the medical certificate's variance was rescinded.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>SelfCertification</code>(object): Contains the CDL Self Certification on file with the DMV.</p>\n<ul>\n<li><p><code>EffectiveDate</code>(object): Contains the date parameters of self-certification effective date.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Type</code>(string): The type of self-certification.</p>\n</li>\n<li><p><code>TypeCode</code>(string): The type code for the self-certification.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>FinancialResponsibilityList</code>(array): A list of financial responsibility requirements of the driver.</p>\n<ul>\n<li><p><code>Type</code>(string): The type of financial responsibility.</p>\n</li>\n<li><p><code>Description</code>(string): The description of financial responsibility.</p>\n</li>\n<li><p><code>FiledDate</code>(string): The filing date of the financial responsibility.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(string): The expiration date of the financial responsibility.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>EffectiveDate</code>(string): The effective date of the financial responsibility.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ProofRequiredDate</code>(string): The proof required date of the financial responsibility.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ProofEndDate</code>(string): The proof end date of the financial responsibility.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>PolicyNumber</code>(string): The financial responsibility policy number.</p>\n</li>\n<li><p><code>InsuranceCompanyNaic</code>(string): The financial responsibility insurance company's NAIC number.</p>\n</li>\n<li><p><code>InsuranceCompanyName</code>(string): The financial responsibility insurance company's name.</p>\n</li>\n<li><p><code>DocketNumber</code>(string): The docket number resulting in financial responsibility.</p>\n</li>\n<li><p><code>IsAlcoholDrugProgramRequired</code>(string): Does the financial responsibility require an substance abuse program.</p>\n</li>\n</ul>\n</li>\n<li><p><code>PreviousLicenseList</code>(string): A list containing non-current driver's license information.</p>\n<ul>\n<li><p><code>Class</code>(string): The class of license.</p>\n</li>\n<li><p><code>Number</code>(string): The license number.</p>\n</li>\n<li><p><code>State</code>(object): The license state.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>SentenceList</code>(string): A list containing details on court sentencing.</p>\n<ul>\n<li><p><code>DocketNumber</code>(string): The docket number for the sentencing.</p>\n</li>\n<li><p><code>State</code>(object): The state jurisdiction of the sentencing.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>StateDescription</code>(string): The state's description.</p>\n</li>\n<li><p><code>TerminationDate</code>(string): The termination date of the sentencing.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ViolationDate</code>(string): The violation date of the sentencing.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>MessageList</code>(array): A list of messages returned as part of the report.</p>\n<ul>\n<li><code>Line</code>(string): A message line.</li>\n</ul>\n</li>\n<li><p><code>EventList</code>(array): A list of events returned as part of the report.</p>\n<ul>\n<li><p><code>Common</code>(object): A set of common parameters for the event.</p>\n<ul>\n<li><p><code>Subtype</code>(string): A subtype of event.</p>\n</li>\n<li><p><code>State</code>(object): The state where the event occurred.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Date</code>(object): The date the event occurred.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>PostedDate</code>(object): The date the event was posted.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ModifiedDate</code>(object): The date the event was last modified.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Location</code>(string): The location where the event occurred.</p>\n</li>\n<li><p><code>LocationCode</code>(string): The location code where the event occurred.</p>\n</li>\n<li><p><code>IsHazMat</code>(string): An indicator the event included HazMat.</p>\n</li>\n<li><p><code>IsCommercial</code>(string): An indicator the event included a commercial vehicle.</p>\n</li>\n<li><p><code>DocketNumber</code>(string): The event's docket number.</p>\n</li>\n<li><p><code>Plate</code>(string): The vehicle's plate number.</p>\n</li>\n</ul>\n</li>\n<li><p><code>NoteList</code>(array): of notes associated with the event.</p>\n<ul>\n<li><code>Note</code>(string): The note text.</li>\n</ul>\n</li>\n<li><p><code>DescriptionList</code>(array): of descriptions associated with the event.</p>\n<ul>\n<li><p><code>AdrLargeDescription</code>(string): A normalized full description of the event.</p>\n</li>\n<li><p><code>AdrSmallDescription</code>(string): A normalized summary of the event.</p>\n</li>\n<li><p><code>StateDescription</code>(string): The state's description of the event.</p>\n</li>\n<li><p><code>StateCode</code>(string): The state's code for the event.</p>\n</li>\n<li><p><code>Acd</code>(string): A standardized code for the event.</p>\n</li>\n<li><p><code>Avd1</code>(string): A SambaSafety standardized code for the event.</p>\n</li>\n<li><p><code>Avd2</code>(string): A SambaSafety standardized code for the event.</p>\n</li>\n<li><p><code>Avd3</code>(string): A SambaSafety standardized code for the event.</p>\n</li>\n<li><p><code>CompanyCode</code>(string): The customer code assigned to the event.</p>\n</li>\n<li><p><code>CompanyPoints</code>(string): the customer points assigned to the event.</p>\n</li>\n<li><p><code>StateAssignedPoints</code>(string): The state assigned points to the event.</p>\n</li>\n<li><p><code>TableKey</code>(string): A SambaSafety event mapping key.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Violation</code>(object): An object representing the violation details.</p>\n<ul>\n<li><p><code>ConvictionDate</code>(object): The conviction date the violation.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ActualSpeed</code>(string): The actual speed driver was traveling.</p>\n</li>\n<li><p><code>PostedSpeed</code>(string): The road's posted speed limit.</p>\n</li>\n<li><p><code>Statute</code>(string): The state's legal statute for the violation.</p>\n</li>\n<li><p><code>CourtType</code>(string): The type of court.</p>\n</li>\n<li><p><code>DismissalCode</code>(string): The court's dismissal code.</p>\n</li>\n<li><p><code>DismissalDate</code>(object): The dismissal date the violation.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Disposition</code>(string): The court's disposition result, guilty or not guilty.</p>\n</li>\n<li><p><code>BloodAlcoholLevel</code>(string): The BAC level reported with the violation.</p>\n</li>\n<li><p><code>AmendedConsentDate</code>(object): An amended consent date.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ConsentDate</code>(object): The consent date.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>HasFailureToPayFine</code>(string): A [Y/N] indicator that the driver failed to pay the fine.</p>\n</li>\n<li><p><code>FineAmount</code>(string): The amount of the fine.</p>\n</li>\n<li><p><code>JudgeName</code>(string): The name of the judge.</p>\n</li>\n<li><p><code>IsAssociatedWithSuspension</code>(string): A [Y/N] indicates a suspension with the violation.</p>\n</li>\n<li><p><code>IsAssociatedWithAccident</code>(string): A [Y/N] indicates an accident with the violation.</p>\n</li>\n<li><p><code>HasAccidentFatality</code>(string): A [Y/N] indicates a fatality occurred during the accident.</p>\n</li>\n<li><p><code>HasAccidentInjury</code>(string): A [Y/N] indicates an injury occurred during the accident.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Accident</code>(object): An object representing an accident details.</p>\n<ul>\n<li><p><code>IsInjuryAccident</code>(string): A [Y/N] indicates an injury occurred during the accident.</p>\n</li>\n<li><p><code>IsAtFault</code>(string): A [Y/N] indicates the driver is at fault for the accident.</p>\n</li>\n<li><p><code>IsFatalityAccident</code>(string): A [Y/N] indicates a fatality occurred during the accident.</p>\n</li>\n<li><p><code>FrPolicyNumber</code>(string): The insurance policy number associated with the accident.</p>\n</li>\n<li><p><code>VehiclesInvolvedCount</code>(string): The number of vehicles involved in accident.</p>\n</li>\n<li><p><code>IsReportFiled</code>(string): A [Y/N] indicates if an accident report was filed.</p>\n</li>\n<li><p><code>ReportNumber</code>(string): The accident report number.</p>\n</li>\n<li><p><code>FrFileNumber</code>(string): The insurance policy file/claim number.</p>\n</li>\n<li><p><code>AccidentFatalityCount</code>(string): The number of fatalities in accident.</p>\n</li>\n<li><p><code>AccidentInjuryCount</code>(string): The number of injuries in accident.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Action</code>(object): An object representing an action details.</p>\n<ul>\n<li><p><code>PrivilegeReinstatementDate</code>(object): The date when driving privileges are reinstated.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ActualDate</code>(object): The actual date of the action.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ClearDate</code>(object): The clear date of the action.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ActionEndDate</code>(object): The action's end date.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ArrestDate</code>(object): An arrest date associated with the action.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>MailDate</code>(object): A mail date associated with the action.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>OffenseDate</code>(object): The date of the offense.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Extent</code>(string): Identifies the extent of lost driving privileges.</p>\n</li>\n<li><p><code>JudgeName</code>(string): The name of the judge.</p>\n</li>\n<li><p><code>LengthInMonths</code>(string): The action's length in months.</p>\n</li>\n<li><p><code>AdditionalDescription</code>(string): Additional information form the state regarding the action.</p>\n</li>\n<li><p><code>CurrentStatus</code>(string): The status of the action.</p>\n</li>\n</ul>\n</li>\n<li><p><code>FailureToAppear</code>(object): An object representing a failure to appear in court.</p>\n<ul>\n<li><p><code>AmountDue</code>(sting): The fine amount due.</p>\n</li>\n<li><p><code>BloodAlcoholLevel</code>(string): The BAC level reported with the violation.</p>\n</li>\n<li><p><code>JudgeName</code>(string): The name of the judge.</p>\n</li>\n<li><p><code>IsWarrantIssued</code>(string): A [Y/N] indicates if a warrant was issued for FTA.</p>\n</li>\n</ul>\n</li>\n<li><p><code>AdjudicatedAndWithdrawals</code>(object): An object contains details about adjudications.</p>\n<ul>\n<li><p><code>IsAssociatedWithAccident</code>(object): A [Y/N] indicates an accident was involved.</p>\n</li>\n<li><p><code>ConvictionDate</code>(object): The date of the conviction.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>CourtType</code>(string): The type of court.</p>\n</li>\n<li><p><code>Disposition</code>(string): The court's disposition result, guilty or not guilty.</p>\n</li>\n<li><p><code>ActualSpeed</code>(string): The actual speed driver was traveling.</p>\n</li>\n<li><p><code>PostedSpeed</code>(string): The road's posted speed limit.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["reports","v1","mvrreports","activity",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"7a3efeb1-8d78-4fe5-b5d6-55a8ebefb4aa","description":{"content":"<p>(Required) A report's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"reportId"}]}},"response":[{"id":"15413e09-1124-489e-a412-c983183b6ca1","name":"200 OK: Activity Triggered, Version=3.0.0","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/mvrreports/activity/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","mvrreports","activity",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"controlNumber\": \"083QZD\",\n    \"mvrDateTime\": \"2024-03-19T09:34:00-07:00\",\n    \"mvrScoring\": {\n        \"companyClass\": \"CLEAR\",\n        \"companyScore\": \"0\"\n    },\n    \"mvrOrder\": {\n        \"orderDateTime\": \"2024-03-19T09:34:00-07:00\",\n        \"person\": {\n            \"firstName\": \"JOHN\",\n            \"middleName\": \"LLLL\",\n            \"lastName\": \"DOE\",\n            \"birthDate\": \"1980-08-16\",\n            \"gender\": \"M\",\n            \"eyeColor\": \"BLACK\",\n            \"weight\": \"195\",\n            \"height\": \"510\"\n        },\n        \"license\": {\n            \"licenseNumber\": \"201805113\",\n            \"licenseState\": \"SC\"\n        }\n    },\n    \"mvrDriver\": {\n        \"person\": {\n            \"firstName\": \"JOHN\",\n            \"middleName\": \"LLLL\",\n            \"lastName\": \"DOE\",\n            \"suffixName\": \"JR\"\n        },\n        \"license\": {\n            \"licenseNumber\": \"201805113\",\n            \"licenseState\": \"SC\"\n        },\n        \"exactOriginalIssueDate\": \"1996-01-29\",\n        \"hasDriverTraining\": \"N\",\n        \"totalStatePoints\": \"0\"\n    },\n    \"licenseClasses\": {\n        \"personal\": {\n            \"license\": {\n                \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                \"classCode\": \"D\",\n                \"issueDate\": \"2016-02-22\",\n                \"expirationDate\": \"2026-02-21\",\n                \"statusList\": [\n                    {\n                        \"name\": \"VALID\",\n                        \"explanation\": \"NO SUSPENSION\"\n                    }\n                ]\n            }\n        },\n        \"commercial\": {\n            \"license\": {\n                \"classDescription\": \"COMBINE VEH > 25K W/TRAILER > 10K\",\n                \"classCode\": \"A\",\n                \"issueDate\": \"2017-04-11\",\n                \"expirationDate\": \"2022-02-21\",\n                \"hasDriverTraining\": \"N\",\n                \"statusList\": [\n                    {\n                        \"name\": \"VALID\",\n                        \"explanation\": \"NO DISQUALIFICATION\"\n                    }\n                ],\n                \"endorsements\": [\n                    {\n                        \"description\": \"TANKS\"\n                    }\n                ]\n            }\n        }\n    },\n    \"mvrMedicalCertificate\": {\n        \"status\": \"CERTIFIED\",\n        \"expirationDate\": \"2021-01-11\",\n        \"issueDate\": \"2017-01-11\",\n        \"examiner\": {\n            \"firstName\": \"LILLIAN\",\n            \"lastName\": \"STUKES\",\n            \"medicalExaminerLicense\": \"18215\",\n            \"medicalExaminerLicenseState\": \"SC\",\n            \"registrationNumber\": \"5680699748\",\n            \"phone\": \"803-309-4220\",\n            \"specialtyDescription\": \"ADVANCED PRACTICE NURSE\"\n        },\n        \"selfCertification\": {\n            \"type\": \"NON-EXCEPTED INTERSTATE\"\n        }\n    },\n    \"licenseClassHistory\": [\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2016-02-22\",\n                    \"expirationDate\": \"2026-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"VALID\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2016-06-21\",\n                    \"expirationDate\": \"2026-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"VALID\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2017-01-12\",\n                    \"expirationDate\": \"2026-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"VALID\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"commercial\": {\n                \"license\": {\n                    \"classDescription\": \"LEARNERS - COMB VEH >26K W/TRAILER > 10K\",\n                    \"classCode\": \"A\",\n                    \"issueDate\": \"2017-01-13\",\n                    \"expirationDate\": \"2017-07-12\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\"\n                        }\n                    ],\n                    \"endorsements\": [\n                        {\n                            \"description\": \"TANKS\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"commercial\": {\n                \"license\": {\n                    \"classDescription\": \"LEARNERS - COMB VEH >26K W/TRAILER > 10K\",\n                    \"classCode\": \"A\",\n                    \"issueDate\": \"2017-01-13\",\n                    \"expirationDate\": \"2017-07-12\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\"\n                        }\n                    ],\n                    \"endorsements\": [\n                        {\n                            \"description\": \"TANKS\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2006-02-21\",\n                    \"expirationDate\": \"2016-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2006-02-21\",\n                    \"expirationDate\": \"2016-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2006-02-21\",\n                    \"expirationDate\": \"2016-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2007-03-20\",\n                    \"expirationDate\": \"2016-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2011-06-14\",\n                    \"expirationDate\": \"2016-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2011-12-05\",\n                    \"expirationDate\": \"2016-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2006-07-21\",\n                    \"expirationDate\": \"2016-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2001-02-21\",\n                    \"expirationDate\": \"2006-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2005-06-06\",\n                    \"expirationDate\": \"2006-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"motorcycle\": {\n                \"license\": {\n                    \"classDescription\": \"LEARNERS - MOTORCYCLE\",\n                    \"classCode\": \"M\",\n                    \"issueDate\": \"2009-07-31\",\n                    \"expirationDate\": \"2010-07-31\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"motorcycle\": {\n                \"license\": {\n                    \"classDescription\": \"LEARNERS - MOTORCYCLE\",\n                    \"classCode\": \"M\",\n                    \"issueDate\": \"2009-07-31\",\n                    \"expirationDate\": \"2010-07-31\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"previousLicenses\": [\n        {\n            \"license\": {\n                \"licenseNumber\": \"7777777\",\n                \"licenseState\": \"SC\"\n            },\n            \"classCode\": \"A\"\n        },\n        {\n            \"license\": {\n                \"licenseNumber\": \"7777777\",\n                \"licenseState\": \"SC\"\n            },\n            \"classCode\": \"D\"\n        }\n    ]\n}"},{"id":"9f823356-f3e7-4085-89e7-76324ce7876e","name":"200 OK: Activity Triggered, Version=2.0.4","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/mvrreports/activity/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","mvrreports","activity",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                \"OrderDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 2,\n                    \"Day\": 26,\n                    \"Full\": \"2024-02-26\",\n                    \"Ticks\": 1708905600000\n                },\n                \"OrderTime\": {\n                    \"Hour\": \"13\",\n                    \"Minute\": \"32\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"K1619\",\n                \"UserID\": \"K161937\",\n                \"Routing\": \"LILO\",\n                \"Purpose\": \"AA\",\n                \"TrackingNumber\": \"000000\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"PX\",\n                \"State\": {\n                    \"Abbrev\": \"SC\",\n                    \"Full\": \"SOUTH CAROLINA\"\n                },\n                \"Subtype\": \"ST\",\n                \"SubtypeFull\": \"LOOKBACK\",\n                \"FirstName\": \"JOHN\",\n                \"MiddleName\": \"LLLL\",\n                \"LastName\": \"DOE\",\n                \"BirthDate\": {\n                    \"Year\": 1980,\n                    \"Month\": 8,\n                    \"Day\": 16,\n                    \"Full\": \"1980-08-16\",\n                    \"Ticks\": 335232000000\n                },\n                \"LicenseNumber\": \"201805113\",\n                \"OrderLookBackStartDate\": {\n                    \"Year\": 2017,\n                    \"Month\": 7,\n                    \"Day\": 21,\n                    \"Full\": \"2017-07-21\",\n                    \"Ticks\": 1500595200000\n                },\n                \"OrderLookBackEndDate\": {\n                    \"Year\": 2018,\n                    \"Month\": 6,\n                    \"Day\": 10,\n                    \"Full\": \"2018-06-10\",\n                    \"Ticks\": 1528588800000\n                },\n                \"Source\": \"13\"\n            },\n            \"Result\": {\n                \"Control\": \"08230N\",\n                \"Valid\": \"Y\",\n                \"ReturnedDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 2,\n                    \"Day\": 26,\n                    \"Full\": \"2024-02-26\",\n                    \"Ticks\": 1708905600000\n                },\n                \"ReturnedTime\": {\n                    \"Hour\": \"13\",\n                    \"Minute\": \"32\",\n                    \"Second\": \"0\"\n                },\n                \"ReportPeriod\": \"THREE YEAR\",\n                \"CompanyClass\": \"CLEAR\",\n                \"CompanyScore\": \"0\",\n                \"CompanyScoreInt\": 0,\n                \"CompanyVersion\": \"1-08\",\n                \"IsClear\": \"Y\",\n                \"InvoicePath\": \"ACTIVITY TRIGGERED\",\n                \"ResultCode\": \"RB\"\n            },\n            \"Driver\": {\n                \"FirstName\": \"JOHN\",\n                \"MiddleName\": \"LLLL\",\n                \"LastName\": \"DOE\",\n                \"SuffixName\": \"JR\",\n                \"TotalStatePoints\": \"0\"\n            },\n            \"CurrentLicense\": {\n                \"Personal\": {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2016,\n                        \"Month\": 2,\n                        \"Day\": 22,\n                        \"Full\": \"2016-02-22\",\n                        \"Ticks\": 1456099200000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2026,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2026-02-21\",\n                        \"Ticks\": 1771632000000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"VALID\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                },\n                \"Commercial\": {\n                    \"Type\": \"COMMERCIAL\",\n                    \"ClassDescription\": \"COMBINE VEH > 25K W/TRAILER > 10K\",\n                    \"ClassCode\": \"A\",\n                    \"IssueDate\": {\n                        \"Year\": 2017,\n                        \"Month\": 4,\n                        \"Day\": 11,\n                        \"Full\": \"2017-04-11\",\n                        \"Ticks\": 1491868800000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2022,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2022-02-21\",\n                        \"Ticks\": 1645401600000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"VALID\",\n                            \"Explanation\": \"NO DISQUALIFICATION\"\n                        }\n                    ],\n                    \"EndorsementList\": [\n                        {\n                            \"Name\": \"TANKS\"\n                        }\n                    ]\n                },\n                \"Number\": \"201805113\",\n                \"ExactOriginalIssueDate\": {\n                    \"Year\": 1996,\n                    \"Month\": 1,\n                    \"Day\": 29,\n                    \"Full\": \"1996-01-29\",\n                    \"Ticks\": 822873600000\n                },\n                \"HasDriverTraining\": \"N\"\n            },\n            \"LicenseHistoryList\": [\n                {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2016,\n                        \"Month\": 2,\n                        \"Day\": 22,\n                        \"Full\": \"2016-02-22\",\n                        \"Ticks\": 1456099200000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2026,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2026-02-21\",\n                        \"Ticks\": 1771632000000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"VALID\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2016,\n                        \"Month\": 6,\n                        \"Day\": 21,\n                        \"Full\": \"2016-06-21\",\n                        \"Ticks\": 1466467200000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2026,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2026-02-21\",\n                        \"Ticks\": 1771632000000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"VALID\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2017,\n                        \"Month\": 1,\n                        \"Day\": 12,\n                        \"Full\": \"2017-01-12\",\n                        \"Ticks\": 1484179200000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2026,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2026-02-21\",\n                        \"Ticks\": 1771632000000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"VALID\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"COMMERCIAL\",\n                    \"ClassDescription\": \"LEARNERS - COMB VEH >26K W/TRAILER > 10K\",\n                    \"ClassCode\": \"A\",\n                    \"IssueDate\": {\n                        \"Year\": 2017,\n                        \"Month\": 1,\n                        \"Day\": 13,\n                        \"Full\": \"2017-01-13\",\n                        \"Ticks\": 1484265600000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2017,\n                        \"Month\": 7,\n                        \"Day\": 12,\n                        \"Full\": \"2017-07-12\",\n                        \"Ticks\": 1499817600000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"EXPIRED\"\n                        }\n                    ],\n                    \"EndorsementList\": [\n                        {\n                            \"Name\": \"TANKS\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"COMMERCIAL\",\n                    \"ClassDescription\": \"LEARNERS - COMB VEH >26K W/TRAILER > 10K\",\n                    \"ClassCode\": \"A\",\n                    \"IssueDate\": {\n                        \"Year\": 2017,\n                        \"Month\": 1,\n                        \"Day\": 13,\n                        \"Full\": \"2017-01-13\",\n                        \"Ticks\": 1484265600000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2017,\n                        \"Month\": 7,\n                        \"Day\": 12,\n                        \"Full\": \"2017-07-12\",\n                        \"Ticks\": 1499817600000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"EXPIRED\"\n                        }\n                    ],\n                    \"EndorsementList\": [\n                        {\n                            \"Name\": \"TANKS\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2006,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2006-02-21\",\n                        \"Ticks\": 1140480000000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2016,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2016-02-21\",\n                        \"Ticks\": 1456012800000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"EXPIRED\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2006,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2006-02-21\",\n                        \"Ticks\": 1140480000000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2016,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2016-02-21\",\n                        \"Ticks\": 1456012800000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"EXPIRED\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2006,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2006-02-21\",\n                        \"Ticks\": 1140480000000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2016,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2016-02-21\",\n                        \"Ticks\": 1456012800000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"EXPIRED\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2007,\n                        \"Month\": 3,\n                        \"Day\": 20,\n                        \"Full\": \"2007-03-20\",\n                        \"Ticks\": 1174348800000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2016,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2016-02-21\",\n                        \"Ticks\": 1456012800000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"EXPIRED\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2011,\n                        \"Month\": 6,\n                        \"Day\": 14,\n                        \"Full\": \"2011-06-14\",\n                        \"Ticks\": 1308009600000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2016,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2016-02-21\",\n                        \"Ticks\": 1456012800000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"EXPIRED\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2011,\n                        \"Month\": 12,\n                        \"Day\": 5,\n                        \"Full\": \"2011-12-05\",\n                        \"Ticks\": 1323043200000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2016,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2016-02-21\",\n                        \"Ticks\": 1456012800000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"EXPIRED\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2006,\n                        \"Month\": 7,\n                        \"Day\": 21,\n                        \"Full\": \"2006-07-21\",\n                        \"Ticks\": 1153440000000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2016,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2016-02-21\",\n                        \"Ticks\": 1456012800000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"EXPIRED\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2001,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2001-02-21\",\n                        \"Ticks\": 982713600000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2006,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2006-02-21\",\n                        \"Ticks\": 1140480000000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"EXPIRED\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2005,\n                        \"Month\": 6,\n                        \"Day\": 6,\n                        \"Full\": \"2005-06-06\",\n                        \"Ticks\": 1118016000000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2006,\n                        \"Month\": 2,\n                        \"Day\": 21,\n                        \"Full\": \"2006-02-21\",\n                        \"Ticks\": 1140480000000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"EXPIRED\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"MOTORCYCLE\",\n                    \"ClassDescription\": \"LEARNERS - MOTORCYCLE\",\n                    \"ClassCode\": \"M\",\n                    \"IssueDate\": {\n                        \"Year\": 2009,\n                        \"Month\": 7,\n                        \"Day\": 31,\n                        \"Full\": \"2009-07-31\",\n                        \"Ticks\": 1248998400000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2010,\n                        \"Month\": 7,\n                        \"Day\": 31,\n                        \"Full\": \"2010-07-31\",\n                        \"Ticks\": 1280534400000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"EXPIRED\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                },\n                {\n                    \"Type\": \"MOTORCYCLE\",\n                    \"ClassDescription\": \"LEARNERS - MOTORCYCLE\",\n                    \"ClassCode\": \"M\",\n                    \"IssueDate\": {\n                        \"Year\": 2009,\n                        \"Month\": 7,\n                        \"Day\": 31,\n                        \"Full\": \"2009-07-31\",\n                        \"Ticks\": 1248998400000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2010,\n                        \"Month\": 7,\n                        \"Day\": 31,\n                        \"Full\": \"2010-07-31\",\n                        \"Ticks\": 1280534400000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"EXPIRED\",\n                            \"Explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            ],\n            \"MedicalCertificateList\": [\n                {\n                    \"Status\": \"CERTIFIED\",\n                    \"ExpirationDate\": {\n                        \"Year\": 2021,\n                        \"Month\": 1,\n                        \"Day\": 11,\n                        \"Full\": \"2021-01-11\",\n                        \"Ticks\": 1610323200000\n                    },\n                    \"IssueDate\": {\n                        \"Year\": 2017,\n                        \"Month\": 1,\n                        \"Day\": 11,\n                        \"Full\": \"2017-01-11\",\n                        \"Ticks\": 1484092800000\n                    },\n                    \"Examiner\": {\n                        \"First\": \"LILLIAN\",\n                        \"Last\": \"STUKES\",\n                        \"License\": \"18215\",\n                        \"LicenseState\": {\n                            \"Abbrev\": \"SC\",\n                            \"Full\": \"SOUTH CAROLINA\"\n                        },\n                        \"RegistrationNumber\": \"5680699748\",\n                        \"Phone\": \"803-309-4220\",\n                        \"SpecialtyDescription\": \"ADVANCED PRACTICE NURSE\"\n                    },\n                    \"SelfCertification\": {\n                        \"Type\": \"NON-EXCEPTED INTERSTATE\"\n                    }\n                }\n            ],\n            \"PreviousLicenseList\": [\n                {\n                    \"Class\": \"A\",\n                    \"Number\": \"7777777\",\n                    \"State\": {\n                        \"Abbrev\": \"SC\",\n                        \"Full\": \"SOUTH CAROLINA\"\n                    }\n                },\n                {\n                    \"Class\": \"D\",\n                    \"Number\": \"7777777\",\n                    \"State\": {\n                        \"Abbrev\": \"SC\",\n                        \"Full\": \"SOUTH CAROLINA\"\n                    }\n                }\n            ]\n        }\n    }\n}"},{"id":"effb69bc-5457-435e-8767-bbbed92e6db6","name":"200 OK: Activity, Version=2.0.4","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/mvrreports/activity/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","mvrreports","activity",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                \"OrderDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 6,\n                    \"Day\": 17,\n                    \"Full\": \"2024-06-17\",\n                    \"Ticks\": 1718582400000\n                },\n                \"OrderTime\": {\n                    \"Hour\": \"9\",\n                    \"Minute\": \"20\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"R2654\",\n                \"UserID\": \"R265413\",\n                \"Routing\": \"LILO\",\n                \"Purpose\": \"AA\",\n                \"Reference\": \"858640\",\n                \"TrackingNumber\": \"000000\",\n                \"BillCode\": \"GAI-291550\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"DX\",\n                \"State\": {\n                    \"Abbrev\": \"OH\",\n                    \"Full\": \"OHIO\"\n                },\n                \"Subtype\": \"ST\",\n                \"SubtypeFull\": \"DATABASE LOOKBACK\",\n                \"FirstName\": \"JOHN\",\n                \"MiddleName\": \"Q\",\n                \"LastName\": \"PUBLIC\",\n                \"BirthDate\": {\n                    \"Year\": 1992,\n                    \"Month\": 11,\n                    \"Day\": 21,\n                    \"Full\": \"1992-11-21\",\n                    \"Ticks\": 722304000000\n                },\n                \"LicenseNumber\": \"VM123456\",\n                \"OrderLookBackStartDate\": {\n                    \"Year\": 2021,\n                    \"Month\": 6,\n                    \"Day\": 17,\n                    \"Full\": \"2021-06-17\",\n                    \"Ticks\": 1623888000000\n                },\n                \"OrderLookBackEndDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 6,\n                    \"Day\": 17,\n                    \"Full\": \"2024-06-17\",\n                    \"Ticks\": 1718582400000\n                },\n                \"Source\": \"27\"\n            },\n            \"Result\": {\n                \"Control\": \"HHESOK\",\n                \"Valid\": \"Y\",\n                \"ReturnedDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 6,\n                    \"Day\": 17,\n                    \"Full\": \"2024-06-17\",\n                    \"Ticks\": 1718582400000\n                },\n                \"ReturnedTime\": {\n                    \"Hour\": \"9\",\n                    \"Minute\": \"20\",\n                    \"Second\": \"0\"\n                },\n                \"CompanyVersion\": \"1-00\",\n                \"IsClear\": \"N\",\n                \"InvoicePath\": \"ACTIVITY\",\n                \"ResultCode\": \"RB\"\n            },\n            \"Driver\": {\n                \"EyeColor\": \"GREEN\",\n                \"HairColor\": \"BROWN\",\n                \"Weight\": \"135\",\n                \"Height\": \"506\",\n                \"Gender\": \"FEMALE\",\n                \"AddressList\": [\n                    {\n                        \"County\": \"STARK\"\n                    }\n                ]\n            },\n            \"CurrentLicense\": {\n                \"Personal\": {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"OPERATOR\",\n                    \"ClassCode\": \"D\",\n                    \"IssueDate\": {\n                        \"Year\": 2022,\n                        \"Month\": 5,\n                        \"Day\": 4,\n                        \"Full\": \"2022-05-04\",\n                        \"Ticks\": 1651622400000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2029,\n                        \"Month\": 11,\n                        \"Day\": 21,\n                        \"Full\": \"2029-11-21\",\n                        \"Ticks\": 1889913600000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"VALID\"\n                        }\n                    ]\n                }\n            },\n            \"PreviousLicenseList\": [\n                {\n                    \"State\": {\n                        \"Abbrev\": \"CA\",\n                        \"Full\": \"CALIFORNIA\"\n                    }\n                }\n            ],\n            \"MessageList\": [\n                [\n                    {\n                        \"Line\": \"EXPIRATION DATES IN THIS DOCUMENT MAY HAVE BEEN EXTENDED PURSUANT TO EXECUTIVE\"\n                    },\n                    {\n                        \"Line\": \"OR LEGISLATIVE ACTION OF THE ISSUING JURISDICTION RELATED TO COVID-19.\"\n                    },\n                    {\n                        \"Line\": \"PLEASE CONSULT WITH THE JURISDICTION FOR FURTHER DETAILS.\"\n                    }\n                ],\n                [\n                    {\n                        \"Line\": \"WITH RESPECT TO REPORTED ACCIDENTS, UNLESS THIS DOCUMENT SPECIFICALLY REPORTS FAULT, NO DETERMINATION IS MADE AS TO FAULT.\"\n                    }\n                ],\n                [\n                    {\n                        \"Line\": \"WITH RESPECT TO REPORTED ACCIDENTS, UNLESS THIS DOCUMENT SPECIFICALLY REPORTS FAULT, NO DETERMINATION IS MADE AS TO FAULT.\"\n                    }\n                ]\n            ],\n            \"EventList\": [\n                {\n                    \"Common\": {\n                        \"Type\": \"VIOLATION\",\n                        \"Subtype\": \"VIOL\",\n                        \"State\": {\n                            \"Abbrev\": \"OH\",\n                            \"Full\": \"OHIO\"\n                        },\n                        \"Date\": {\n                            \"Year\": 2022,\n                            \"Month\": 7,\n                            \"Day\": 2,\n                            \"Full\": \"2022-07-02\",\n                            \"Ticks\": 1656720000000\n                        },\n                        \"Location\": \"WAYNE COUNTY MUNICIPAL\",\n                        \"LocationCode\": \"OH8520\",\n                        \"IsHazMat\": \"N\",\n                        \"IsCommercial\": \"N\",\n                        \"DocketNumber\": \"2204906X\",\n                        \"Plate\": \"JHB471X\"\n                    },\n                    \"DescriptionList\": [\n                        {\n                            \"AdrLargeDescription\": \"SPEEDING 16-20 OVER LIMIT IN A 55\",\n                            \"AdrSmallDescription\": \"SPEEDING 16-20 OVER LIMIT IN A 55\",\n                            \"StateDescription\": \"SPEEDING 16-20 OVER LIMIT IN A 55\",\n                            \"StateCode\": \"-\",\n                            \"Acd\": \"S16\",\n                            \"Avd1\": \"SA11\",\n                            \"Avd2\": \"SA72\",\n                            \"Avd3\": \"SA72\",\n                            \"StateAssignedPoints\": \"-\",\n                            \"TableKey\": \"OHA01SPEEDING 16-20 OVER LIMIT IN A 55\"\n                        }\n                    ],\n                    \"Violation\": {\n                        \"ConvictionDate\": {\n                            \"Year\": 2022,\n                            \"Month\": 7,\n                            \"Day\": 7,\n                            \"Full\": \"2022-07-07\",\n                            \"Ticks\": 1657152000000\n                        },\n                        \"ActualSpeed\": \"74\",\n                        \"PostedSpeed\": \"55\",\n                        \"Disposition\": \"G\",\n                        \"HasAccidentFatality\": \"N\"\n                    }\n                },\n                {\n                    \"Common\": {\n                        \"Type\": \"ACCIDENT\",\n                        \"Subtype\": \"ACCD\",\n                        \"State\": {\n                            \"Abbrev\": \"OH\",\n                            \"Full\": \"OHIO\"\n                        },\n                        \"Date\": {\n                            \"Year\": 2023,\n                            \"Month\": 4,\n                            \"Day\": 9,\n                            \"Full\": \"2023-04-09\",\n                            \"Ticks\": 1680998400000\n                        },\n                        \"Location\": \"STARK\",\n                        \"LocationCode\": \"76\",\n                        \"IsHazMat\": \"N\",\n                        \"IsCommercial\": \"N\"\n                    },\n                    \"DescriptionList\": [\n                        {\n                            \"AdrLargeDescription\": \"** ACCIDENT **\",\n                            \"AdrSmallDescription\": \"** ACCIDENT **\",\n                            \"StateDescription\": \"ACCIDENT\",\n                            \"StateCode\": \"-\",\n                            \"Acd\": \"-\",\n                            \"Avd1\": \"AA01\",\n                            \"Avd2\": \"AA01\",\n                            \"Avd3\": \"AA01\",\n                            \"StateAssignedPoints\": \"-\",\n                            \"TableKey\": \"OHA02** ACCIDENT **\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},{"id":"1483b8a2-5299-4ff8-bfef-253d82f44a08","name":"200 OK: Clean, Version=2.0.4","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/mvrreports/activity/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","mvrreports","activity",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                \"OrderDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 2,\n                    \"Day\": 9,\n                    \"Full\": \"2024-02-09\",\n                    \"Ticks\": 1707436800000\n                },\n                \"OrderTime\": {\n                    \"Hour\": \"8\",\n                    \"Minute\": \"20\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"R2654\",\n                \"UserID\": \"R265413\",\n                \"Routing\": \"LILO\",\n                \"Purpose\": \"AA\",\n                \"Reference\": \"827195\",\n                \"TrackingNumber\": \"000000\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"PX\",\n                \"State\": {\n                    \"Abbrev\": \"CA\",\n                    \"Full\": \"CALIFORNIA\"\n                },\n                \"Subtype\": \"ST\",\n                \"SubtypeFull\": \"LOOKBACK\",\n                \"FirstName\": \"WILMA\",\n                \"LastName\": \"FLINTSTONE\",\n                \"BirthDate\": {\n                    \"Year\": 1975,\n                    \"Month\": 8,\n                    \"Day\": 8,\n                    \"Full\": \"1975-08-08\",\n                    \"Ticks\": 176688000000\n                },\n                \"LicenseNumber\": \"B1234567\",\n                \"OrderLookBackStartDate\": {\n                    \"Year\": 2023,\n                    \"Month\": 9,\n                    \"Day\": 13,\n                    \"Full\": \"2023-09-13\",\n                    \"Ticks\": 1694563200000\n                },\n                \"OrderLookBackEndDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 2,\n                    \"Day\": 9,\n                    \"Full\": \"2024-02-09\",\n                    \"Ticks\": 1707436800000\n                },\n                \"Source\": \"13\"\n            },\n            \"Result\": {\n                \"Control\": \"GK8WOT\",\n                \"Valid\": \"Y\",\n                \"ReturnedDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 2,\n                    \"Day\": 9,\n                    \"Full\": \"2024-02-09\",\n                    \"Ticks\": 1707436800000\n                },\n                \"ReturnedTime\": {\n                    \"Hour\": \"8\",\n                    \"Minute\": \"20\",\n                    \"Second\": \"0\"\n                },\n                \"CompanyVersion\": \"1-00\",\n                \"IsClear\": \"Y\",\n                \"MvrOrigDate\": {\n                    \"Year\": 2023,\n                    \"Month\": 9,\n                    \"Day\": 13,\n                    \"Full\": \"2023-09-13\",\n                    \"Ticks\": 1694563200000\n                },\n                \"InvoicePath\": \"CLEAN\",\n                \"ResultCode\": \"RF\"\n            },\n            \"Driver\": {\n                \"FirstName\": \"WILMA\",\n                \"MiddleName\": \"A\",\n                \"LastName\": \"FLINTSTONE\",\n                \"BirthDate\": {\n                    \"Year\": 1975,\n                    \"Month\": 8,\n                    \"Day\": 8,\n                    \"Full\": \"1975-08-08\",\n                    \"Ticks\": 176688000000\n                },\n                \"Age\": \"48\",\n                \"EyeColor\": \"BROWN\",\n                \"HairColor\": \"BLACK\",\n                \"Weight\": \"165\",\n                \"Height\": \"501\",\n                \"Gender\": \"FEMALE\",\n                \"AddressList\": [\n                    {\n                        \"Type\": \"RESIDENCE\",\n                        \"Street\": \"678 W MOZART AVE D\",\n                        \"City\": \"PINEDALE\",\n                        \"State\": {\n                            \"Abbrev\": \"CA\",\n                            \"Full\": \"CALIFORNIA\"\n                        },\n                        \"Zip\": \"93650\"\n                    },\n                    {\n                        \"Type\": \"OTHER\",\n                        \"Street\": \"123 N MAIN AVE APT 104\",\n                        \"City\": \"FRESNO\",\n                        \"State\": {\n                            \"Abbrev\": \"CA\",\n                            \"Full\": \"CALIFORNIA\"\n                        }\n                    }\n                ]\n            },\n            \"CurrentLicense\": {\n                \"Personal\": {\n                    \"Type\": \"PERSONAL\",\n                    \"ClassDescription\": \"NON-COMMERCIAL\",\n                    \"ClassCode\": \"C\",\n                    \"IssueDate\": {\n                        \"Year\": 2022,\n                        \"Month\": 7,\n                        \"Day\": 12,\n                        \"Full\": \"2022-07-12\",\n                        \"Ticks\": 1657584000000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2027,\n                        \"Month\": 8,\n                        \"Day\": 8,\n                        \"Full\": \"2027-08-08\",\n                        \"Ticks\": 1817683200000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"VALID\"\n                        }\n                    ]\n                },\n                \"Number\": \"B1234567\",\n                \"ContrivedOriginalIssueYear\": \"1991\"\n            },\n            \"MessageList\": [\n                [\n                    {\n                        \"Line\": \"THIS REPORT DOES NOT GUARANTEE THE ACCURACY OR TRUTHFULNESS OF THE INFORMATION\"\n                    },\n                    {\n                        \"Line\": \"AS TO THE SUBJECT OF THE INVESTIGATION, BUT ONLY THAT IT IS ACCURATELY COPIED\"\n                    },\n                    {\n                        \"Line\": \"FROM PUBLIC RECORDS, AND INFORMATION GENERATED AS A RESULT OF IDENTITY THEFT,\"\n                    },\n                    {\n                        \"Line\": \"INCLUDING EVIDENCE OF CRIMINAL ACTIVITY, MAY BE INACCURATELY ASSOCIATED WITH\"\n                    },\n                    {\n                        \"Line\": \"THE CONSUMER WHO IS THE SUBJECT OF THE REPORT. AN INVESTIGATIVE CONSUMER\"\n                    },\n                    {\n                        \"Line\": \"REPORTING AGENCY SHALL PROVIDE A CONSUMER SEEKING TO OBTAIN A COPY OF A REPORT\"\n                    },\n                    {\n                        \"Line\": \"OR MAKING A REQUEST TO REVIEW A FILE, A WRITTEN NOTICE IN SIMPLE, PLAIN\"\n                    },\n                    {\n                        \"Line\": \"ENGLISH AND SPANISH SETTING FOR THE TERMS AND CONDITIONS OF HIS OR HER RIGHT\"\n                    },\n                    {\n                        \"Line\": \"TO RECEIVE ALL DISCLOSURES, AS PROVIDED IN CA CIVIL CODE SECTION 1786.26.\"\n                    }\n                ],\n                [\n                    {\n                        \"Line\": \"EXPIRATION DATES IN THIS DOCUMENT MAY HAVE BEEN EXTENDED PURSUANT TO EXECUTIVE\"\n                    },\n                    {\n                        \"Line\": \"OR LEGISLATIVE ACTION OF THE ISSUING JURISDICTION RELATED TO COVID-19.\"\n                    },\n                    {\n                        \"Line\": \"PLEASE CONSULT WITH THE JURISDICTION FOR FURTHER DETAILS.\"\n                    }\n                ]\n            ]\n        }\n    }\n}"},{"id":"53d7e091-8b97-47eb-9f55-e36cfd320fc2","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/mvrreports/activity/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","mvrreports","activity",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"28c5756f-9a04-4ae9-ac4d-23f0ccbf65cd","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/mvrreports/activity/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","mvrreports","activity",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"fba00ec6-dac9-489a-9242-f41d042c552f","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/mvrreports/activity/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","mvrreports","activity",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dac89b8b-d29b-451f-8559-a7ef002d8ed3","name":"406 Not Acceptable","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/mvrreports/activity/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","mvrreports","activity",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"64af0097-0edb-4d9c-b9dd-fb9c5f1799c1"}],"id":"e31761d9-eefc-47e0-8ea8-f6d513d1db38","description":"<p>The <strong>Activity MVR</strong> service will attempt to return a historical MVR if one is available. The system will check state activity or court data for new activity.</p>\n<ul>\n<li><p>If no new activity is found AND no historical MVR is available, it will return a Clean Stub.</p>\n</li>\n<li><p>If activity is found, then an MVR is ordered.</p>\n</li>\n</ul>\n<h4 id=\"how-it-works\"><strong>How it Works</strong></h4>\n<ul>\n<li><p><a href=\"https://sambaengineering.postman.co/workspace/Developers-Portal~0139f540-37f5-4d70-bfa6-efb4bb49eee2/folder/23966849-0c460b07-4c7c-4842-8d6c-3fa22b9c00be?active-environment=2dbbb266-57d9-4f7a-b761-6bed9662c6da\"><b>Authentication</b></a>: Obtain a token to gain access</p>\n</li>\n<li><p><strong>Place an Order</strong>: Place an order to get data for the person</p>\n</li>\n<li><p><strong>Check Order Status</strong>: Check whether an order that has been placed has been fulfilled</p>\n</li>\n<li><p><strong>Get a Report</strong>: Get the data ordered</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> <a href=\"https://support.sambasafety.com/en_US/data-solutions-capabilities/activity-mvr-overview\"><b>Activity MVR</b></a> <strong>visit our</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n","_postman_id":"e31761d9-eefc-47e0-8ea8-f6d513d1db38","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"Intelligent MVR","item":[{"name":"List all Orders","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"83c6aef9-c4c4-4818-8b7d-21cc07cd64db"}}],"id":"4d428654-ad74-45c2-8fb5-730894854a65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/orders/v1/mvrreports/intelligent?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves list of previouss orders placed for the Service. The request does not include a request body. Upon successful request, the API will respond with a list of previously placed orders, including the current order status.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>page:</code>the page of transactions to review. Default value: <code>1</code></p>\n</li>\n<li><p><code>size:</code>the number of transactions to review on a page. Default value:<code>25</code></p>\n</li>\n<li><p><code>startOrderDate:</code> Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.</p>\n</li>\n<li><p><code>endOrderDate</code> Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>errorMessage</code> (string): An error message attached to the order.</p>\n</li>\n<li><p><code>orderId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>status</code> (string): The enrollment type.</p>\n</li>\n<li><p><code>request</code> (object): The order request object from <a href=\"https://\">Place an Order</a>.</p>\n</li>\n<li><p><code>createdDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><p><code>totalPages</code> (number): The total number of pages.</p>\n</li>\n<li><p><code>totalRecords</code> (number): The total number of records.</p>\n</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["orders","v1","mvrreports","intelligent"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"},{"description":{"content":"<p>Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.</p>\n<p>Pattern: yyyy-MM-dd</p>\n","type":"text/plain"},"key":"startOrderDate","value":"2023-01-01"},{"description":{"content":"<p>Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).</p>\n<p>Pattern: yyyy-MM-dd</p>\n","type":"text/plain"},"key":"endOrderDate","value":"2023-09-15"}],"variable":[]}},"response":[{"id":"8eda9f35-909c-4932-b44f-379e6cf7daad","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/intelligent?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","intelligent"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": {\n    \"totalPages\": 1,\n    \"totalRecords\": 2\n  },\n  \"data\": [\n    {\n      \"message\": null,\n      \"orderId\": \"b55fcda4-6549-47ce-b54c-79a5a89934be\",\n      \"status\": \"FULFILLED\",\n      \"requestType\": null,\n      \"orderDateTime\": \"2023-07-24T01:30:12.565581Z\",\n      \"request\": {\n        \"birthDate\": \"1980-01-01\",\n        \"firstName\": \"Will\",\n        \"lastName\": \"Breitenberg\",\n        \"licenseNumber\": \"20180705\",\n        \"licenseState\": \"TX\",\n        \"middleName\": \"\",\n        \"customFields\": [],\n        \"options\": [],\n        \"billCode\": \"EXAMPLE\",\n        \"billReference\": \"INTELLIGENT MVR\",\n        \"purpose\": \"INSURANCE\",\n        \"suffix\": \"\",\n        \"licenseCategory\": \"License\",\n        \"issueDate\": \"2020-01-01\",\n        \"expiryDate\": \"2026-01-01\",\n        \"gender\": \"Male\",\n        \"height\": 510,\n        \"weight\": 195,\n        \"eyeColor\": \"\",\n        \"address\": {\n          \"street\": \"09097 Rogelio Place\",\n          \"city\": \"Bridgeport\",\n          \"zipCode\": \"12345\",\n          \"state\": \"TX\",\n          \"vaultAge\": null\n        },\n        \"vaultAge\": null\n      }\n    },\n    {\n      \"message\": null,\n      \"orderId\": \"70868b44-6a05-411b-80f9-eb64e4dcd0a2\",\n      \"status\": \"FULFILLED\",\n      \"requestType\": null,\n      \"orderDateTime\": \"2023-07-27T21:56:49.768596Z\",\n      \"request\": {\n        \"birthDate\": \"1999-01-01\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Lima\",\n        \"licenseNumber\": \"U3300000000061\",\n        \"licenseState\": \"WI\",\n        \"middleName\": \"\",\n        \"customFields\": [],\n        \"options\": [],\n        \"billCode\": \"Example\",\n        \"billReference\": \"Intelligent MVR\",\n        \"purpose\": \"INSURANCE\",\n        \"suffix\": \"\",\n        \"licenseCategory\": \"License\",\n        \"issueDate\": null,\n        \"expiryDate\": null,\n        \"gender\": \"\",\n        \"height\": 0,\n        \"weight\": 0,\n        \"eyeColor\": \"\",\n        \"address\": {\n          \"street\": \"50155 Reinger Forge\",\n          \"city\": \"Susanfort\",\n          \"zipCode\": \"12354\",\n          \"state\": \"WI\",\n          \"vaultAge\": null\n        },\n        \"vaultAge\": 36\n      }\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://api.sambasafety.io/orders/v1/mvrreports/intelligent?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=1&size=50\",\n    \"first\": \"https://api.sambasafety.io/orders/v1/mvrreports/intelligent?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=1&size=50\",\n    \"last\": \"https://api.sambasafety.io/orders/v1/mvrreports/intelligent?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=1&size=50\"\n  }\n}"},{"id":"e8269d3b-957b-4493-aae4-9ad5c1de9b9b","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/intelligent?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","intelligent"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1e8c72bb-383e-4baa-9fab-4371f64f31bc","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/intelligent?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","intelligent"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"4d428654-ad74-45c2-8fb5-730894854a65"},{"name":"Place an Order","event":[{"listen":"test","script":{"exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","id":"fb3ee71e-8d0a-40ce-bc44-00ae77585977"}}],"id":"f43736d8-bb68-48b1-9d5e-e000996e513f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"201805113\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"SC\",\n  \"middleName\": \"\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/intelligent","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint creates a new order for an <strong>Intelligent MVR Report</strong>, for a single driver.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>purpose</code> (string, required): The purpose of the order. [\"EMPLOYMENT\", \"INSURANCE\"]</p>\n</li>\n<li><p><code>licenseCategory</code> (string, required): The document's category, <a href=\"https://\">License Category</a>.</p>\n</li>\n<li><p><code>licenseState</code> (string, required): The state jurisdiction issuing the document, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>licenseNumber</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth.</p>\n</li>\n<li><p><code>lastName</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string, required): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string, optional): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>suffix</code> (string, optional): The person's family suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>address</code> (object, optional): An address object containing:</p>\n<ul>\n<li><p><code>street</code> (string): The person's mailing street address.</p>\n</li>\n<li><p><code>city</code> (string): The person's mailing municipality.</p>\n</li>\n<li><p><code>state</code> (string): The person's mailing state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>zipCode</code> (string): The person's mailing postal code.</p>\n</li>\n</ul>\n</li>\n<li><p><code>gender</code> (string, optional): The person's gender, <a href=\"https://\">Gender</a>.</p>\n</li>\n<li><p><code>height</code> (number, optional): The person's height.</p>\n</li>\n<li><p><code>weight</code> (number, optional): The person's weight.</p>\n</li>\n<li><p><code>eyeColor</code> (string, optional): The person's eye-color, <a href=\"https://\">Eye-Color</a>.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>, optional): The document's issue date.</p>\n</li>\n<li><p><code>expiryDate</code> (string, <em>date</em>, optional): The document's expiration date.</p>\n</li>\n<li><p><code>options</code> (Array[string], optional): A list of bundled options. i.e. \"LICENSE_VALIDATION\"</p>\n</li>\n<li><p><code>customFields</code> (Array[object], optional): A customer's custom fields.</p>\n</li>\n<li><p><code>billCode</code> (string, optional): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string, optional): A customer's custom billing reference note.</p>\n</li>\n<li><p><code>vaultAge</code> (number, optional): Integer value for vault age in days.<br />  <strong>Values accepted:</strong></p>\n<ul>\n<li><p>0 = no vault allowed</p>\n</li>\n<li><p>1-1095 = days</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\"><strong>Response</strong></h2>\n<p>Upon successful request, the API will respond with the a 201 Created containing the order ID.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</li>\n</ul>\n","urlObject":{"path":["orders","v1","mvrreports","intelligent"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e33debab-978c-4d86-ade1-16fa78f21b7c","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/intelligent"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"a9effbb3-4178-f6e9-08a7-e9520c4620d7\"\n}"},{"id":"ad3ab286-d962-4fa5-b6be-36d4c0a5ecda","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/intelligent"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"da5ae2ad-85d6-444e-95b7-889c3c89fbd6","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/intelligent"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"36ec914e-258a-42c7-a52d-f39943e3392c","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/intelligent"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"ad4817fa-db73-4da6-81b9-2afbbbf925a4","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/intelligent"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Formats for field(s) '<field names>' are invalid\"\n}"},{"id":"1bb31b2d-426b-4038-a46e-d0d814e93355","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"purpose\": \"INSURANCE\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/mvrreports/intelligent"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"E01\",\n  \"message\": \"Driver data is invalid, please fix and try again. '<field names>' invalid\"\n}"}],"_postman_id":"f43736d8-bb68-48b1-9d5e-e000996e513f"},{"name":"Check Order Status","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"reportId\", pm.response.json().links[0].id);","});"],"type":"text/javascript","id":"663e367c-14b5-4d8c-b267-784442b1dd40"}}],"id":"7b79b91d-0570-4d4f-a10b-96b20972e33f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/orders/v1/mvrreports/intelligent/:orderId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves summary information for the corresponding order ID. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><strong><code>orderId</code></strong> the unique identifer for the order.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with details for the corresponding order. Contains the orderStatus and a links reference to the report, when completed.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>orderId</code> (string, uuid): The order's unique identifier.</p>\n</li>\n<li><p><code>orderStatus</code> (string): The status of the order.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n<li><p><code>orderCompletedDateTime</code> (string, datetime): The timestamp of the order was completed.</p>\n</li>\n<li><p><code>controlNumber</code> (string): A SambaSafety identifier for the order.</p>\n</li>\n<li><p><code>links</code> (object): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"receive-order-completion-notification\">Receive Order Completion Notification</h2>\n<p>If you have subscribed to the webhook when the order has been successfully \"fulfilled\", the CallbackURL will be invoked with a <strong>\"POST\"</strong> and a body containing a url link to the report, and the report uuid.</p>\n<p>If an error occurs, the response will have an “error\" event type, with a description of the error.</p>\n<ul>\n<li><p><code>intelligentmvr.received</code></p>\n</li>\n<li><p><code>intelligentmvr.error</code></p>\n</li>\n</ul>\n<h1 id=\"vndsambasafetyintelligentmvrreceivedjson\">vnd.sambasafety.intelligentmvr.received+json</h1>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>orderDate</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>productOrdered</code> (string): The product ordered (subType).</p>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.-</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n","urlObject":{"path":["orders","v1","mvrreports","intelligent",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"d5ea1bd4-12c8-40f2-beef-99ce94f35ba6","description":{"content":"<p>(Required) The order's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderId"}]}},"response":[{"id":"8f24cfae-4874-4181-8ef2-26eb19a58c9c","name":"200 OK: Status: Fulfilled","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/intelligent/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","intelligent",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"FULFILLED\",\n  \"controlNumber\": \"07NXIP\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": \"2023-09-06T04:19:12.655926Z\",\n  \"links\": [\n    {\n      \"rel\": \"mvrreports\",\n      \"href\": \"/reports/v1/mvrreports/intelligent/0aaed7b3-904f-48bc-93aa-6237f87986f5\",\n      \"type\": \"GET\",\n      \"id\": \"0aaed7b3-904f-48bc-93aa-6237f87986f5\"\n    }\n  ]\n}"},{"id":"48f4b7bc-7992-46cb-a4e8-667fe4c48d81","name":"200 OK: Status: Pending","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/intelligent/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","intelligent",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"PENDING\",\n  \"controlNumber\": null,\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": null,\n  \"links\": []\n}"},{"id":"dc38e7ab-d023-4826-8c6c-c4c079529b72","name":"200 OK: Status: Error","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/intelligent/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","intelligent",":orderId"],"variable":[{"key":"orderId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"69d89f9f-a6b3-492e-b447-1d7265308a74\",\n    \"orderStatus\": \"ERROR\",\n    \"controlNumber\": \"\",\n    \"orderDateTime\": \"2024-05-31T17:11:26.592889Z\",\n    \"orderCompletedDateTime\": \"2024-05-31T17:14:47.035774Z\",\n    \"links\": []\n}"},{"id":"e2a24a7f-cf70-4026-ae04-f32031f20529","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/intelligent/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","intelligent",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a3747642-174a-497f-84d4-260aa244a343","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/intelligent/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","intelligent",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"db93dc22-cee9-4bd8-b125-9e4d7c015f66","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/mvrreports/intelligent/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","mvrreports","intelligent",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7b79b91d-0570-4d4f-a10b-96b20972e33f"},{"name":"Get a Report","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/vnd.sambasafety.json;version=2.0.4\");","});"],"type":"text/javascript","id":"a6f9a788-3d71-4687-8b6e-03defa1b48ac"}}],"id":"382d5a42-30fa-4f66-946d-b8fb68ad264d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"}],"url":"{{baseUrl}}/reports/v1/mvrreports/intelligent/:reportId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves Intelligent MVR Report for the corresponding Report ID.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: [Document Version]</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<p><strong>Available Versions:</strong></p>\n<ul>\n<li><p>application/vnd.sambasafety.json;version=3.0.0</p>\n</li>\n<li><p><strong>application/vnd.sambasafety.json;version=2.0.4</strong></p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.3</p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.2</p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.0</p>\n</li>\n<li><p>application/vnd.sambasafety.html</p>\n</li>\n<li><p>application/vnd.sambasafety.pdf ( Base64 Encoded String )</p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>reportId</code>: the unique identifer for the Intelligent MVR Report.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with the Intelligent MVR for the <code>reportId</code> and report <code>version</code> requested.</p>\n<h3 id=\"applicationvndsambasafetyjsonversion204\">application/vnd.sambasafety.json;version=2.0.4</h3>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>Record</code><ul>\n<li><code>DlRecord</code><ul>\n<li><p><code>Criteria</code>(object): Contains parameters sent with the request.</p>\n<ul>\n<li><p><code>OrderDate</code>(object): Contains the date parameters of when the order was placed.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>OrderTime</code>(object): Contains the time parameters of when the order was placed.</p>\n<ul>\n<li><p><code>Hour</code>(string): The time's hour component [0-23].</p>\n</li>\n<li><p><code>Minute</code>(string): The time's minute component [0-59].</p>\n</li>\n<li><p><code>Second</code>(string): The time's second component [0-59].</p>\n</li>\n</ul>\n</li>\n<li><p><code>AccountID</code>(string): The account the order was placed under.</p>\n</li>\n<li><p><code>UserID</code>(string): The account user who placed the order.</p>\n</li>\n<li><p><code>Routing</code>(string): An internal system routing id.</p>\n</li>\n<li><p><code>TrackingNumber</code>(string): An internal system tracking number.</p>\n</li>\n<li><p><code>Host</code>(string): The internal service identifier.</p>\n</li>\n<li><p><code>ProductID</code>(string): The internal product code for the order.</p>\n</li>\n<li><p><code>State</code>(object): The license state provided in the request.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Subtype</code>(string): A code indicating a product subtype.</p>\n</li>\n<li><p><code>SubtypeFull</code>(string): The full name for the product subtype.</p>\n</li>\n<li><p><code>FirstName</code>(string): The first name provided in the request.</p>\n</li>\n<li><p><code>LastName</code>(string): The last name provided in the request.</p>\n</li>\n<li><p><code>BirthDate</code>(string): The birth date provided in the request.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>OrderLookBackEndDate</code>(string): The look back date determined from the request.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>Result</code>(object): Contains the results of the order.</p>\n<ul>\n<li><p><code>Control</code>(string): An internal control number for the order.</p>\n</li>\n<li><p><code>Valid</code>(string): A [Y,N] indicator that the order was valid.</p>\n</li>\n<li><p><code>ErrorCode</code>(string): A code for associated with an error.</p>\n</li>\n<li><p><code>ErrorDescription</code>(string): A message describing the result.</p>\n</li>\n<li><p><code>ReturnedDate</code>(object): Contains the date parameters of when the order was returned.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ReturnTime</code>(object): Contains the time parameters of when the order was returned.</p>\n<ul>\n<li><p><code>Hour</code>(string): The time's hour component [0-23].</p>\n</li>\n<li><p><code>Minute</code>(string): The time's minute component [0-59].</p>\n</li>\n<li><p><code>Second</code>(string): The time's second component [0-59].</p>\n</li>\n</ul>\n</li>\n<li><p><code>ReportPeriod</code>(string): A description of the report period.</p>\n</li>\n<li><p><code>CompanyClass</code>(string): A company class code used for custom scoring.</p>\n</li>\n<li><p><code>CompanyScore</code>(string): A company score assigned for custom scoring.</p>\n</li>\n<li><p><code>IsClear</code>(string): A [Y, N] clear indicator.</p>\n</li>\n<li><p><code>IsFromArchive</code>(string): A [Y, N] vault record indicator.</p>\n</li>\n<li><p><code>InvoicePath</code>(string): The invoice path.</p>\n</li>\n<li><p><code>ResultCode</code>(string): A code for the result.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Driver</code>(object): An object representing the driver.</p>\n<ul>\n<li><p><code>FirstName</code>(string): The first name of the driver.</p>\n</li>\n<li><p><code>MiddleName</code>(string): The middle name of the driver.</p>\n</li>\n<li><p><code>LastName</code>(string): The last name of the driver.</p>\n</li>\n<li><p><code>SuffixName</code>(string): The suffix name of the driver.</p>\n</li>\n<li><p><code>BirthDate</code>(object): Contains the date parameters for the birth date of the driver.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Age</code>(string): The age of the driver.</p>\n</li>\n<li><p><code>EyeColor</code>(string): The eye color of the driver.</p>\n</li>\n<li><p><code>HairColor</code>(string): The hair color of the driver.</p>\n</li>\n<li><p><code>Weight</code>(string): The weight of the driver.</p>\n</li>\n<li><p><code>Height</code>(string): The height of the driver.</p>\n</li>\n<li><p><code>Gender</code>(string): The gender of the driver.</p>\n</li>\n<li><p><code>Deceased</code>(string): A [Y,N] indicator if the driver is deceased.</p>\n</li>\n<li><p><code>TotalStatePoints</code>(string): Total state points as reported by state.</p>\n</li>\n<li><p><code>SocialSecurityNumber</code>(string): The driver's social security number.</p>\n</li>\n<li><p><code>AddressList</code>(array): An array representing addresses.</p>\n<ul>\n<li><p><code>Type</code>(string): Address type, usually residence or other.</p>\n</li>\n<li><p><code>Street</code>(string): The street address.</p>\n</li>\n<li><p><code>City</code>(string): The city where the address is located.</p>\n</li>\n<li><p><code>State</code>(string): The state where the address is located.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Zip</code>(string): The postal code for the address.</p>\n</li>\n<li><p><code>County</code>(string): The county where the address is located.</p>\n</li>\n<li><p><code>AsOfDate</code>(object): Contains the date parameters for the address's as of date.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>AkaList</code>(array): A list of also known as names.</p>\n<ul>\n<li><code>Name</code>(string): AKA name, provided by the state.</li>\n</ul>\n</li>\n<li><p><code>ConfidenceMatch</code>(string): The confidence score of the discovered driver.</p>\n</li>\n<li><p><code>LicenseNumber</code> (string) The drivers license number.</p>\n</li>\n</ul>\n</li>\n<li><p><code>CurrentLicense</code>(object): A report object that contains a drivers active licenses.</p>\n<ul>\n<li><p><code>Personal</code>(object):</p>\n<ul>\n<li><p><code>Type</code>(string): Type of license, for example personal, commercial, identification.</p>\n</li>\n<li><p><code>ClassDescription</code>(string): Detailed license class description type.</p>\n</li>\n<li><p><code>ClassCode</code>(string): The state's license class code.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the license was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the license will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>StatusList</code>(array): A response element contains information on the status of the license.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license status name.</p>\n</li>\n<li><p><code>Explanation</code>(string): Additional status information from the state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>EndorsementList</code>(array): An array containing endorsements on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license endorsement name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the endorsement was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the endorsement will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>RestrictionList</code>(array): An array containing restrictions on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license restriction name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the restriction was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the restriction will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>CertificateList</code>(array): An array containing certificates on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license certificate name.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the certificate was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>Commercial</code>(object):</p>\n<ul>\n<li><p><code>Type</code>(string): Type of license, for example personal, commercial, identification.</p>\n</li>\n<li><p><code>ClassDescription</code>(string): Detailed license class description type.</p>\n</li>\n<li><p><code>ClassCode</code>(string): The state's license class code.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the license was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the license will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>StatusList</code>(array): A response element contains information on the status of the license.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license status name.</p>\n</li>\n<li><p><code>Explanation</code>(string): Additional status information from the state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>EndorsementList</code>(array): An array containing endorsements on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license endorsement name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the endorsement was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the endorsement will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>RestrictionList</code>(array): An array containing restrictions on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license restriction name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the restriction was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the restriction will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>CertificateList</code>(array): An array containing certificates on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license certificate name.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the certificate was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>Motorcycle</code>(object):</p>\n<ul>\n<li><p><code>Type</code>(string): Type of license, for example personal, commercial, identification.</p>\n</li>\n<li><p><code>ClassDescription</code>(string): Detailed license class description type.</p>\n</li>\n<li><p><code>ClassCode</code>(string): The state's license class code.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the license was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the license will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>StatusList</code>(array): A response element contains information on the status of the license.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license status name.</p>\n</li>\n<li><p><code>Explanation</code>(string): Additional status information from the state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>EndorsementList</code>(array): An array containing endorsements on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license endorsement name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the endorsement was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the endorsement will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>RestrictionList</code>(array): An array containing restrictions on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license restriction name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the restriction was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the restriction will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>CertificateList</code>(array): An array containing certificates on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license certificate name.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the certificate was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>Identification</code>(object):</p>\n<ul>\n<li><p><code>Type</code>(string): Type of license, for example personal, commercial, identification.</p>\n</li>\n<li><p><code>ClassDescription</code>(string): Detailed license class description type.</p>\n</li>\n<li><p><code>ClassCode</code>(string): The state's license class code.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the license was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the license will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>StatusList</code>(array): A response element contains information on the status of the license.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license status name.</p>\n</li>\n<li><p><code>Explanation</code>(string): Additional status information from the state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>EndorsementList</code>(array): An array containing endorsements on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license endorsement name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the endorsement was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the endorsement will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>RestrictionList</code>(array): An array containing restrictions on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license restriction name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the restriction was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the restriction will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>CertificateList</code>(array): An array containing certificates on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license certificate name.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the certificate was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>Number</code>(string): The current license number.</p>\n</li>\n<li><p><code>ContrivedOriginalIssueYear</code>(string): Contains a calculated original issue year of the current license.</p>\n</li>\n<li><p><code>ExactOriginalIssueDate</code>(object): Contains the date parameters for the original issue date of the current license.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>LicenseHistoryList</code>(array): A report object that contains a drivers historic licenses.</p>\n<ul>\n<li><p><code>Type</code>(string): Type of license, for example personal, commercial, identification.</p>\n</li>\n<li><p><code>ClassDescription</code>(string): Detailed license class description type.</p>\n</li>\n<li><p><code>ClassCode</code>(string): The state's license class code.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the license was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the license will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>StatusList</code>(array): A response element contains information on the status of the license.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license status name.</p>\n</li>\n<li><p><code>Explanation</code>(string): Additional status information from the state.</p>\n</li>\n</ul>\n</li>\n<li><p><code>EndorsementList</code>(array): An array containing endorsements on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license endorsement name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the endorsement was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the endorsement will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>RestrictionList</code>(array): An array containing restrictions on the license from the DMV.</p>\n<ul>\n<li><p><code>Name</code>(string): Driver's license restriction name.</p>\n</li>\n<li><p><code>StartDate</code>(object): Contains the date parameters of when the restriction was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the restriction will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>MedicalCertificateList</code>(array): An array containing CDL Medical Certificate details.</p>\n<ul>\n<li><p><code>Status</code>(string): The status [Certified/Not Certified]</p>\n</li>\n<li><p><code>StatusRaw</code>(string); The status description from the DMV.</p>\n</li>\n<li><p><code>IssueDate</code>(object): Contains the date parameters of when the medical certificate was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the medical certificate will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>WasReceived</code>(string): A [Y/N] indicates the medical certificate was received by DMV.</p>\n</li>\n<li><p><code>DowngradedDate</code>(object): Contains the date parameters of when the medical certificate was downgraded.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>DowngradedEndDate</code>(object): Contains the date parameters of when the medical certificate's downgrade will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>DowngradedReason</code>(string): The reason for the medical certificate downgrade.</p>\n</li>\n<li><p><code>DowngradedDescription</code>(string): The description for the medical certificate downgrade.</p>\n</li>\n<li><p><code>AdditionalList</code>(array): A list of additional items.</p>\n<ul>\n<li><code>AdditionalItem</code>(string): An additional item of medical certificate information.</li>\n</ul>\n</li>\n<li><p><code>RestrictionList</code>(array): A list of medical certificate restrictions.</p>\n<ul>\n<li><p><code>Description</code>(string): The normalized description of the restriction.</p>\n</li>\n<li><p><code>DescriptionRaw</code>(string): The medical certificate's restriction description from the DMV.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Examiner</code>(string): The medical examiner issuing the certificate.</p>\n<ul>\n<li><p><code>First</code>(string): The medical examiner's first name.</p>\n</li>\n<li><p><code>Middle</code>(string): The medical examiner's middle name.</p>\n</li>\n<li><p><code>Last</code>(string): The medical examiner's last name.</p>\n</li>\n<li><p><code>Suffix</code>(string): The medical examiner's suffix name.</p>\n</li>\n<li><p><code>License</code>(string): The medical examiner's license number.</p>\n</li>\n<li><p><code>LicenseState</code>(string): The state where the medical examiner's is licensed.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>RegistrationNumber</code>(string): The medical examiner's registration number.</p>\n</li>\n<li><p><code>Phone</code>(string): The medical examiner's phone number.</p>\n</li>\n<li><p><code>SpecialtyDescription</code>(string): The medical examiner's speciality description.</p>\n</li>\n<li><p><code>SpecialtyRaw</code>(string): The medical examiner's speciality description from the DMV.</p>\n</li>\n</ul>\n</li>\n<li><p><code>VarianceList</code>(array): A list of variance items.</p>\n<ul>\n<li><p><code>Type</code>(object): The type medical certificate variance.</p>\n</li>\n<li><p><code>IssuedDate</code>(object): Contains the date parameters of when the medical certificate's variance was issued.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(object): Contains the date parameters of when the medical certificate's variance will expire.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>RescindedDate</code>(object): Contains the date parameters of when the medical certificate's variance was rescinded.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>SelfCertification</code>(object): Contains the CDL Self Certification on file with the DMV.</p>\n<ul>\n<li><p><code>EffectiveDate</code>(object): Contains the date parameters of self-certification effective date.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Type</code>(string): The type of self-certification.</p>\n</li>\n<li><p><code>TypeCode</code>(string): The type code for the self-certification.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>FinancialResponsibilityList</code>(array): A list of financial responsibility requirements of the driver.</p>\n<ul>\n<li><p><code>Type</code>(string): The type of financial responsibility.</p>\n</li>\n<li><p><code>Description</code>(string): The description of financial responsibility.</p>\n</li>\n<li><p><code>FiledDate</code>(string): The filing date of the financial responsibility.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ExpirationDate</code>(string): The expiration date of the financial responsibility.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>EffectiveDate</code>(string): The effective date of the financial responsibility.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ProofRequiredDate</code>(string): The proof required date of the financial responsibility.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ProofEndDate</code>(string): The proof end date of the financial responsibility.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>PolicyNumber</code>(string): The financial responsibility policy number.</p>\n</li>\n<li><p><code>InsuranceCompanyNaic</code>(string): The financial responsibility insurance company's NAIC number.</p>\n</li>\n<li><p><code>InsuranceCompanyName</code>(string): The financial responsibility insurance company's name.</p>\n</li>\n<li><p><code>DocketNumber</code>(string): The docket number resulting in financial responsibility.</p>\n</li>\n<li><p><code>IsAlcoholDrugProgramRequired</code>(string): Does the financial responsibility require an substance abuse program.</p>\n</li>\n</ul>\n</li>\n<li><p><code>PreviousLicenseList</code>(string): A list containing non-current driver's license information.</p>\n<ul>\n<li><p><code>Class</code>(string): The class of license.</p>\n</li>\n<li><p><code>Number</code>(string): The license number.</p>\n</li>\n<li><p><code>State</code>(object): The license state.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>SentenceList</code>(string): A list containing details on court sentencing.</p>\n<ul>\n<li><p><code>DocketNumber</code>(string): The docket number for the sentencing.</p>\n</li>\n<li><p><code>State</code>(object): The state jurisdiction of the sentencing.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>StateDescription</code>(string): The state's description.</p>\n</li>\n<li><p><code>TerminationDate</code>(string): The termination date of the sentencing.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ViolationDate</code>(string): The violation date of the sentencing.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>MessageList</code>(array): A list of messages returned as part of the report.</p>\n<ul>\n<li><code>Line</code>(string): A message line.</li>\n</ul>\n</li>\n<li><p><code>EventList</code>(array): A list of events returned as part of the report.</p>\n<ul>\n<li><p><code>Common</code>(object): A set of common parameters for the event.</p>\n<ul>\n<li><p><code>Subtype</code>(string): A subtype of event.</p>\n</li>\n<li><p><code>State</code>(object): The state where the event occurred.</p>\n<ul>\n<li><p><code>Abbrev</code>(string): The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code>(string): The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Date</code>(object): The date the event occurred.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>PostedDate</code>(object): The date the event was posted.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ModifiedDate</code>(object): The date the event was last modified.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Location</code>(string): The location where the event occurred.</p>\n</li>\n<li><p><code>LocationCode</code>(string): The location code where the event occurred.</p>\n</li>\n<li><p><code>IsHazMat</code>(string): An indicator the event included HazMat.</p>\n</li>\n<li><p><code>IsCommercial</code>(string): An indicator the event included a commercial vehicle.</p>\n</li>\n<li><p><code>DocketNumber</code>(string): The event's docket number.</p>\n</li>\n<li><p><code>Plate</code>(string): The vehicle's plate number.</p>\n</li>\n</ul>\n</li>\n<li><p><code>NoteList</code>(array): of notes associated with the event.</p>\n<ul>\n<li><code>Note</code>(string): The note text.</li>\n</ul>\n</li>\n<li><p><code>DescriptionList</code>(array): of descriptions associated with the event.</p>\n<ul>\n<li><p><code>AdrLargeDescription</code>(string): A normalized full description of the event.</p>\n</li>\n<li><p><code>AdrSmallDescription</code>(string): A normalized summary of the event.</p>\n</li>\n<li><p><code>StateDescription</code>(string): The state's description of the event.</p>\n</li>\n<li><p><code>StateCode</code>(string): The state's code for the event.</p>\n</li>\n<li><p><code>Acd</code>(string): A standardized code for the event.</p>\n</li>\n<li><p><code>Avd1</code>(string): A SambaSafety standardized code for the event.</p>\n</li>\n<li><p><code>Avd2</code>(string): A SambaSafety standardized code for the event.</p>\n</li>\n<li><p><code>Avd3</code>(string): A SambaSafety standardized code for the event.</p>\n</li>\n<li><p><code>CompanyCode</code>(string): The customer code assigned to the event.</p>\n</li>\n<li><p><code>CompanyPoints</code>(string): the customer points assigned to the event.</p>\n</li>\n<li><p><code>StateAssignedPoints</code>(string): The state assigned points to the event.</p>\n</li>\n<li><p><code>TableKey</code>(string): A SambaSafety event mapping key.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Violation</code>(object): An object representing the violation details.</p>\n<ul>\n<li><p><code>ConvictionDate</code>(object): The conviction date the violation.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ActualSpeed</code>(string): The actual speed driver was traveling.</p>\n</li>\n<li><p><code>PostedSpeed</code>(string): The road's posted speed limit.</p>\n</li>\n<li><p><code>Statute</code>(string): The state's legal statute for the violation.</p>\n</li>\n<li><p><code>CourtType</code>(string): The type of court.</p>\n</li>\n<li><p><code>DismissalCode</code>(string): The court's dismissal code.</p>\n</li>\n<li><p><code>DismissalDate</code>(object): The dismissal date the violation.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Disposition</code>(string): The court's disposition result, guilty or not guilty.</p>\n</li>\n<li><p><code>BloodAlcoholLevel</code>(string): The BAC level reported with the violation.</p>\n</li>\n<li><p><code>AmendedConsentDate</code>(object): An amended consent date.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ConsentDate</code>(object): The consent date.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>HasFailureToPayFine</code>(string): A [Y/N] indicator that the driver failed to pay the fine.</p>\n</li>\n<li><p><code>FineAmount</code>(string): The amount of the fine.</p>\n</li>\n<li><p><code>JudgeName</code>(string): The name of the judge.</p>\n</li>\n<li><p><code>IsAssociatedWithSuspension</code>(string): A [Y/N] indicates a suspension with the violation.</p>\n</li>\n<li><p><code>IsAssociatedWithAccident</code>(string): A [Y/N] indicates an accident with the violation.</p>\n</li>\n<li><p><code>HasAccidentFatality</code>(string): A [Y/N] indicates a fatality occurred during the accident.</p>\n</li>\n<li><p><code>HasAccidentInjury</code>(string): A [Y/N] indicates an injury occurred during the accident.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Accident</code>(object): An object representing an accident details.</p>\n<ul>\n<li><p><code>IsInjuryAccident</code>(string): A [Y/N] indicates an injury occurred during the accident.</p>\n</li>\n<li><p><code>IsAtFault</code>(string): A [Y/N] indicates the driver is at fault for the accident.</p>\n</li>\n<li><p><code>IsFatalityAccident</code>(string): A [Y/N] indicates a fatality occurred during the accident.</p>\n</li>\n<li><p><code>FrPolicyNumber</code>(string): The insurance policy number associated with the accident.</p>\n</li>\n<li><p><code>VehiclesInvolvedCount</code>(string): The number of vehicles involved in accident.</p>\n</li>\n<li><p><code>IsReportFiled</code>(string): A [Y/N] indicates if an accident report was filed.</p>\n</li>\n<li><p><code>ReportNumber</code>(string): The accident report number.</p>\n</li>\n<li><p><code>FrFileNumber</code>(string): The insurance policy file/claim number.</p>\n</li>\n<li><p><code>AccidentFatalityCount</code>(string): The number of fatalities in accident.</p>\n</li>\n<li><p><code>AccidentInjuryCount</code>(string): The number of injuries in accident.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Action</code>(object): An object representing an action details.</p>\n<ul>\n<li><p><code>PrivilegeReinstatementDate</code>(object): The date when driving privileges are reinstated.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ActualDate</code>(object): The actual date of the action.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ClearDate</code>(object): The clear date of the action.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ActionEndDate</code>(object): The action's end date.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ArrestDate</code>(object): An arrest date associated with the action.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>MailDate</code>(object): A mail date associated with the action.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>OffenseDate</code>(object): The date of the offense.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Extent</code>(string): Identifies the extent of lost driving privileges.</p>\n</li>\n<li><p><code>JudgeName</code>(string): The name of the judge.</p>\n</li>\n<li><p><code>LengthInMonths</code>(string): The action's length in months.</p>\n</li>\n<li><p><code>AdditionalDescription</code>(string): Additional information form the state regarding the action.</p>\n</li>\n<li><p><code>CurrentStatus</code>(string): The status of the action.</p>\n</li>\n</ul>\n</li>\n<li><p><code>FailureToAppear</code>(object): An object representing a failure to appear in court.</p>\n<ul>\n<li><p><code>AmountDue</code>(sting): The fine amount due.</p>\n</li>\n<li><p><code>BloodAlcoholLevel</code>(string): The BAC level reported with the violation.</p>\n</li>\n<li><p><code>JudgeName</code>(string): The name of the judge.</p>\n</li>\n<li><p><code>IsWarrantIssued</code>(string): A [Y/N] indicates if a warrant was issued for FTA.</p>\n</li>\n</ul>\n</li>\n<li><p><code>AdjudicatedAndWithdrawals</code>(object): An object contains details about adjudications.</p>\n<ul>\n<li><p><code>IsAssociatedWithAccident</code>(object): A [Y/N] indicates an accident was involved.</p>\n</li>\n<li><p><code>ConvictionDate</code>(object): The date of the conviction.</p>\n<ul>\n<li><p><code>Year</code>(number): The date's year component.</p>\n</li>\n<li><p><code>Month</code>(number): The date's month component.</p>\n</li>\n<li><p><code>Day</code>(number): The date's day component.</p>\n</li>\n<li><p><code>Full</code>(string): The date in string format.</p>\n</li>\n<li><p><code>Ticks</code>(number): The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>CourtType</code>(string): The type of court.</p>\n</li>\n<li><p><code>Disposition</code>(string): The court's disposition result, guilty or not guilty.</p>\n</li>\n<li><p><code>ActualSpeed</code>(string): The actual speed driver was traveling.</p>\n</li>\n<li><p><code>PostedSpeed</code>(string): The road's posted speed limit.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["reports","v1","mvrreports","intelligent",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"b9348e18-451a-45f1-9a15-08afc27b1546","description":{"content":"<p>(Required) A report's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"reportId"}]}},"response":[{"id":"56d63187-2017-4260-9715-1c392c6ad2ea","name":"200 OK: Baseline Version=3.0.0","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"controlNumber\": \"08230N\",\n    \"mvrDateTime\": \"2024-02-26T13:32:00-08:00\",\n    \"mvrScoring\": {\n        \"companyClass\": \"CLEAR\",\n        \"companyScore\": \"0\"\n    },\n    \"mvrOrder\": {\n        \"orderDateTime\": \"2024-02-26T13:32:00-08:00\",\n        \"person\": {\n            \"firstName\": \"JOHN\",\n            \"middleName\": \"LLLL\",\n            \"lastName\": \"DOE\",\n            \"birthDate\": \"1980-08-16\"\n        },\n        \"license\": {\n            \"licenseNumber\": \"201805113\",\n            \"licenseState\": \"SC\"\n        }\n    },\n    \"mvrDriver\": {\n        \"person\": {\n            \"firstName\": \"JOHN\",\n            \"middleName\": \"LLLL\",\n            \"lastName\": \"DOE\",\n            \"suffixName\": \"JR\"\n        },\n        \"license\": {\n            \"licenseNumber\": \"201805113\",\n            \"licenseState\": \"SC\"\n        },\n        \"exactOriginalIssueDate\": \"1996-01-29\",\n        \"hasDriverTraining\": \"N\",\n        \"totalStatePoints\": \"0\"\n    },\n    \"licenseClasses\": {\n        \"personal\": {\n            \"license\": {\n                \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                \"classCode\": \"D\",\n                \"issueDate\": \"2016-02-22\",\n                \"expirationDate\": \"2026-02-21\",\n                \"statusList\": [\n                    {\n                        \"name\": \"VALID\",\n                        \"explanation\": \"NO SUSPENSION\"\n                    }\n                ]\n            }\n        },\n        \"commercial\": {\n            \"license\": {\n                \"classDescription\": \"COMBINE VEH > 25K W/TRAILER > 10K\",\n                \"classCode\": \"A\",\n                \"issueDate\": \"2017-04-11\",\n                \"expirationDate\": \"2022-02-21\",\n                \"hasDriverTraining\": \"N\",\n                \"statusList\": [\n                    {\n                        \"name\": \"VALID\",\n                        \"explanation\": \"NO DISQUALIFICATION\"\n                    }\n                ],\n                \"endorsements\": [\n                    {\n                        \"description\": \"TANKS\"\n                    }\n                ]\n            }\n        }\n    },\n    \"mvrMedicalCertificate\": {\n        \"status\": \"CERTIFIED\",\n        \"expirationDate\": \"2021-01-11\",\n        \"issueDate\": \"2017-01-11\",\n        \"examiner\": {\n            \"firstName\": \"LILLIAN\",\n            \"lastName\": \"STUKES\",\n            \"medicalExaminerLicense\": \"18215\",\n            \"medicalExaminerLicenseState\": \"SC\",\n            \"registrationNumber\": \"5680699748\",\n            \"phone\": \"803-309-4220\",\n            \"specialtyDescription\": \"ADVANCED PRACTICE NURSE\"\n        },\n        \"selfCertification\": {\n            \"type\": \"NON-EXCEPTED INTERSTATE\"\n        }\n    },\n    \"licenseClassHistory\": [\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2016-02-22\",\n                    \"expirationDate\": \"2026-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"VALID\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2016-06-21\",\n                    \"expirationDate\": \"2026-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"VALID\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2017-01-12\",\n                    \"expirationDate\": \"2026-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"VALID\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"commercial\": {\n                \"license\": {\n                    \"classDescription\": \"LEARNERS - COMB VEH >26K W/TRAILER > 10K\",\n                    \"classCode\": \"A\",\n                    \"issueDate\": \"2017-01-13\",\n                    \"expirationDate\": \"2017-07-12\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\"\n                        }\n                    ],\n                    \"endorsements\": [\n                        {\n                            \"description\": \"TANKS\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"commercial\": {\n                \"license\": {\n                    \"classDescription\": \"LEARNERS - COMB VEH >26K W/TRAILER > 10K\",\n                    \"classCode\": \"A\",\n                    \"issueDate\": \"2017-01-13\",\n                    \"expirationDate\": \"2017-07-12\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\"\n                        }\n                    ],\n                    \"endorsements\": [\n                        {\n                            \"description\": \"TANKS\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2006-02-21\",\n                    \"expirationDate\": \"2016-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2006-02-21\",\n                    \"expirationDate\": \"2016-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2006-02-21\",\n                    \"expirationDate\": \"2016-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2007-03-20\",\n                    \"expirationDate\": \"2016-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2011-06-14\",\n                    \"expirationDate\": \"2016-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2011-12-05\",\n                    \"expirationDate\": \"2016-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2006-07-21\",\n                    \"expirationDate\": \"2016-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2001-02-21\",\n                    \"expirationDate\": \"2006-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"personal\": {\n                \"license\": {\n                    \"classDescription\": \"ALL NON-COMMERCIAL VEH < 26K (EXCEPT MOTORCYCLE)\",\n                    \"classCode\": \"D\",\n                    \"issueDate\": \"2005-06-06\",\n                    \"expirationDate\": \"2006-02-21\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"motorcycle\": {\n                \"license\": {\n                    \"classDescription\": \"LEARNERS - MOTORCYCLE\",\n                    \"classCode\": \"M\",\n                    \"issueDate\": \"2009-07-31\",\n                    \"expirationDate\": \"2010-07-31\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"motorcycle\": {\n                \"license\": {\n                    \"classDescription\": \"LEARNERS - MOTORCYCLE\",\n                    \"classCode\": \"M\",\n                    \"issueDate\": \"2009-07-31\",\n                    \"expirationDate\": \"2010-07-31\",\n                    \"statusList\": [\n                        {\n                            \"name\": \"EXPIRED\",\n                            \"explanation\": \"NO SUSPENSION\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"previousLicenses\": [\n        {\n            \"license\": {\n                \"licenseNumber\": \"7777777\",\n                \"licenseState\": \"SC\"\n            },\n            \"classCode\": \"A\"\n        },\n        {\n            \"license\": {\n                \"licenseNumber\": \"7777777\",\n                \"licenseState\": \"SC\"\n            },\n            \"classCode\": \"D\"\n        }\n    ]\n}"},{"id":"f590acc2-f909-4fda-af9e-f87120c3713c","name":"200 OK: Baseline Version=2.0.4","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                \"OrderDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 2,\n                    \"Day\": 26,\n                    \"Full\": \"2024-02-26\",\n                    \"Ticks\": 1708905600000\n                },\n                \"OrderTime\": {\n                    \"Hour\": \"13\",\n                    \"Minute\": \"28\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"K1619\",\n                \"UserID\": \"K161937\",\n                \"Routing\": \"LILO\",\n                \"Purpose\": \"AA\",\n                \"TrackingNumber\": \"000000\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"DX\",\n                \"State\": {\n                    \"Abbrev\": \"OH\",\n                    \"Full\": \"OHIO\"\n                },\n                \"Subtype\": \"ST\",\n                \"SubtypeFull\": \"DATABASE LOOKBACK\",\n                \"FirstName\": \"JOHN\",\n                \"MiddleName\": \"R\",\n                \"LastName\": \"DOE\",\n                \"BirthDate\": {\n                    \"Year\": 1980,\n                    \"Month\": 8,\n                    \"Day\": 16,\n                    \"Full\": \"1980-08-16\",\n                    \"Ticks\": 335232000000\n                },\n                \"LicenseNumber\": \"SS201801\",\n                \"OrderLookBackStartDate\": {\n                    \"Year\": 2015,\n                    \"Month\": 7,\n                    \"Day\": 16,\n                    \"Full\": \"2015-07-16\",\n                    \"Ticks\": 1437004800000\n                },\n                \"Source\": \"13\"\n            },\n            \"Result\": {\n                \"Control\": \"08230J\",\n                \"Valid\": \"Y\",\n                \"ReturnedDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 2,\n                    \"Day\": 26,\n                    \"Full\": \"2024-02-26\",\n                    \"Ticks\": 1708905600000\n                },\n                \"ReturnedTime\": {\n                    \"Hour\": \"13\",\n                    \"Minute\": \"28\",\n                    \"Second\": \"0\"\n                },\n                \"CompanyClass\": \"CLEAR\",\n                \"CompanyScore\": \"0\",\n                \"CompanyScoreInt\": 0,\n                \"CompanyVersion\": \"1-08\",\n                \"IsClear\": \"Y\",\n                \"InvoicePath\": \"BASELINE\",\n                \"ResultCode\": \"RB\"\n            },\n            \"Driver\": {\n                \"FirstName\": \"JOHN\",\n                \"MiddleName\": \"R\",\n                \"LastName\": \"DOE\",\n                \"Deceased\": \"N\"\n            },\n            \"CurrentLicense\": {\n                \"Commercial\": {\n                    \"Type\": \"COMMERCIAL\",\n                    \"ClassDescription\": \"COMBINE VEH > 26K W/TRAILER > 10K\",\n                    \"ClassCode\": \"A\",\n                    \"IssueDate\": {\n                        \"Year\": 2017,\n                        \"Month\": 7,\n                        \"Day\": 25,\n                        \"Full\": \"2017-07-25\",\n                        \"Ticks\": 1500940800000\n                    },\n                    \"ExpirationDate\": {\n                        \"Year\": 2021,\n                        \"Month\": 10,\n                        \"Day\": 22,\n                        \"Full\": \"2021-10-22\",\n                        \"Ticks\": 1634860800000\n                    },\n                    \"StatusList\": [\n                        {\n                            \"Name\": \"VALID\"\n                        }\n                    ],\n                    \"EndorsementList\": [\n                        {\n                            \"Name\": \"MOTORCYCLE\"\n                        },\n                        {\n                            \"Name\": \"TANK VEHICLE - CDL\"\n                        },\n                        {\n                            \"Name\": \"PASSENGER - CDL\"\n                        },\n                        {\n                            \"Name\": \"DOUBLE-/TRIPLE-TRAILERS - CDL\"\n                        }\n                    ],\n                    \"RestrictionList\": [\n                        {\n                            \"Name\": \"NO CLASS A PASSENGER VEHICLE\"\n                        }\n                    ]\n                },\n                \"Number\": \"SS201801\",\n                \"HasDriverTraining\": \"3\"\n            },\n            \"MedicalCertificateList\": [\n                {\n                    \"ExpirationDate\": {\n                        \"Year\": 2021,\n                        \"Month\": 2,\n                        \"Day\": 8,\n                        \"Full\": \"2021-02-08\",\n                        \"Ticks\": 1612742400000\n                    },\n                    \"SelfCertification\": {\n                        \"Type\": \"NON-EXCEPTED INTERSTATE\",\n                        \"TypeCode\": \"NI\"\n                    }\n                }\n            ],\n            \"MessageList\": [\n                [\n                    {\n                        \"Line\": \"SCORE 0: CLEAN\"\n                    }\n                ]\n            ]\n        }\n    }\n}"},{"id":"d7424158-5411-413d-b114-a25efd15fb05","name":"200 OK: Baseline Version=2.0.3 XML","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"application/xml","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<Record>\n    <DlRecord>\n        <Criteria>\n            <OrderDate>\n                <Year>2024</Year>\n                <Month>2</Month>\n                <Day>26</Day>\n            </OrderDate>\n            <OrderTime>\n                <Hour>13</Hour>\n                <Minute>32</Minute>\n                <Second>0</Second>\n            </OrderTime>\n            <AccountID>K1619</AccountID>\n            <UserID>K161937</UserID>\n            <Routing>LILO</Routing>\n            <Purpose>AA</Purpose>\n            <TrackingNumber>000000</TrackingNumber>\n            <Host>OL</Host>\n            <ProductID>PX</ProductID>\n            <State>\n                <Abbrev>SC</Abbrev>\n                <Full>SOUTH CAROLINA</Full>\n            </State>\n            <Subtype>ST</Subtype>\n            <SubtypeFull>LOOKBACK</SubtypeFull>\n            <FirstName>JOHN</FirstName>\n            <MiddleName>LLLL</MiddleName>\n            <LastName>DOE</LastName>\n            <BirthDate>\n                <Year>1980</Year>\n                <Month>8</Month>\n                <Day>16</Day>\n            </BirthDate>\n            <LicenseNumber>201805113</LicenseNumber>\n            <OrderLookBackStartDate>\n                <Year>2017</Year>\n                <Month>7</Month>\n                <Day>21</Day>\n            </OrderLookBackStartDate>\n            <OrderLookBackEndDate>\n                <Year>2018</Year>\n                <Month>6</Month>\n                <Day>10</Day>\n            </OrderLookBackEndDate>\n        </Criteria>\n        <Result>\n            <Control>08230N</Control>\n            <Valid>Y</Valid>\n            <ReturnedDate>\n                <Year>2024</Year>\n                <Month>2</Month>\n                <Day>26</Day>\n            </ReturnedDate>\n            <ReturnedTime>\n                <Hour>13</Hour>\n                <Minute>32</Minute>\n                <Second>0</Second>\n            </ReturnedTime>\n            <ReportPeriod>THREE YEAR</ReportPeriod>\n            <CompanyClass>CLEAR</CompanyClass>\n            <CompanyScore>0</CompanyScore>\n            <IsClear>Y</IsClear>\n            <InvoicePath>ACTIVITY TRIGGERED</InvoicePath>\n        </Result>\n        <Driver>\n            <FirstName>JOHN</FirstName>\n            <MiddleName>LLLL</MiddleName>\n            <LastName>DOE</LastName>\n            <SuffixName>JR</SuffixName>\n            <TotalStatePoints>0</TotalStatePoints>\n        </Driver>\n        <CurrentLicense>\n            <Personal>\n                <Type>PERSONAL</Type>\n                <ClassDescription>ALL NON-COMMERCIAL VEH &lt; 26K (EXCEPT MOTORCYCLE)</ClassDescription>\n                <ClassCode>D</ClassCode>\n                <IssueDate>\n                    <Year>2016</Year>\n                    <Month>2</Month>\n                    <Day>22</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2026</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>VALID</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </Personal>\n            <Commercial>\n                <Type>COMMERCIAL</Type>\n                <ClassDescription>COMBINE VEH &gt; 25K W/TRAILER &gt; 10K</ClassDescription>\n                <ClassCode>A</ClassCode>\n                <IssueDate>\n                    <Year>2017</Year>\n                    <Month>4</Month>\n                    <Day>11</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2022</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>VALID</Name>\n                        <Explanation>NO DISQUALIFICATION</Explanation>\n                    </StatusItem>\n                </StatusList>\n                <EndorsementList>\n                    <EndorsementItem>\n                        <Name>TANKS</Name>\n                    </EndorsementItem>\n                </EndorsementList>\n            </Commercial>\n            <Number>201805113</Number>\n            <ExactOriginalIssueDate>\n                <Year>1996</Year>\n                <Month>1</Month>\n                <Day>29</Day>\n            </ExactOriginalIssueDate>\n            <HasDriverTraining>N</HasDriverTraining>\n        </CurrentLicense>\n        <LicenseHistoryList>\n            <LicenseItem>\n                <Type>PERSONAL</Type>\n                <ClassDescription>ALL NON-COMMERCIAL VEH &lt; 26K (EXCEPT MOTORCYCLE)</ClassDescription>\n                <ClassCode>D</ClassCode>\n                <IssueDate>\n                    <Year>2016</Year>\n                    <Month>2</Month>\n                    <Day>22</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2026</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>VALID</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>PERSONAL</Type>\n                <ClassDescription>ALL NON-COMMERCIAL VEH &lt; 26K (EXCEPT MOTORCYCLE)</ClassDescription>\n                <ClassCode>D</ClassCode>\n                <IssueDate>\n                    <Year>2016</Year>\n                    <Month>6</Month>\n                    <Day>21</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2026</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>VALID</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>PERSONAL</Type>\n                <ClassDescription>ALL NON-COMMERCIAL VEH &lt; 26K (EXCEPT MOTORCYCLE)</ClassDescription>\n                <ClassCode>D</ClassCode>\n                <IssueDate>\n                    <Year>2017</Year>\n                    <Month>1</Month>\n                    <Day>12</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2026</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>VALID</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>COMMERCIAL</Type>\n                <ClassDescription>LEARNERS - COMB VEH &gt;26K W/TRAILER &gt; 10K</ClassDescription>\n                <ClassCode>A</ClassCode>\n                <IssueDate>\n                    <Year>2017</Year>\n                    <Month>1</Month>\n                    <Day>13</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2017</Year>\n                    <Month>7</Month>\n                    <Day>12</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>EXPIRED</Name>\n                    </StatusItem>\n                </StatusList>\n                <EndorsementList>\n                    <EndorsementItem>\n                        <Name>TANKS</Name>\n                    </EndorsementItem>\n                </EndorsementList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>COMMERCIAL</Type>\n                <ClassDescription>LEARNERS - COMB VEH &gt;26K W/TRAILER &gt; 10K</ClassDescription>\n                <ClassCode>A</ClassCode>\n                <IssueDate>\n                    <Year>2017</Year>\n                    <Month>1</Month>\n                    <Day>13</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2017</Year>\n                    <Month>7</Month>\n                    <Day>12</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>EXPIRED</Name>\n                    </StatusItem>\n                </StatusList>\n                <EndorsementList>\n                    <EndorsementItem>\n                        <Name>TANKS</Name>\n                    </EndorsementItem>\n                </EndorsementList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>PERSONAL</Type>\n                <ClassDescription>ALL NON-COMMERCIAL VEH &lt; 26K (EXCEPT MOTORCYCLE)</ClassDescription>\n                <ClassCode>D</ClassCode>\n                <IssueDate>\n                    <Year>2006</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2016</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>EXPIRED</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>PERSONAL</Type>\n                <ClassDescription>ALL NON-COMMERCIAL VEH &lt; 26K (EXCEPT MOTORCYCLE)</ClassDescription>\n                <ClassCode>D</ClassCode>\n                <IssueDate>\n                    <Year>2006</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2016</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>EXPIRED</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>PERSONAL</Type>\n                <ClassDescription>ALL NON-COMMERCIAL VEH &lt; 26K (EXCEPT MOTORCYCLE)</ClassDescription>\n                <ClassCode>D</ClassCode>\n                <IssueDate>\n                    <Year>2006</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2016</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>EXPIRED</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>PERSONAL</Type>\n                <ClassDescription>ALL NON-COMMERCIAL VEH &lt; 26K (EXCEPT MOTORCYCLE)</ClassDescription>\n                <ClassCode>D</ClassCode>\n                <IssueDate>\n                    <Year>2007</Year>\n                    <Month>3</Month>\n                    <Day>20</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2016</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>EXPIRED</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>PERSONAL</Type>\n                <ClassDescription>ALL NON-COMMERCIAL VEH &lt; 26K (EXCEPT MOTORCYCLE)</ClassDescription>\n                <ClassCode>D</ClassCode>\n                <IssueDate>\n                    <Year>2011</Year>\n                    <Month>6</Month>\n                    <Day>14</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2016</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>EXPIRED</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>PERSONAL</Type>\n                <ClassDescription>ALL NON-COMMERCIAL VEH &lt; 26K (EXCEPT MOTORCYCLE)</ClassDescription>\n                <ClassCode>D</ClassCode>\n                <IssueDate>\n                    <Year>2011</Year>\n                    <Month>12</Month>\n                    <Day>5</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2016</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>EXPIRED</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>PERSONAL</Type>\n                <ClassDescription>ALL NON-COMMERCIAL VEH &lt; 26K (EXCEPT MOTORCYCLE)</ClassDescription>\n                <ClassCode>D</ClassCode>\n                <IssueDate>\n                    <Year>2006</Year>\n                    <Month>7</Month>\n                    <Day>21</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2016</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>EXPIRED</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>PERSONAL</Type>\n                <ClassDescription>ALL NON-COMMERCIAL VEH &lt; 26K (EXCEPT MOTORCYCLE)</ClassDescription>\n                <ClassCode>D</ClassCode>\n                <IssueDate>\n                    <Year>2001</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2006</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>EXPIRED</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>PERSONAL</Type>\n                <ClassDescription>ALL NON-COMMERCIAL VEH &lt; 26K (EXCEPT MOTORCYCLE)</ClassDescription>\n                <ClassCode>D</ClassCode>\n                <IssueDate>\n                    <Year>2005</Year>\n                    <Month>6</Month>\n                    <Day>6</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2006</Year>\n                    <Month>2</Month>\n                    <Day>21</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>EXPIRED</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>MOTORCYCLE</Type>\n                <ClassDescription>LEARNERS - MOTORCYCLE</ClassDescription>\n                <ClassCode>M</ClassCode>\n                <IssueDate>\n                    <Year>2009</Year>\n                    <Month>7</Month>\n                    <Day>31</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2010</Year>\n                    <Month>7</Month>\n                    <Day>31</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>EXPIRED</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </LicenseItem>\n            <LicenseItem>\n                <Type>MOTORCYCLE</Type>\n                <ClassDescription>LEARNERS - MOTORCYCLE</ClassDescription>\n                <ClassCode>M</ClassCode>\n                <IssueDate>\n                    <Year>2009</Year>\n                    <Month>7</Month>\n                    <Day>31</Day>\n                </IssueDate>\n                <ExpirationDate>\n                    <Year>2010</Year>\n                    <Month>7</Month>\n                    <Day>31</Day>\n                </ExpirationDate>\n                <StatusList>\n                    <StatusItem>\n                        <Name>EXPIRED</Name>\n                        <Explanation>NO SUSPENSION</Explanation>\n                    </StatusItem>\n                </StatusList>\n            </LicenseItem>\n        </LicenseHistoryList>\n        <MedicalCertificateList>\n            <MedicalCertificateItem>\n                <Status>CERTIFIED</Status>\n                <ExpirationDate>\n                    <Year>2021</Year>\n                    <Month>1</Month>\n                    <Day>11</Day>\n                </ExpirationDate>\n                <IssueDate>\n                    <Year>2017</Year>\n                    <Month>1</Month>\n                    <Day>11</Day>\n                </IssueDate>\n                <Examiner>\n                    <First>LILLIAN</First>\n                    <Last>STUKES</Last>\n                    <License>18215</License>\n                    <LicenseState>\n                        <Abbrev>SC</Abbrev>\n                        <Full>SOUTH CAROLINA</Full>\n                    </LicenseState>\n                    <RegistrationNumber>5680699748</RegistrationNumber>\n                    <Phone>803-309-4220</Phone>\n                    <SpecialtyDescription>ADVANCED PRACTICE NURSE</SpecialtyDescription>\n                </Examiner>\n                <SelfCertification>\n                    <Type>NON-EXCEPTED INTERSTATE</Type>\n                </SelfCertification>\n            </MedicalCertificateItem>\n        </MedicalCertificateList>\n        <PreviousLicenseList>\n            <PreviousLicenseItem>\n                <Class>A</Class>\n                <Number>7777777</Number>\n                <State>\n                    <Abbrev>SC</Abbrev>\n                    <Full>SOUTH CAROLINA</Full>\n                </State>\n            </PreviousLicenseItem>\n            <PreviousLicenseItem>\n                <Class>D</Class>\n                <Number>7777777</Number>\n                <State>\n                    <Abbrev>SC</Abbrev>\n                    <Full>SOUTH CAROLINA</Full>\n                </State>\n            </PreviousLicenseItem>\n        </PreviousLicenseList>\n    </DlRecord>\n</Record>"},{"id":"98ac11c7-1043-486b-a39d-4c835112d5ef","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/mvrreports/intelligent/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","mvrreports","intelligent",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bb9a0a2e-d8f5-43eb-af30-c6798a25fe69","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/mvrreports/intelligent/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","mvrreports","intelligent",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"edf62354-85a9-4244-bba4-509e2422c97e","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/mvrreports/intelligent/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","mvrreports","intelligent",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"382d5a42-30fa-4f66-946d-b8fb68ad264d"}],"id":"6b174545-5952-43b3-92df-d68e982574db","description":"<p>The <strong>Intelligent MVR</strong> service utilizes SambaSafety’s proprietary datasets using the personal identifiers submitted<br />to locate records that can verify license activity and/or violations.</p>\n<ul>\n<li><p>Provides an initial Baseline MVR with first order.</p>\n</li>\n<li><p>All orders placed after the baseline MVR for the person will perform an activity check, ordering a state MVR only when new activity is present.</p>\n</li>\n<li><p>If no activity, report returned indicating driver activity check is clear.</p>\n</li>\n</ul>\n<h4 id=\"how-it-works\"><strong>How it Works</strong></h4>\n<ul>\n<li><p><a href=\"https://sambaengineering.postman.co/workspace/Developers-Portal~0139f540-37f5-4d70-bfa6-efb4bb49eee2/folder/23966849-0c460b07-4c7c-4842-8d6c-3fa22b9c00be?active-environment=2dbbb266-57d9-4f7a-b761-6bed9662c6da\"><b>Authentication</b></a>: Obtain a token to gain access</p>\n</li>\n<li><p><strong>Place an Order</strong>: Place an order to get data for the person</p>\n</li>\n<li><p><strong>Check Order Status</strong>: Check whether an order that has been placed has been fulfilled</p>\n</li>\n<li><p><strong>Get a Report</strong>: Get the data ordered</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> <a href=\"https://support.sambasafety.com/intelligent-mvr/intelligent-mvr-version-40?from_search=164001678\"><b>Intelligent MVR</b></a> <strong>visit our</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n","_postman_id":"6b174545-5952-43b3-92df-d68e982574db","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"Activity Detail","item":[{"name":"List all Orders","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"d7e5696c-4b2d-4e96-8b5a-a46c072d8a6a"}}],"id":"f3025d1e-f7d7-4267-ba1a-fd0504b5d541","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/orders/v1/activityreports/detail?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves list of previouss orders placed for the Service. The request does not include a request body. Upon successful request, the API will respond with a list of previously placed orders, including the current order status.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>page:</code>the page of transactions to review. Default value: <code>1</code></p>\n</li>\n<li><p><code>size:</code>the number of transactions to review on a page. Default value:<code>25</code></p>\n</li>\n<li><p><code>startOrderDate:</code> Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.</p>\n</li>\n<li><p><code>endOrderDate</code> Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>errorMessage</code> (string): An error message attached to the order.</p>\n</li>\n<li><p><code>orderId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>status</code> (string): The enrollment type.</p>\n</li>\n<li><p><code>request</code> (object): The order request object from <a href=\"https://\">Place an Order</a>.</p>\n</li>\n<li><p><code>createdDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><p><code>totalPages</code> (number): The total number of pages.</p>\n</li>\n<li><p><code>totalRecords</code> (number): The total number of records.</p>\n</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["orders","v1","activityreports","detail"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"},{"description":{"content":"<p>Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.</p>\n<p>Pattern: yyyy-MM-dd</p>\n","type":"text/plain"},"key":"startOrderDate","value":"2023-01-01"},{"description":{"content":"<p>Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).</p>\n<p>Pattern: yyyy-MM-dd</p>\n","type":"text/plain"},"key":"endOrderDate","value":"2023-09-15"}],"variable":[]}},"response":[{"id":"4c690941-ff32-4577-899b-ec489bb39330","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/detail?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","detail"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": {\n    \"totalPages\": 1,\n    \"totalRecords\": 1\n  },\n  \"data\": [\n    {\n      \"message\": null,\n      \"orderId\": \"cbe89dcc-b0fd-4d1f-b4f3-004a67aa1a1b\",\n      \"status\": \"FULFILLED\",\n      \"requestType\": \"quote\",\n      \"request\": {\n        \"birthDate\": \"1980-01-01\",\n        \"firstName\": \"Marielle\",\n        \"lastName\": \"Johnston\",\n        \"licenseNumber\": \"U2020585\",\n        \"middleName\": \"\",\n        \"customFields\": [],\n        \"licenseCategory\": \"License\",\n        \"issueDate\": \"2020-01-01\",\n        \"expiryDate\": \"2026-01-01\",\n        \"gender\": \"MALE\",\n        \"height\": 510,\n        \"weight\": 195,\n        \"options\": [],\n        \"billCode\": \"EXAMPLE\",\n        \"billReference\": \"ACTIVITY DETAIL QUOTE\",\n        \"suffix\": \"\",\n        \"purpose\": \"INSURANCE\",\n        \"eyeColor\": \"BLUE\",\n        \"address\": {\n          \"street\": \"4661 Mayert Extensions\",\n          \"city\": \"North Randalton\",\n          \"zipCode\": \"12345\",\n          \"state\": \"AZ\"\n        },\n        \"licenseState\": \"AZ\"\n      },\n      \"orderDateTime\": \"2023-07-11T01:47:46.053248Z\"\n    }\n  ],\n  \"links\": {\n    \"self\": \"https://api.sambasafety.io/orders/v1/activityreports/detail?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=1&size=50\",\n    \"first\": \"https://api.sambasafety.io/orders/v1/activityreports/detail?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=1&size=50\",\n    \"next\": \"https://api.sambasafety.io/orders/v1/activityreports/detail?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=2&size=50\",\n    \"last\": \"https://api.sambasafety.io/orders/v1/activityreports/detail?startOrderDate=2023-01-01&endOrderDate=2023-09-15&page=17&size=50\"\n  }\n}"},{"id":"fe3a2448-4d63-4e57-9305-28cda61e7943","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/detail?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","detail"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5b0284b2-6d06-42b2-9f2c-4a1c0d39a589","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/detail?page=1&size=50&startOrderDate=2023-01-01&endOrderDate=2023-09-15","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","detail"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."},{"key":"startOrderDate","value":"2023-01-01","description":"Start date when orders were created. If value is not provided, search will default to midnight (00:00:00 a.m.) of previous day.\n\nPattern: yyyy-MM-dd"},{"key":"endOrderDate","value":"2023-09-15","description":"Inclusive end date when orders were created. If value is not provided, search will default to end of day (23:59:59 p.m.).\n\nPattern: yyyy-MM-dd"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"f3025d1e-f7d7-4267-ba1a-fd0504b5d541"},{"name":"Place an Order for a Quote","event":[{"listen":"test","script":{"exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","id":"6d0c74ac-1f86-4923-b52f-421ce8264274"}}],"id":"263dde03-5f83-4da6-80b5-2ee42b6b72a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/detailquote","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint creates a new order for an <strong>Activity Detail Report</strong>, using the SambaSafety Quote feature.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>purpose</code> (string, required): The purpose of the order. [\"EMPLOYMENT\", \"INSURANCE\"]</p>\n</li>\n<li><p><code>licenseCategory</code> (string, required): The document's category, <a href=\"https://\">License Category</a>.</p>\n</li>\n<li><p><code>licenseState</code> (string, required): The state jurisdiction issuing the document, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>licenseNumber</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth.</p>\n</li>\n<li><p><code>lastName</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string, required): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string, optional): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>suffix</code> (string, optional): The person's family suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>address</code> (object, optional): An address object containing:</p>\n<ul>\n<li><p><code>street</code> (string): The person's mailing street address.</p>\n</li>\n<li><p><code>city</code> (string): The person's mailing municipality.</p>\n</li>\n<li><p><code>state</code> (string): The person's mailing state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>zipCode</code> (string): The person's mailing postal code.</p>\n</li>\n</ul>\n</li>\n<li><p><code>gender</code> (string, optional): The person's gender, <a href=\"https://\">Gender</a>.</p>\n</li>\n<li><p><code>height</code> (number, optional): The person's height.</p>\n</li>\n<li><p><code>weight</code> (number, optional): The person's weight.</p>\n</li>\n<li><p><code>eyeColor</code> (string, optional): The person's eye-color, <a href=\"https://\">Eye-Color</a>.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>, optional): The document's issue date.</p>\n</li>\n<li><p><code>expiryDate</code> (string, <em>date</em>, optional): The document's expiration date.</p>\n</li>\n<li><p><code>options</code> (Array[string], optional): A list of bundled options. i.e. \"LICENSE_VALIDATION\"</p>\n</li>\n<li><p><code>customFields</code> (Array[object], optional): A customer's custom fields.</p>\n</li>\n<li><p><code>billCode</code> (string, optional): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string, optional): A customer's custom billing reference note.</p>\n</li>\n<li><p><code>activityDuration</code> (number, optional): The number of months of activity.</p>\n</li>\n</ul>\n<h2 id=\"response\"><strong>Response</strong></h2>\n<p>Upon successful request, the API will respond with the a 201 Created containing the order ID.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</li>\n</ul>\n","urlObject":{"path":["orders","v1","activityreports","detailquote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"20574463-c187-4a02-b1af-955350101570","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/detailquote"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"a9effbb3-4178-f6e9-08a7-e9520c4620d7\"\n}"},{"id":"a39c0ba4-8b87-466b-bc3a-8ff9fd4f5629","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/detailquote"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4acbf560-4da4-4836-9c29-d63e2e13feb3","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/detailquote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e017d3c4-4d49-4f44-ac47-7c30b627806c","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/detailquote"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"4f05797e-292f-408c-9227-67e61c4be5b7","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/detailquote"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Formats for field(s) '<field names>' are invalid\"\n}"},{"id":"d035553b-9c4e-495b-87eb-e4157ec0df36","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"activityDuration\": 24\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/detailquote"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"E01\",\n  \"message\": \"Driver data is invalid, please fix and try again. '<field names>' invalid\"\n}"}],"_postman_id":"263dde03-5f83-4da6-80b5-2ee42b6b72a3"},{"name":"Place an Order","event":[{"listen":"test","script":{"exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","id":"a7788c39-0b84-474c-aa9a-a98eb1e601db"}}],"id":"6b8ab070-253a-4acf-b144-39123f2d4392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/detail","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint creates a new order for an <strong>Activity Detail Report</strong>, for a single driver.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>purpose</code> (string, required): The purpose of the order. [\"EMPLOYMENT\", \"INSURANCE\"]</p>\n</li>\n<li><p><code>licenseCategory</code> (string, required): The document's category, <a href=\"https://\">License Category</a>.</p>\n</li>\n<li><p><code>licenseState</code> (string, required): The state jurisdiction issuing the document, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>licenseNumber</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>birthDate</code> (string, <em>date</em>, required): The person's date of birth.</p>\n</li>\n<li><p><code>lastName</code> (string, required): The person's family name, as indicated on the document.</p>\n</li>\n<li><p><code>firstName</code> (string, required): The person's given name, as indicated on the document.</p>\n</li>\n<li><p><code>middleName</code> (string, optional): The person's middle name or initial, if indicated on the document.</p>\n</li>\n<li><p><code>suffix</code> (string, optional): The person's family suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>address</code> (object, optional): An address object containing:</p>\n<ul>\n<li><p><code>street</code> (string): The person's mailing street address.</p>\n</li>\n<li><p><code>city</code> (string): The person's mailing municipality.</p>\n</li>\n<li><p><code>state</code> (string): The person's mailing state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>zipCode</code> (string): The person's mailing postal code.</p>\n</li>\n</ul>\n</li>\n<li><p><code>gender</code> (string, optional): The person's gender, <a href=\"https://\">Gender</a>.</p>\n</li>\n<li><p><code>height</code> (number, optional): The person's height.</p>\n</li>\n<li><p><code>weight</code> (number, optional): The person's weight.</p>\n</li>\n<li><p><code>eyeColor</code> (string, optional): The person's eye-color, <a href=\"https://\">Eye-Color</a>.</p>\n</li>\n<li><p><code>issueDate</code> (string, <em>date</em>, optional): The document's issue date.</p>\n</li>\n<li><p><code>expiryDate</code> (string, <em>date</em>, optional): The document's expiration date.</p>\n</li>\n<li><p><code>options</code> (Array[string], optional): A list of bundled options. i.e. \"LICENSE_VALIDATION\"</p>\n</li>\n<li><p><code>customFields</code> (Array[object], optional): A customer's custom fields.</p>\n</li>\n<li><p><code>billCode</code> (string, optional): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string, optional): A customer's custom billing reference note.</p>\n</li>\n<li><p><code>vaultAge</code> (number, optional): Integer value for vault age in days.<br />  <strong>Values accepted:</strong></p>\n<ul>\n<li><p>0 = no vault allowed</p>\n</li>\n<li><p>1-1095 = days</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\"><strong>Response</strong></h2>\n<p>Upon successful request, the API will respond with the a 201 Created containing the order ID.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</li>\n</ul>\n","urlObject":{"path":["orders","v1","activityreports","detail"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"45c0ffb1-acc6-4267-b347-ed656242ec17","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/detail"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"a9effbb3-4178-f6e9-08a7-e9520c4620d7\"\n}"},{"id":"2bb8dbed-e211-4886-943d-0944a93dd717","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/detail"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"45cb2b91-0dea-4547-94d0-3689f179801f","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/detail"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"96781e5a-d7ff-4980-8c15-7dce683dddaa","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/detail"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"61425509-d770-4f10-84d9-714d546e81f0","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/detail"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Formats for field(s) '<field names>' are invalid\"\n}"},{"id":"dc815606-c8ce-4c17-899b-042182f0e1e2","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"birthDate\": \"1980-08-16\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"licenseNumber\": \"1234567890\",\n  \"licenseState\": \"CA\",\n  \"middleName\": \"Alexander\",\n  \"suffix\": \"\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"purpose\": \"INSURANCE\",\n  \"options\": [\n    \"LICENSE_VALIDATION\"\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"Custom Field\",\n      \"value\": \"Custom Value\"\n    }\n  ],\n  \"licenseCategory\": \"LICENSE\",\n  \"issueDate\": \"1998-08-16\",\n  \"expiryDate\": \"2008-08-16\",\n  \"eyeColor\": \"BLACK\",\n  \"gender\": \"MALE\",\n  \"address\": {\n    \"street\": \"495 Grove Street\",\n    \"city\": \"Boulder\",\n    \"state\": \"CO\",\n    \"zipCode\": \"80301\"\n  },\n  \"height\": 510,\n  \"weight\": 195,\n  \"vaultAge\": 30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/orders/v1/activityreports/detail"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"E01\",\n  \"message\": \"Driver data is invalid, please fix and try again. '<field names>' invalid\"\n}"}],"_postman_id":"6b8ab070-253a-4acf-b144-39123f2d4392"},{"name":"Check Order Status","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"reportId\", pm.response.json().links[0].id);","});"],"type":"text/javascript","id":"d2b8e207-7449-496f-98c7-7080f5cd53fc"}}],"id":"047c1f46-1a71-4300-b6af-cf89994efcd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/orders/v1/activityreports/detail/:orderId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves summary information for the corresponding order ID. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><strong><code>orderId</code></strong> the unique identifer for the order.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with details for the corresponding order. Contains the orderStatus and a links reference to the report, when completed.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>orderId</code> (string, uuid): The order's unique identifier.</p>\n</li>\n<li><p><code>orderStatus</code> (string): The status of the order.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n<li><p><code>orderCompletedDateTime</code> (string, datetime): The timestamp of the order was completed.</p>\n</li>\n<li><p><code>controlNumber</code> (string): A SambaSafety identifier for the order.</p>\n</li>\n<li><p><code>links</code> (object): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"receive-order-completion-notification\">Receive Order Completion Notification</h2>\n<p>If you have subscribed to the webhook when the order has been successfully \"fulfilled\", the CallbackURL will be invoked with a <strong>\"POST\"</strong> and a body containing a url link to the report, and the report uuid.</p>\n<p>If an error occurs, the response will have an “error\" event type, with a description of the error.</p>\n<ul>\n<li><p><code>activitydetail.received</code></p>\n</li>\n<li><p><code>activitydetail.error</code></p>\n</li>\n</ul>\n<h1 id=\"vndsambasafetyactivitydetailreceivedjson\">vnd.sambasafety.activitydetail.received+json</h1>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>orderDate</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>productOrdered</code> (string): The product ordered (subType).</p>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.-</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n","urlObject":{"path":["orders","v1","activityreports","detail",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"9b3e6f8a-6882-4b09-9a8d-1913a3207965","description":{"content":"<p>(Required) The order's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderId"}]}},"response":[{"id":"efb95808-3721-4a8f-b96f-2ae4483f81e1","name":"200 OK: Status: Fulfilled","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/detail/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","detail",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"FULFILLED\",\n  \"controlNumber\": \"07NXIP\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": \"2023-09-06T04:19:12.655926Z\",\n  \"links\": [\n    {\n      \"rel\": \"activityreports\",\n      \"href\": \"/reports/v1/activityreports/detail/0aaed7b3-904f-48bc-93aa-6237f87986f5\",\n      \"type\": \"GET\",\n      \"id\": \"0aaed7b3-904f-48bc-93aa-6237f87986f5\"\n    }\n  ]\n}"},{"id":"16d89299-31d3-4eea-9223-62a3fe3ac7b1","name":"200 OK: Status: Pending","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/detail/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","detail",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"PENDING\",\n  \"controlNumber\": null,\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": null,\n  \"links\": []\n}"},{"id":"5b0189d0-bfac-4f07-8283-146af7e46c6b","name":"200 OK: Status: Error","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/detail/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","detail",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"ERROR\",\n  \"controlNumber\": \"07NXIP\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"orderCompletedDateTime\": \"2023-09-06T04:19:12.655926Z\",\n  \"links\": [\n    {\n      \"rel\": \"activityreports\",\n      \"href\": \"/reports/v1/activityreports/detail/0aaed7b3-904f-48bc-93aa-6237f87986f5\",\n      \"type\": \"GET\",\n      \"id\": \"0aaed7b3-904f-48bc-93aa-6237f87986f5\"\n    }\n  ]\n}"},{"id":"98d5e60f-3e77-417f-b098-596cd9076ae2","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/detail/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","detail",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f70dc48f-79bd-4ff3-8987-fb94a5f8c8d9","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/detail/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","detail",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"f1ab1d8c-41d1-4058-86ff-d3ade0bef267","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/orders/v1/activityreports/detail/:orderId","host":["{{baseUrl}}"],"path":["orders","v1","activityreports","detail",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"047c1f46-1a71-4300-b6af-cf89994efcd1"},{"name":"Get a Report","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/vnd.sambasafety.json;version=2.0.4\");","});"],"type":"text/javascript","id":"07d9d507-4d69-4406-97a5-954224ca2742"}}],"id":"9dc2aaea-205e-430b-acb9-7afe9cff57a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"}],"url":"{{baseUrl}}/reports/v1/activityreports/detail/:reportId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves Activity Detail Report for the corresponding Report ID.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: [Document Version]</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<p><strong>Available Versions:</strong></p>\n<ul>\n<li><p><strong>application/vnd.sambasafety.json;version=2.0.4</strong></p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.3</p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.2</p>\n</li>\n<li><p>application/vnd.sambasafety.xml;version=2.0.0</p>\n</li>\n<li><p>application/vnd.sambasafety.html</p>\n</li>\n<li><p>application/vnd.sambasafety.pdf ( Base64 Encoded String )</p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>reportId</code>: the unique identifer for the Activity Detail Report.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with the Activity Detail Report for the <code>reportId</code> and report <code>version</code> requested.</p>\n<h3 id=\"applicationvndsambasafetyjsonversion204\">application/vnd.sambasafety.json;version=2.0.4</h3>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>Record</code></p>\n<ul>\n<li><p><code>JrRecord</code></p>\n<ul>\n<li><p><code>Criteria</code> (object) Contains parameters sent with the request.</p>\n<ul>\n<li><p><code>OrderDate</code> (object) Contains the date parameters of when the order was placed.</p>\n<ul>\n<li><p><code>Year</code> (number) The date's year component.</p>\n</li>\n<li><p><code>Month</code> (number) The date's month component.</p>\n</li>\n<li><p><code>Day</code> (number) The date's day component.</p>\n</li>\n<li><p><code>Full</code> (string) The date in string format.</p>\n</li>\n<li><p><code>Ticks</code> (number) The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>OrderTime</code> (object) Contains the time parameters of when the order was placed.</p>\n<ul>\n<li><p><code>Hour</code> (string) The time's hour component [0-23].</p>\n</li>\n<li><p><code>Minute</code> (string) The time's minute component [0-59].</p>\n</li>\n<li><p><code>Second</code> (string) The time's second component [0-59].</p>\n</li>\n</ul>\n</li>\n<li><p><code>AccountID</code> (string) The account the order was placed under.</p>\n</li>\n<li><p><code>UserID</code> (string) The account user who placed the order.</p>\n</li>\n<li><p><code>Routing</code> (string) An internal system routing id.</p>\n</li>\n<li><p><code>TrackingNumber</code> (string) An internal system tracking number.</p>\n</li>\n<li><p><code>Host</code> (string) The internal service identifier.</p>\n</li>\n<li><p><code>ProductID</code> (string) The internal product code for the order.</p>\n</li>\n<li><p><code>State</code> (object) The license state provided in the request.</p>\n<ul>\n<li><p><code>Abbrev</code> (string) The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code> (string) The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Subtype</code> (string) A code indicating a product subtype.</p>\n</li>\n<li><p><code>SubtypeFull</code> (string) The full name for the product subtype.</p>\n</li>\n<li><p><code>FirstName</code> (string) The first name provided in the request.</p>\n</li>\n<li><p><code>LastName</code> (string) The last name provided in the request.</p>\n</li>\n<li><p><code>BirthDate</code> (string) The birth date provided in the request.</p>\n<ul>\n<li><p><code>Year</code> (number) The date's year component.</p>\n</li>\n<li><p><code>Month</code> (number) The date's month component.</p>\n</li>\n<li><p><code>Day</code> (number) The date's day component.</p>\n</li>\n<li><p><code>Full</code> (string) The date in string format.</p>\n</li>\n<li><p><code>Ticks</code> (number) The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>LicenseNumber</code> (string) The license number provided in the request.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Result</code> (object) Contains the results of the order.</p>\n<ul>\n<li><p><code>Control</code> (string) An internal control number for the order.</p>\n</li>\n<li><p><code>Valid</code> (string) A [Y,N] indicator that the order was valid.</p>\n</li>\n<li><p><code>ErrorDescription</code> (string) A message describing the result.</p>\n</li>\n<li><p><code>ReturnedDate</code> (object) Contains the date parameters of when the order was returned.</p>\n<ul>\n<li><p><code>Year</code> (number) The date's year component.</p>\n</li>\n<li><p><code>Month</code> (number) The date's month component.</p>\n</li>\n<li><p><code>Day</code> (number) The date's day component.</p>\n</li>\n<li><p><code>Full</code> (string) The date in string format.</p>\n</li>\n<li><p><code>Ticks</code> (number) The date's numeric equivalent.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ReturnTime</code> (object) Contains the time parameters of when the order was returned.</p>\n<ul>\n<li><p><code>Hour</code> (string) The time's hour component [0-23].</p>\n</li>\n<li><p><code>Minute</code> (string) The time's minute component [0-59].</p>\n</li>\n<li><p><code>Second</code> (string) The time's second component [0-59].</p>\n</li>\n</ul>\n</li>\n<li><p><code>IsClear</code> (string) A [Y, N] clear indicator.</p>\n</li>\n<li><p><code>InvoicePath</code> (string) The invoice path.</p>\n</li>\n<li><p><code>ResultCode</code> (string) A code for the result.</p>\n</li>\n</ul>\n</li>\n<li><p><code>MessageList</code> (array) A list of messages returned as part of the report.</p>\n<ul>\n<li><code>Line</code> (string) A message line.</li>\n</ul>\n</li>\n<li><p><code>EventList</code> (array) A list of events returned as part of the report.</p>\n<ul>\n<li><p><code>Common</code> (object) A set of common parameters for the event.</p>\n<ul>\n<li><p><code>State</code> (object) The state where the event occured.</p>\n<ul>\n<li><p><code>Abbrev</code> (string) The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code> (string) The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Date</code> (object) Contains the date parameters of when the event occured.</p>\n<ul>\n<li><p><code>Year</code> (number) The date's year component.</p>\n</li>\n<li><p><code>Month</code> (number) The date's month component.</p>\n</li>\n<li><p><code>Day</code> (number) The date's day component.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>DescriptionList</code> (array) of descriptions associated with the event.</p>\n<ul>\n<li><p><code>AdjudicatedDate</code> (object) Contains the date parameters of when the event was adjudicated in court.</p>\n<ul>\n<li><p><code>Year</code> (number) The date's year component.</p>\n</li>\n<li><p><code>Month</code> (number) The date's month component.</p>\n</li>\n<li><p><code>Day</code> (number) The date's day component.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Avd1</code> (string) A SambaSafety standardized code for the event.</p>\n</li>\n<li><p><code>Avd2</code> (string) A SambaSafety standardized code for the event.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Violation</code> (object) Representing the violation.</p>\n<ul>\n<li><p><code>ViolDisposition</code> (string) Disposition of the violation.</p>\n</li>\n<li><p><code>ViolStatute</code> (string) The state's legal statute of the violation.</p>\n</li>\n<li><p><code>ViolDescState</code> (string) The state's description of the violation.</p>\n</li>\n<li><p><code>NewViolation</code> (string) A [Y,N] indicator if the violation is new.</p>\n</li>\n</ul>\n</li>\n<li><p><code>State</code> (object) The state where the violation occured.</p>\n<ul>\n<li><p><code>Abbrev</code> (string) The state's abbreviation.</p>\n</li>\n<li><p><code>Full</code> (string) The state's full name.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Municipality</code> (string) The local jurisdiction where the violation occured.</p>\n</li>\n<li><p><code>Summons</code> (string) The summons identification.</p>\n</li>\n<li><p><code>Docket</code> (string) The docket number.</p>\n</li>\n<li><p><code>EventCompCode</code> (string) A event custom scoring code.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["reports","v1","activityreports","detail",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"c8bffe2d-68b0-4d6a-b2d8-50cec2f0d6b7","description":{"content":"<p>(Required) A report's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"reportId"}]}},"response":[{"id":"ebcafa8c-6871-4dae-afc7-e9d931f26ec8","name":"200 OK: Court Records, Version=2.0.4","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/detail/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","detail",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"Record\" : {\n    \"JrRecord\" : {\n      \"Criteria\" : {\n        \"OrderDate\" : {\n          \"Year\" : 2024,\n          \"Month\" : 2,\n          \"Day\" : 21\n        },\n        \"OrderTime\" : {\n          \"Hour\" : 16,\n          \"Minute\" : 15,\n          \"Second\" : 0\n        },\n        \"AccountID\" : \"K1619\",\n        \"Routing\" : \"LILO\",\n        \"TrackingNumber\" : \"000000\",\n        \"Host\" : \"OL\",\n        \"ProductID\" : \"JX\",\n        \"State\" : {\n          \"Abbrev\" : \"WA\",\n          \"Full\" : \"WASHINGTON\"\n        },\n        \"Subtype\" : \"ST\",\n        \"SubtypeFull\" : \"JUDICIAL LOOKBACK\",\n        \"FirstName\" : \"ALVINA\",\n        \"MiddleName\" : \"SSSSSS\",\n        \"LastName\" : \"ROBERTS\",\n        \"BirthDate\" : {\n          \"Year\" : 1985,\n          \"Month\" : 10,\n          \"Day\" : 20\n        },\n        \"LicenseNumber\" : \"WWW5WW5W6039\"\n      },\n      \"Result\" : {\n        \"Control\" : \"081RSU\",\n        \"Valid\" : \"Y\",\n        \"ErrorDescription\" : \"DIRTY\",\n        \"ReturnedDate\" : {\n          \"Year\" : 2024,\n          \"Month\" : 2,\n          \"Day\" : 21\n        },\n        \"ReturnedTime\" : {\n          \"Hour\" : 16,\n          \"Minute\" : 15,\n          \"Second\" : 0\n        },\n        \"IsClear\" : \"Y\",\n        \"InvoicePath\" : \"ACTIVITY DETAIL\"\n      },\n      \"MessageList\" : [ {\n        \"Line\" : \"SUCCESS\"\n      } ],\n      \"EventList\" : [ {\n        \"Common\" : {\n          \"State\" : {\n            \"Abbrev\" : \"WA\",\n            \"Full\" : \"WASHINGTON\"\n          },\n          \"Date\" : {\n            \"Year\" : 2022,\n            \"Month\" : 11,\n            \"Day\" : 7\n          }\n        },\n        \"DescriptionList\" : [ {\n          \"AdjudicatedDate\" : {\n            \"Year\" : 2022,\n            \"Month\" : 4,\n            \"Day\" : 29\n          },\n          \"Avd1\" : \"MB10\",\n          \"Avd2\" : \"MB10\"\n        } ],\n        \"Violation\" : {\n          \"ViolDisposition\" : \"CONVICTED\",\n          \"ViolStatute\" : \"46.61.165\",\n          \"ViolDescState\" : \"VIO OF TRANSIT/CAR POOL LANE\",\n          \"NewViolation\" : \"Y\"\n        },\n        \"State\" : {\n          \"Abbrev\" : \"WA\",\n          \"Full\" : \"WASHINGTON\"\n        },\n        \"Municipality\" : \"KING COUNTY DISTRICT COURT\",\n        \"Summons\" : \"WSP8Z10904231\",\n        \"Docket\" : \"8Z1090423\",\n        \"EventCompCode\" : \"DIRTY\"\n      } ]\n    }\n  }\n}"},{"id":"ff1c69f7-40c6-49d1-9602-5d74e4eb23bb","name":"200 OK: Public Record, Version=2.0.4","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/detail/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","detail",":reportId"],"variable":[{"key":"reportId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                \"OrderDate\": {\n                    \"Year\": 2023,\n                    \"Month\": 7,\n                    \"Day\": 10,\n                    \"Full\": \"2023-07-10\",\n                    \"Ticks\": 1688947200000\n                },\n                \"OrderTime\": {\n                    \"Hour\": \"18\",\n                    \"Minute\": \"47\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"K1619\",\n                \"UserID\": \"K161937\",\n                \"Routing\": \"LILO\",\n                \"Purpose\": \"AA\",\n                \"Reference\": \"ACTIVITY DETAIL QUOTE\",\n                \"TrackingNumber\": \"000000\",\n                \"BillCode\": \"EXAMPLE\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"JX\",\n                \"State\": {\n                    \"Abbrev\": \"AZ\",\n                    \"Full\": \"ARIZONA\"\n                },\n                \"Subtype\": \"QT\",\n                \"SubtypeFull\": \"JUDICIAL LOOKBACK QT\",\n                \"FirstName\": \"MARIELLE\",\n                \"LastName\": \"JOHNSTON\",\n                \"BirthDate\": {\n                    \"Year\": 1980,\n                    \"Month\": 1,\n                    \"Day\": 1,\n                    \"Full\": \"1980-01-01\",\n                    \"Ticks\": 315532800000\n                },\n                \"LicenseNumber\": \"0U2020585\"\n            },\n            \"Result\": {\n                \"Control\": \"07IEHI\",\n                \"Valid\": \"Y\",\n                \"ErrorDescription\": \"CLEAN\",\n                \"ReturnedDate\": {\n                    \"Year\": 2023,\n                    \"Month\": 7,\n                    \"Day\": 10,\n                    \"Full\": \"2023-07-10\",\n                    \"Ticks\": 1688947200000\n                },\n                \"ReturnedTime\": {\n                    \"Hour\": \"18\",\n                    \"Minute\": \"47\",\n                    \"Second\": \"0\"\n                },\n                \"IsClear\": \"Y\",\n                \"InvoicePath\": \"ON DEMAND\"\n            }\n        }\n    }\n}"},{"id":"617c1ad3-55f0-4862-b803-db30249aeff9","name":"200 OK: Clean Stub","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer","type":"text"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/detail/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","detail",":reportId"],"variable":[{"key":"reportId","value":"","description":"(Required) A report's unique identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\": {\n        \"DlRecord\": {\n            \"Criteria\": {\n                \"OrderDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 6,\n                    \"Day\": 22,\n                    \"Full\": \"2024-06-22\",\n                    \"Ticks\": 1719014400000\n                },\n                \"OrderTime\": {\n                    \"Hour\": \"17\",\n                    \"Minute\": \"8\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"V7338\",\n                \"UserID\": \"V733802\",\n                \"Routing\": \"LILO\",\n                \"Purpose\": \"AA\",\n                \"TrackingNumber\": \"000000\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"JX\",\n                \"State\": {\n                    \"Abbrev\": \"TX\",\n                    \"Full\": \"TEXAS\"\n                },\n                \"Subtype\": \"ST\",\n                \"SubtypeFull\": \"JUDICIAL LOOKBACK\",\n                \"FirstName\": \"GEORGE\",\n                \"MiddleName\": \"FLINT\",\n                \"LastName\": \"GARCIA\",\n                \"BirthDate\": {\n                    \"Year\": 1959,\n                    \"Month\": 8,\n                    \"Day\": 15,\n                    \"Full\": \"1959-08-15\",\n                    \"Ticks\": -327628800000\n                },\n                \"LicenseNumber\": \"00000000\",\n                \"OrderLookBackStartDate\": {\n                    \"Year\": 2021,\n                    \"Month\": 6,\n                    \"Day\": 22,\n                    \"Full\": \"2021-06-22\",\n                    \"Ticks\": 1624320000000\n                },\n                \"OrderLookBackEndDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 6,\n                    \"Day\": 22,\n                    \"Full\": \"2024-06-22\",\n                    \"Ticks\": 1719014400000\n                }\n            },\n            \"Result\": {\n                \"Control\": \"HIG0SV\",\n                \"Valid\": \"Y\",\n                \"ErrorDescription\": \"PULL FORWARD\",\n                \"ReturnedDate\": {\n                    \"Year\": 2024,\n                    \"Month\": 6,\n                    \"Day\": 22,\n                    \"Full\": \"2024-06-22\",\n                    \"Ticks\": 1719014400000\n                },\n                \"ReturnedTime\": {\n                    \"Hour\": \"17\",\n                    \"Minute\": \"8\",\n                    \"Second\": \"0\"\n                },\n                \"IsFromArchive\": \"N\",\n                \"InvoicePath\": \"CLEAN STUB\"\n            }\n        }\n    }\n}"},{"id":"55b2b681-4ef4-4154-b022-2bc61904e877","name":"200 OK: Clean","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer","type":"text"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/detail/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","detail",":reportId"],"variable":[{"key":"reportId","value":"","description":"(Required) A report's unique identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\":\n    {\n        \"JrRecord\":\n        {\n            \"Criteria\":\n            {\n                \"OrderDate\":\n                {\n                    \"Year\": 2024,\n                    \"Month\": 6,\n                    \"Day\": 22\n                },\n                \"OrderTime\":\n                {\n                    \"Hour\": 16,\n                    \"Minute\": 12,\n                    \"Second\": 0\n                },\n                \"AccountID\": \"E2791\",\n                \"Routing\": \"LILO\",\n                \"Purpose\": \"AA\",\n                \"TrackingNumber\": \"000000\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"JX\",\n                \"State\":\n                {\n                    \"Abbrev\": \"TX\",\n                    \"Full\": \"TEXAS\"\n                },\n                \"Subtype\": \"ST\",\n                \"SubtypeFull\": \"JUDICIAL LOOKBACK\",\n                \"FirstName\": \"GEORGE\",\n                \"LastName\": \"CHAN\",\n                \"BirthDate\":\n                {\n                    \"Year\": 1982,\n                    \"Month\": 11,\n                    \"Day\": 5\n                },\n                \"LicenseNumber\": \"00000000\"\n            },\n            \"Result\":\n            {\n                \"Control\": \"HIFZ12\",\n                \"Valid\": \"Y\",\n                \"ErrorDescription\": \"CLEAN\",\n                \"ReturnedDate\":\n                {\n                    \"Year\": 2024,\n                    \"Month\": 6,\n                    \"Day\": 22\n                },\n                \"ReturnedTime\":\n                {\n                    \"Hour\": 16,\n                    \"Minute\": 13,\n                    \"Second\": 0\n                },\n                \"IsClear\": \"Y\",\n                \"InvoicePath\": \"CLEAN\"\n            }\n        }\n    }\n}"},{"id":"80f5ee38-593e-4f85-8af6-d6fe821da160","name":"200 OK: Vault","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.json;version=2.0.4"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer","type":"text"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/detail/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","detail",":reportId"],"variable":[{"key":"reportId","value":"","description":"(Required) A report's unique identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Record\":\n    {\n        \"DlRecord\":\n        {\n            \"Criteria\":\n            {\n                \"OrderDate\":\n                {\n                    \"Year\": 2024,\n                    \"Month\": 6,\n                    \"Day\": 5,\n                    \"Full\": \"2024-06-05\",\n                    \"Ticks\": 1717545600000\n                },\n                \"OrderTime\":\n                {\n                    \"Hour\": \"12\",\n                    \"Minute\": \"55\",\n                    \"Second\": \"0\"\n                },\n                \"AccountID\": \"E2791\",\n                \"UserID\": \"E279104\",\n                \"Routing\": \"LILO\",\n                \"TrackingNumber\": \"000000\",\n                \"BillCode\": \"111\",\n                \"Host\": \"OL\",\n                \"ProductID\": \"JX\",\n                \"State\":\n                {\n                    \"Abbrev\": \"TX\",\n                    \"Full\": \"TEXAS\"\n                },\n                \"Subtype\": \"ST\",\n                \"SubtypeFull\": \"JUDICIAL LOOKBACK\",\n                \"FirstName\": \"ANTHONY\",\n                \"LastName\": \"WALKER\",\n                \"BirthDate\":\n                {\n                    \"Year\": 1972,\n                    \"Month\": 8,\n                    \"Day\": 19,\n                    \"Full\": \"1972-08-19\",\n                    \"Ticks\": 46137600000\n                },\n                \"LicenseNumber\": \"10000000\",\n                \"OrderLookBackStartDate\":\n                {\n                    \"Year\": 2024,\n                    \"Month\": 2,\n                    \"Day\": 5,\n                    \"Full\": \"2024-02-05\",\n                    \"Ticks\": 1707091200000\n                },\n                \"OrderLookBackEndDate\":\n                {\n                    \"Year\": 2024,\n                    \"Month\": 6,\n                    \"Day\": 5,\n                    \"Full\": \"2024-06-05\",\n                    \"Ticks\": 1717545600000\n                }\n            },\n            \"Result\":\n            {\n                \"Control\": \"HDPIRU\",\n                \"Valid\": \"Y\",\n                \"ErrorDescription\": \"PULL FORWARD\",\n                \"ReturnedDate\":\n                {\n                    \"Year\": 2024,\n                    \"Month\": 6,\n                    \"Day\": 5,\n                    \"Full\": \"2024-06-05\",\n                    \"Ticks\": 1717545600000\n                },\n                \"ReturnedTime\":\n                {\n                    \"Hour\": \"12\",\n                    \"Minute\": \"55\",\n                    \"Second\": \"0\"\n                },\n                \"IsClear\": \"Y\",\n                \"MvrOrigDate\":\n                {\n                    \"Year\": 2024,\n                    \"Month\": 2,\n                    \"Day\": 5,\n                    \"Full\": \"2024-02-05\",\n                    \"Ticks\": 1707091200000\n                },\n                \"InvoicePath\": \"VAULT\"\n            },\n            \"Driver\":\n            {\n                \"FirstName\": \"DANIEL\",\n                \"MiddleName\": \"DWAYNE\",\n                \"LastName\": \"PRESTON\",\n                \"BirthDate\":\n                {\n                    \"Year\": 1972,\n                    \"Month\": 8,\n                    \"Day\": 19,\n                    \"Full\": \"1972-08-19\",\n                    \"Ticks\": 46137600000\n                },\n                \"Age\": \"52\",\n                \"AddressList\":\n                [\n                    {\n                        \"Street\": \"6000 PARK DR\",\n                        \"City\": \"DALLAS\",\n                        \"State\":\n                        {\n                            \"Abbrev\": \"TX\",\n                            \"Full\": \"TEXAS\"\n                        },\n                        \"Zip\": \"75240\"\n                    }\n                ]\n            },\n            \"CurrentLicense\":\n            {\n                \"Commercial\":\n                {\n                    \"Type\": \"COMMERCIAL\",\n                    \"ClassDescription\": \"COMBINE VEH &gt; 26K W/TRAILER &gt; 10K\",\n                    \"ClassCode\": \"A\",\n                    \"ExpirationDate\":\n                    {\n                        \"Year\": 2024,\n                        \"Month\": 6,\n                        \"Day\": 19,\n                        \"Full\": \"2024-06-19\",\n                        \"Ticks\": 1718755200000\n                    },\n                    \"StatusList\":\n                    [\n                        {\n                            \"Name\": \"VALID\"\n                        }\n                    ],\n                    \"RestrictionList\":\n                    [\n                        {\n                            \"Name\": \"WITH CORRECTIVE LENSES\"\n                        }\n                    ]\n                },\n                \"Number\": \"10000000\",\n                \"ExactOriginalIssueDate\":\n                {\n                    \"Year\": 1989,\n                    \"Month\": 6,\n                    \"Day\": 20,\n                    \"Full\": \"1989-06-20\",\n                    \"Ticks\": 614304000000\n                }\n            },\n            \"MedicalCertificateList\":\n            [\n                {\n                    \"Status\": \"CERTIFIED\",\n                    \"ExpirationDate\":\n                    {\n                        \"Year\": 2024,\n                        \"Month\": 7,\n                        \"Day\": 17,\n                        \"Full\": \"2024-07-17\",\n                        \"Ticks\": 1721174400000\n                    },\n                    \"IssueDate\":\n                    {\n                        \"Year\": 2023,\n                        \"Month\": 7,\n                        \"Day\": 17,\n                        \"Full\": \"2023-07-17\",\n                        \"Ticks\": 1689552000000\n                    },\n                    \"RestrictionList\":\n                    [\n                        {\n                            \"Description\": \"CORRECTIVE LENSES\"\n                        }\n                    ],\n                    \"Examiner\":\n                    {\n                        \"First\": \"PRIANKA\",\n                        \"Last\": \"SHARMA\",\n                        \"License\": \"J9000\",\n                        \"LicenseState\":\n                        {\n                            \"Abbrev\": \"TX\",\n                            \"Full\": \"TEXAS\"\n                        },\n                        \"RegistrationNumber\": \"7000000000\",\n                        \"Phone\": \"(000)000-0000\",\n                        \"SpecialtyDescription\": \"MEDICAL DOCTOR\"\n                    },\n                    \"SelfCertification\":\n                    {\n                        \"Type\": \"NON-EXCEPTED INTERSTATE\",\n                        \"TypeCode\": \"NI\"\n                    }\n                }\n            ],\n            \"MessageList\":\n            [\n                [\n                    {\n                        \"Line\": \"THIS TYPE OF RECORD WILL NOT REFLECT COMPLETION OF A DRIVING\"\n                    },\n                    {\n                        \"Line\": \"SAFETY COURSE.\"\n                    }\n                ],\n                [\n                    {\n                        \"Line\": \"THIS RECORD REFLECTS CONVICTIONS AND CRASH INVOLVEMENTS THAT\"\n                    },\n                    {\n                        \"Line\": \"ARE ALLOWED TO BE DISPLAYED BY LAW.\"\n                    }\n                ],\n                [\n                    {\n                        \"Line\": \"EXPIRATION DATES IN THIS DOCUMENT MAY HAVE BEEN EXTENDED PURSUANT TO EXECUTIVE\"\n                    },\n                    {\n                        \"Line\": \"OR LEGISLATIVE ACTION OF THE ISSUING JURISDICTION RELATED TO COVID-19.\"\n                    },\n                    {\n                        \"Line\": \"PLEASE CONSULT WITH THE JURISDICTION FOR FURTHER DETAILS.\"\n                    }\n                ]\n            ]\n        }\n    }\n}"},{"id":"2af5bedb-8238-43ae-aaf0-0d2a130f5192","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/detail/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","detail",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"389250ba-fe9c-4553-a74a-41c10194e928","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/detail/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","detail",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"d4ed1054-9748-4823-b9f9-f9b85067497d","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/detail/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","detail",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c782bde0-5ab7-432f-9c75-15283d103ece","name":"406 Not Acceptable","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/activityreports/detail/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","activityreports","detail",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9dc2aaea-205e-430b-acb9-7afe9cff57a4"}],"id":"0f0aa771-a08a-4c49-a5c0-89794ede2a8f","description":"<p>Activity Detail is used for retrieving a historical violation detail report as an alternative to a State-Direct MVR.</p>\n<h4 id=\"how-it-works\"><strong>How it Works</strong></h4>\n<ul>\n<li><p><a href=\"https://sambaengineering.postman.co/workspace/Developers-Portal~0139f540-37f5-4d70-bfa6-efb4bb49eee2/folder/23966849-0c460b07-4c7c-4842-8d6c-3fa22b9c00be?active-environment=2dbbb266-57d9-4f7a-b761-6bed9662c6da\"><b>Authentication</b></a>: Obtain a token to gain access</p>\n</li>\n<li><p><strong>Place an Order</strong>: Place an order to get data for the person</p>\n</li>\n<li><p><strong>Check Order Status</strong>: Check whether an order that has been placed has been fulfilled</p>\n</li>\n<li><p><strong>Get a Report</strong>: Get the data ordered</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> <a href=\"https://support.sambasafety.com/activity-history-version-5/activity-history-version-40/version/3\"><b>Activity Detail</b></a> <strong>visit our</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n","_postman_id":"0f0aa771-a08a-4c49-a5c0-89794ede2a8f","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}}],"id":"b2e69d86-bdbe-4882-931f-edb65f315e68","description":"<h2 id=\"overview\">Overview</h2>\n<p>We provide a variety of Data Solutions APIs, but not all are available in every state. You can find the specific APIs available for each state in our <a href=\"https://support.sambasafety.com/data-solutions-api-group/data-solutions-state-support?from_search=163608611\">detailed table</a>.</p>\n<p>Here’s a brief overview of the types of Data Solutions we offer through our REST APIs:</p>\n<p>- <strong>License Number Search</strong><br />- <strong>License Discovery</strong><br />- <strong>License History Discovery</strong><br />- <strong>License Verification</strong><br />- <strong>Activity Detail</strong><br />- <strong>Activity History</strong><br />- <strong>Activity Indicator</strong><br />- <strong>Activity MVR</strong><br />- <strong>Intelligent MVR</strong><br />- <strong>Transactional MVR</strong></p>\n<p>For further details, you can explore the respective links provided in our documentation.</p>\n","_postman_id":"b2e69d86-bdbe-4882-931f-edb65f315e68","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"License Monitoring","item":[{"name":"Groups","item":[{"name":"List all Groups","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"groupId\", pm.response.json().data[0].groupId);","});",""],"type":"text/javascript","id":"1281969a-c4e4-476a-aff3-8b7e0bff4cfd"}}],"id":"7dda031c-3bdd-4e52-97ae-1dec458977d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/organization/v1/groups?page=1&size=50","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves a list of all groups within the organization. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with a list of groups in the organization.<br /><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>groupId</code> (string, uuid): The group's unique identifier.</p>\n</li>\n<li><p><code>groupName</code> (string): A short name for the group.</p>\n</li>\n<li><p><code>description</code> (string): A description of the group</p>\n</li>\n<li><p><code>parentGroupId</code> (string, uuid): A parent's group unique identifier.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><code>totalPages</code> (number): The total number of pages.</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","groups"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"}],"variable":[]}},"response":[{"id":"654005ed-dcb0-4da1-8577-a3d87c4d170c","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","groups"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"groupName\": \"Southwest Region\",\n      \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\",\n      \"groupId\": \"12f7b806-c90e-4726-8d01-5ad16284f682\"\n    },\n    {\n      \"groupName\": \"Southwest Region Parent\",\n      \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\",\n      \"groupId\": \"c7ca6623-6b48-4df2-aa89-7a3d8fa229e5\"\n    },\n    {\n      \"groupName\": \"Southwest Sub Region A\",\n      \"description\": \"Territory covering the states of NV, CO\",\n      \"groupId\": \"d46c6faf-7359-486b-a865-18769ba46fce\"\n    },\n    {\n      \"groupName\": \"Central Region Parent\",\n      \"description\": \"Territory covering the states of IA, MN, SD, ND, NE\",\n      \"groupId\": \"1f791ae4-0b8f-436e-bac3-4ab9cbced006\"\n    },\n    {\n      \"groupName\": \"Central Sub Region A\",\n      \"description\": \"Territory covering the states of SD, ND, NE\",\n      \"groupId\": \"94dce83e-aec6-4585-ab71-4a8aa21d53aa\",\n      \"parentGroupId\": \"1f791ae4-0b8f-436e-bac3-4ab9cbced006\"\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": 1\n  },\n  \"links\": {\n    \"self\": \"https://api.sambasafety.io/organization/v1/groups?page=1&size=50\",\n    \"first\": \"https://api.sambasafety.io/organization/v1/groups?page=1&size=50\",\n    \"last\": \"https://api.sambasafety.io/organization/v1/groups?page=1&size=50\"\n  }\n}"},{"id":"8a44ad3e-267d-4ec6-a9e9-a3d3e6898cb6","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","groups"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"19a4588d-9acc-49d8-8391-fa27dc56ab10","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","groups"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"7dda031c-3bdd-4e52-97ae-1dec458977d6"},{"name":"Create a Group","event":[{"listen":"test","script":{"exec":["pm.test(\"Group Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"groupId\", pm.response.json().groupId);","});"],"type":"text/javascript","id":"0b065e13-1939-4e29-ab61-52e20addf260"}}],"id":"5b9a5c0f-28be-4651-a58b-cbcffc16868e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\",\n  \"parentGroupId\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/groups","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you to add a group to the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>groupName</code> (string, required): A short name for the group.</p>\n</li>\n<li><p><code>description</code> (string, optional): A description of the group</p>\n</li>\n<li><p><code>parentGroupId</code> (string, optional): A parent's group unique identifier. Adding this add hierarchy to the group structure.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful addition of the group, the API will respond with the ID of the newly added group.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>groupId</code>: the unique identifier for the group.</li>\n</ul>\n","urlObject":{"path":["organization","v1","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b9069bda-5716-423f-aa25-06e72a852333","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n}"},{"id":"ff851e6f-79e5-418c-ab59-0a1c1272a7e7","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/groups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ab33b67e-faf4-47ef-b33d-0c29fc61a37c","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/groups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ba16f5bc-5492-4201-89dc-bb636a9da95a","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/groups"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"5924f6cd-9527-4106-be97-a2c2b0ebd2ef","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/groups"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"G04\",\n  \"message\": \"parentGroupId provided is invalid.\"\n}"},{"id":"dc2aaa24-e207-450a-9ed9-003c9acaf571","name":"406 Not Acceptable","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/groups"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"G01\",\n  \"message\": \"Group with this name already exists.\"\n}"},{"id":"2e4f00a9-3726-4b03-8349-f2714a5c013c","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/groups"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B01\",\n  \"message\": \"Required field(s) '<field names>' are missing.\"\n}"}],"_postman_id":"5b9a5c0f-28be-4651-a58b-cbcffc16868e"},{"name":"Read a Group","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"c9276a07-b7df-4c7a-8ded-b6b27d75ec55"}}],"id":"8b756ab4-09a2-4f05-bf08-5592358c48f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/organization/v1/groups/:groupId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves the group details for a specific group ID within the organization. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>groupId</code>: the unique identifier for the group.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with properties of the group.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>groupId</code> (string, uuid): The group's unique identifier.</p>\n</li>\n<li><p><code>groupName</code> (string): A short name for the group.</p>\n</li>\n<li><p><code>description</code> (string): A description of the group</p>\n</li>\n<li><p><code>parentGroupId</code> (string, uuid): A parent's group unique identifier.</p>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"ac7b4e00-9ced-4d0a-a5f3-3efa086b170d","description":{"content":"<p>(Required) The group's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"groupId"}]}},"response":[{"id":"23678f6a-d8f7-4361-ba5f-eb134a4bddd1","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\",\n  \"groupId\": \"12f7b806-c90e-4726-8d01-5ad16284f682\"\n}"},{"id":"c17ab1c1-011e-4079-98b5-dc5d6ccc1981","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"07154b3e-ad7d-4054-ae95-66f96bba77bf","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"594af5ce-d040-4081-9da3-c67cc4f368bc","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8b756ab4-09a2-4f05-bf08-5592358c48f7"},{"name":"Update a Group","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","});"],"type":"text/javascript","id":"024b2dac-00ca-47b0-a9bc-a2de8e3afdd3"}}],"id":"b7c82a51-e17a-4698-acc3-b1af117f021f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\",\n  \"parentGroupId\": \"2e033d4f-e570-1499-512e-2a71a4639f0d\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/groups/:groupId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you to update the <code>groupName</code>, <code>description</code>, or add/remove a <code>parentGroupId</code> associated with a specific group within the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>groupId</code>: the unique identifer for the group is passed in the URL.</p>\n</li>\n<li><p><code>groupName</code> (string, required): A short name for the group.</p>\n</li>\n<li><p><code>description</code> (string, optional): A description of the group</p>\n</li>\n<li><p><code>parentGroupId</code> (string, optional): A parent's group unique identifier. Adding this add hierarchy to the group structure.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful update of the group, the API will respond with a 204 No Content.</p>\n","urlObject":{"path":["organization","v1","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"6ef6010b-7d1c-432c-9b06-297b89926961","description":{"content":"<p>(Required) The group's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"groupId"}]}},"response":[{"id":"7bce0d4e-7358-4fc5-9bb5-f601881ce822","name":"204 Not Content","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\",\n  \"parentGroupId\": \"2e033d4f-e570-1499-512e-2a71a4639f0d\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"237ceb88-0953-4e08-866c-a363758c15ba","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\",\n  \"parentGroupId\": \"2e033d4f-e570-1499-512e-2a71a4639f0d\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e7f0ff8a-e7f8-4411-a8eb-e4dc1c3b76e4","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\",\n  \"parentGroupId\": \"2e033d4f-e570-1499-512e-2a71a4639f0d\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9b102ca3-32a4-49d5-b532-bc14c7a54c5c","name":"403 Forbidden","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\",\n  \"parentGroupId\": \"2e033d4f-e570-1499-512e-2a71a4639f0d\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"fb6a1ada-91ea-4d5f-a3df-e456af6f3811","name":"404 Not Found","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\",\n  \"parentGroupId\": \"2e033d4f-e570-1499-512e-2a71a4639f0d\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"G04\",\n  \"message\": \"parentGroupId provided is invalid.\"\n}"},{"id":"e06927a4-0e27-403b-8f12-a8bd36420d8f","name":"406 Not Acceptable","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\",\n  \"parentGroupId\": \"2e033d4f-e570-1499-512e-2a71a4639f0d\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"G01\",\n  \"message\": \"Group with this name already exists.\"\n}"},{"id":"f99b2acd-4169-4e71-ac52-fd00ddf3a0ba","name":"409 Conflict","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"groupName\": \"Southwest Region\",\n  \"description\": \"Territory covering the states of CA, AZ, NM, NV, CO\",\n  \"parentGroupId\": \"2e033d4f-e570-1499-512e-2a71a4639f0d\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B01\",\n  \"message\": \"Required field(s) '<field names>' are missing.\"\n}"}],"_postman_id":"b7c82a51-e17a-4698-acc3-b1af117f021f"},{"name":"Delete a Group","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","});"],"type":"text/javascript","id":"c41cb72c-704e-42d6-95b4-479bdb5a6378"}}],"id":"fba33f9b-5db7-4f58-b37d-dcaa090ca2dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/organization/v1/groups/:groupId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint removes the group details for a specific group ID within the organization. The request does not include a request body.</p>\n<p>The group must be empty before the operation can be performed.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>groupId</code>: the unique identifer for the group is passed in the URL.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful removal of the group, the API will respond with a 204 No Content.</p>\n","urlObject":{"path":["organization","v1","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"c54668f1-e962-4629-93f4-05c9c1d32048","description":{"content":"<p>(Required) The group's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"groupId"}]}},"response":[{"id":"4ef0ed9b-5bcd-4da4-a1ac-0e9cb8dab4eb","name":"204 Not Content","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c9eab0d0-38d6-4bfc-9b4b-66b6c4e71cff","name":"401 Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7cd151cf-690a-4ab2-ba74-2bbf4868af65","name":"403 Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"e6de9bfa-a2de-49ba-a112-b1789f3af7ce","name":"404 Not Found","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"70929aa7-e6b7-43ec-9d27-2387b5b1aecb","name":"406 Not Acceptable","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId"],"variable":[{"key":"groupId"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"G02\",\n  \"message\": \"This group cannot be deleted because it has people in it.\"\n}"}],"_postman_id":"fba33f9b-5db7-4f58-b37d-dcaa090ca2dd"},{"name":"Move a Person to a Group","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","});"],"type":"text/javascript","id":"69584fbe-38e2-494c-bc42-fef601583a32"}}],"id":"4795c36e-6a9b-4864-9b2e-280de5a50a72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/organization/v1/groups/:groupId/people/:personId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint reassigns the person ID to a different group ID within the organization. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>groupId</code>: the unique identifer for the group.</p>\n</li>\n<li><p><code>personId</code>: the unique identifier for the person.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful moving the the group, the API will respond with a 204 No Content.</p>\n","urlObject":{"path":["organization","v1","groups",":groupId","people",":personId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"d93a87c5-15c0-47c8-9522-605de0a05f43","description":{"content":"<p>(Required) The group's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"groupId"},{"id":"572b07f6-f758-4078-8b09-3f6555013b10","description":{"content":"<p>(Required) The person's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"personId"}]}},"response":[{"id":"725ffd63-4572-4803-aa53-802b16877135","name":"204 Not Content","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people",":personId"],"variable":[{"key":"groupId"},{"key":"personId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"42387966-c7b6-4c79-b212-d5c42a719362","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people",":personId"],"variable":[{"key":"groupId"},{"key":"personId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"43aaab19-fc42-4ff3-a9c9-6ad560d9beb8","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people",":personId"],"variable":[{"key":"groupId"},{"key":"personId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"96d3271e-e359-4a42-99f9-458a9f71656d","name":"403 Forbidden","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people",":personId"],"variable":[{"key":"groupId"},{"key":"personId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"08ffa5f1-c0c6-4605-953c-3ab4a73e59c2","name":"404 Not Found","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people",":personId"],"variable":[{"key":"groupId"},{"key":"personId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"649eef28-204f-40fe-8c45-e6f1c688f05a","name":"409 Not Conflict","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people",":personId"],"variable":[{"key":"groupId"},{"key":"personId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"U01\",\n  \"message\": \"Person already exists in group with field(s) '<field names>'.\"\n}"}],"_postman_id":"4795c36e-6a9b-4864-9b2e-280de5a50a72"}],"id":"28c2d746-f29b-44c5-a027-35a0d0c2060d","description":"<p>Groups are containers of drivers that can be organized in a hierarchical structure. Each Person (Driver/Employee) must be associated with a Group. Group configuration allows users to create groups and group hierarchies to organize their roster of people. Each time a person is added to the roster, they are added to a group. Users can also be <a href=\"https://\">scoped</a> to only see specific groups and group data within their account.</p>\n<h2 id=\"design-considerations\">Design Considerations</h2>\n<p>The <code>groupId</code> in the path will be used to create a Person, and as a result, the <code>groupId</code> must be captured and maintained by your application.</p>\n<p>An important design decision is how Groups will be utilized, and does your database have the desired hierarchical information to share with the API.</p>\n<ul>\n<li><p>Create People in a Single <code>Group</code></p>\n</li>\n<li><p>Create and maintain multiple <code>Group</code>(s) from your application.</p>\n</li>\n<li><p>Groups are used to control <code>User</code> access within your application.</p>\n</li>\n<li><p>Groups allow for efficient common tasks at processed within your application.</p>\n</li>\n</ul>\n<h3 id=\"grouping-drivers-when-monitoring-licenses-can-offer-several-advantages\">Grouping drivers when monitoring licenses can offer several advantages:</h3>\n<ul>\n<li><p><strong>Risk Management</strong>: By grouping drivers based on risk levels (e.g., high-risk, medium-risk, low-risk), companies can tailor their monitoring and intervention strategies more effectively. High-risk drivers might need more frequent checks and additional training.</p>\n</li>\n<li><p><strong>Efficiency</strong>: Grouping drivers allows for more efficient monitoring. Instead of checking each driver individually, companies can monitor groups, making the process faster and more manageable.</p>\n</li>\n<li><p><strong>Targeted Interventions</strong>: Different groups may require different types of interventions. For example, new drivers might need more training and mentoring, while experienced drivers might benefit from periodic refresher courses.</p>\n</li>\n<li><p><strong>Compliance</strong>: Grouping can help ensure that all drivers meet specific regulatory requirements. For instance, commercial drivers might need different checks compared to non-commercial drivers.</p>\n</li>\n<li><p><strong>Resource Allocation</strong>: It helps in allocating resources more effectively. Companies can focus their efforts and resources on groups that need the most attention, ensuring better overall compliance and safety.</p>\n</li>\n</ul>\n","_postman_id":"28c2d746-f29b-44c5-a027-35a0d0c2060d","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"People","item":[{"name":"Activity Data","item":[{"name":"Add Activity Data","event":[{"listen":"test","script":{"exec":["pm.test(\"Activity Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"activityId\", pm.response.json().id);","});"],"type":"text/javascript","id":"39ad4ade-3810-4eea-a582-b7594de5037a"}}],"id":"c965987d-234e-4c16-bd7c-c0ea76355a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/people/:personId/activity","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you to add an activity to a specific person within the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>personId</code>: the unique identifier for the person.</p>\n</li>\n<li><p><code>activityId</code> (string, optional): The ID of the activity.</p>\n</li>\n<li><p><code>activityType</code> (string, required): The type of the activity.</p>\n</li>\n<li><p><code>activityDate</code> (string, required): The date of the activity.</p>\n</li>\n<li><p><code>description</code> (string, required): A brief description of the activity.</p>\n</li>\n<li><p><code>subType</code> (string, optional): The sub-type of the activity.</p>\n</li>\n<li><p><code>classification</code> (string, optional): The classification of the activity.</p>\n</li>\n<li><p><code>cost</code> (string, optional): The cost associated with the activity.</p>\n</li>\n<li><p><code>location</code> (string, optional): The location where the activity took place.</p>\n</li>\n<li><p><code>details</code> (string, optional): Additional details about the activity.</p>\n</li>\n<li><p><code>vehicleId</code> (string, optional): The ID of the vehicle used for the activity.</p>\n</li>\n<li><p><code>score</code> (number, optional): The score associated with the activity.</p>\n</li>\n<li><p><code>archiveStatus</code> (boolean, required): The status of archiving the activity.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful addition of the activity, the API will respond with the ID of the newly added activity.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>activityId:</code>The ID of the activity.</li>\n</ul>\n","urlObject":{"path":["organization","v1","people",":personId","activity"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"02225ccb-0fc5-4479-94c5-4d2405d72dd2","description":{"content":"<p>(Required) The person's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"personId"}]}},"response":[{"id":"fc088245-37e4-4f9c-9b97-38cd08755456","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/activity","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","activity"],"variable":[{"key":"personId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"f7bd8ea1-4b53-bea0-d6d9-69854b3d9ab1\"\n}"},{"id":"bd7f3609-c1ed-415d-b24d-2eac9f6ad998","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/activity","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","activity"],"variable":[{"key":"personId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c29dee1b-da8f-41c5-8b9d-a7efaa31e11b","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/activity","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","activity"],"variable":[{"key":"personId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6472a5ea-c1cd-4b6e-80ab-5203f7096a84","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/activity","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","activity"],"variable":[{"key":"personId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"95e67b40-1e3c-40f8-8202-4c5e1564fa37","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/activity","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","activity"],"variable":[{"key":"personId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"06eb82c3-4418-448d-8cf3-fac458dd4e81","name":"409 Conflict: Required Fields","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/activity","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","activity"],"variable":[{"key":"personId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B01\",\n  \"message\": \"Required field(s) 'firstName, lastName' are missing.\"\n}"},{"id":"8d7ff775-96c2-465f-a2b3-934f50bc04a7","name":"409 Conflict: Invalid Fields","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/activity","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","activity"],"variable":[{"key":"personId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Format for field(s) <list of fields> are invalid\"\n}"}],"_postman_id":"c965987d-234e-4c16-bd7c-c0ea76355a43"},{"name":"Search Activity Data","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{},"id":"91d5a02f-0e1a-4eb5-9c49-807bcfd7767e"}}],"id":"cba94aa7-132b-45a6-85e9-9b9b1bfca78f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"operation\": \"eq\",\n        \"property\": \"archiveStatus\",\n        \"values\": [\n            false\n        ]\n    },\n    {\n        \"operation\": \"eq\",\n        \"property\": \"activityId\",\n        \"values\": [\n            \"74-112-002221\"\n        ]\n    }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/people/activity/search?page=1&size=50","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>The request body contains one or more criteria objects to perform a complex search.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>operation</code> (string, required): The search operation. <code>eq</code></p>\n</li>\n<li><p><code>property</code> (string, required): The property to search against.</p>\n</li>\n<li><p><code>values</code> (required): The values to search for.</p>\n</li>\n</ul>\n<h3 id=\"searchable-fields\">Searchable Fields</h3>\n<ul>\n<li><p><code>activityId</code></p>\n</li>\n<li><p><code>activityType</code></p>\n</li>\n<li><p><code>activityDate (\"YYYY-MM-DD\" format)</code></p>\n</li>\n<li><p><code>subType</code></p>\n</li>\n<li><p><code>classification</code></p>\n</li>\n<li><p><code>vehicleId</code></p>\n</li>\n<li><p><code>score (number)</code></p>\n</li>\n<li><p><code>archiveStatus (boolean)</code></p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful search, the API will respond with a list of activities found matching your criteria.</p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>activityId</code> (string): The ID of the activity.</p>\n</li>\n<li><p><code>activityType</code> (string): The type of the activity.</p>\n</li>\n<li><p><code>activityDate</code> (string): The date of the activity.</p>\n</li>\n<li><p><code>description</code> (string): A brief description of the activity.</p>\n</li>\n<li><p><code>subType</code> (string): The sub-type of the activity.</p>\n</li>\n<li><p><code>classification</code> (string): The classification of the activity.</p>\n</li>\n<li><p><code>cost</code> (string): The cost associated with the activity.</p>\n</li>\n<li><p><code>location</code> (string): The location where the activity took place.</p>\n</li>\n<li><p><code>details</code> (string): Additional details about the activity.</p>\n</li>\n<li><p><code>vehicleId</code> (string): The ID of the vehicle used for the activity.</p>\n</li>\n<li><p><code>score</code> (number): The score associated with the activity.</p>\n</li>\n<li><p><code>archiveStatus</code> (boolean): The status of archiving the activity.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><code>totalPages</code> (number): The total number of pages.</li>\n</ul>\n</li>\n<li><p><code>lists</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","people","activity","search"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"}],"variable":[]}},"response":[{"id":"b8b462f0-9301-4add-80e6-b72faf6ccbd1","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n    {\n        \"operation\": \"eq\",\n        \"property\": \"archiveStatus\",\n        \"values\": [\n            false\n        ]\n    },\n    {\n        \"operation\": \"eq\",\n        \"property\": \"activityId\",\n        \"values\": [\n            \"74-112-002221\"\n        ]\n    }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","people","activity","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"activityId\": \"74-112-002221\",\n            \"activityType\": \"Crash & Claim\",\n            \"activityDate\": \"2023-11-10\",\n            \"description\": \"Self Reported Crash\",\n            \"subType\": \"Ted\",\n            \"classification\": \"Weather\",\n            \"cost\": \"500\",\n            \"location\": \"CA\",\n            \"vehicleId\": \"VID123\",\n            \"details\": \"Test\",\n            \"score\": 10,\n            \"archiveStatus\": false,\n            \"personId\": \"29f78f45-9a8c-414e-aaaf-a4d122c5ce5e\",\n            \"id\": \"1ba3fed5-f606-469b-8dcb-ed22a992a10a\"\n        }\n    ],\n    \"meta\": {\n        \"totalPages\": 1\n    },\n    \"links\": {\n        \"self\": \"https://api.sambasafety.io/search?page=1&size=50\",\n        \"first\": \"https://api.sambasafety.io/search?page=1&size=50\",\n        \"last\": \"https://api.sambasafety.io/search?page=1&size=50\"\n    }\n}"},{"id":"ac32b6b7-4129-459b-b420-7ff0b359494e","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseNumber\",\n    \"values\": [\n      \"38746594\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseState\",\n    \"values\": [\n      \"AL\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","people","activity","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"086443ea-d940-4a02-b870-0d54fdcbf01e","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseNumber\",\n    \"values\": [\n      \"38746594\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseState\",\n    \"values\": [\n      \"AL\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","people","activity","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bded5117-9f01-42bc-bcc0-8cc6e774eaec","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseNumber\",\n    \"values\": [\n      \"38746594\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseState\",\n    \"values\": [\n      \"AL\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","people","activity","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"3cfe0a4b-1d93-48a9-af15-740683181a88","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseNumber\",\n    \"values\": [\n      \"38746594\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseState\",\n    \"values\": [\n      \"AL\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","people","activity","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cba94aa7-132b-45a6-85e9-9b9b1bfca78f"},{"name":"Get Activity Data","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"39d5a0de-0281-4697-9083-dd1af8d11a4a"}}],"id":"c2a71e17-9fb3-4f75-ae6c-489620f9da7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/organization/v1/people/activity/:activityId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves the activity details for a specific activity ID within the organization. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>activityId</code> (string): The ID of the activity.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>activityId</code> (string): The ID of the activity.</p>\n</li>\n<li><p><code>activityType</code> (string): The type of the activity.</p>\n</li>\n<li><p><code>activityDate</code> (string): The date of the activity.</p>\n</li>\n<li><p><code>description</code> (string): A brief description of the activity.</p>\n</li>\n<li><p><code>subType</code> (string): The sub-type of the activity.</p>\n</li>\n<li><p><code>classification</code> (string): The classification of the activity.</p>\n</li>\n<li><p><code>cost</code> (string): The cost associated with the activity.</p>\n</li>\n<li><p><code>location</code> (string): The location where the activity took place.</p>\n</li>\n<li><p><code>details</code> (string): Additional details about the activity.</p>\n</li>\n<li><p><code>vehicleId</code> (string): The ID of the vehicle used for the activity.</p>\n</li>\n<li><p><code>score</code> (number): The score associated with the activity.</p>\n</li>\n<li><p><code>archiveStatus</code> (boolean): The status of archiving the activity.</p>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","people","activity",":activityId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"e1662f4c-d08e-4b16-a2db-8f752e996eeb","description":{"content":"<p>(Required) An activity's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"activityId"}]}},"response":[{"id":"a0f9b6ab-a869-488b-8c51-ff3b275d6b2a","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"•••••••","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"url":{"raw":"https://api-demo.sambasafety.io/organization/v1/people/activity/:activityId","protocol":"https","host":["api-demo","sambasafety","io"],"path":["organization","v1","people","activity",":activityId"],"variable":[{"key":"activityId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"activityId\": \"74-112-002221\",\n    \"activityType\": \"Crash & Claim\",\n    \"activityDate\": \"2023-11-10\",\n    \"description\": \"Self Reported Crash\",\n    \"subType\": \"Ted\",\n    \"classification\": \"Weather\",\n    \"cost\": \"500\",\n    \"location\": \"CA\",\n    \"vehicleId\": \"VID123\",\n    \"details\": \"Test\",\n    \"score\": 10,\n    \"archiveStatus\": false,\n    \"personId\": \"29f78f45-9a8c-414e-aaaf-a4d122c5ce5e\",\n    \"id\": \"1ba3fed5-f606-469b-8dcb-ed22a992a10a\"\n}"},{"id":"827aa40f-ee73-4e4a-aba0-6049211c2534","name":"400 Bad Request","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId"],"variable":[{"key":"activityId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cd7e6cc0-50f4-4ff1-a169-24a8f5df20dd","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId"],"variable":[{"key":"activityId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2987e2ca-fa02-4c12-92b5-76895ec66925","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId"],"variable":[{"key":"activityId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"4bd8dc18-953d-4472-a222-7f585cde3851","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId"],"variable":[{"key":"activityId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c2a71e17-9fb3-4f75-ae6c-489620f9da7c"},{"name":"Update Activity Data","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","});"],"type":"text/javascript","id":"d760d8ee-69c7-439f-aef2-c007b8f713b0"}}],"id":"0e672afe-f44b-496d-8547-01e8e34dd44e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/people/activity/:activityId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you to update an activity associated with a specific person within the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>activityId</code> (string): The ID of the activity.</p>\n</li>\n<li><p><code>activityType</code> (string, required): The type of the activity.</p>\n</li>\n<li><p><code>activityDate</code> (string, required): The date of the activity.</p>\n</li>\n<li><p><code>description</code> (string, required): A brief description of the activity.</p>\n</li>\n<li><p><code>subType</code> (string, optional): The sub-type of the activity.</p>\n</li>\n<li><p><code>classification</code> (string, optional): The classification of the activity.</p>\n</li>\n<li><p><code>cost</code> (string, optional): The cost associated with the activity.</p>\n</li>\n<li><p><code>location</code> (string, optional): The location where the activity took place.</p>\n</li>\n<li><p><code>details</code> (string, optional): Additional details about the activity.</p>\n</li>\n<li><p><code>vehicleId</code> (string, optional): The ID of the vehicle used for the activity.</p>\n</li>\n<li><p><code>score</code> (number, optional): The score associated with the activity.</p>\n</li>\n<li><p><code>archiveStatus</code> (boolean, required): The status of archiving the activity.</p>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","people","activity",":activityId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"090701ac-59e8-4ce2-a9b5-ff0c43f217db","description":{"content":"<p>(Required) An activity's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"activityId"}]}},"response":[{"id":"9c48b479-3b26-4c1c-a8d7-e96aff3a67d3","name":"204 Not Content","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId"],"variable":[{"key":"activityId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6719d8ab-2103-4807-adff-ce48b779007d","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId"],"variable":[{"key":"activityId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a26e2988-a919-443f-ab58-c948c99f83e7","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId"],"variable":[{"key":"activityId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"12a944b5-e37b-43da-ac54-143ce52b04af","name":"403 Forbidden","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId"],"variable":[{"key":"activityId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"66f7f5da-7edd-4422-90b3-160ed7feb118","name":"404 Not Found","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId"],"variable":[{"key":"activityId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"198f932f-13a7-4aa3-9818-14d70175d327","name":"409 Conflict: Required Fields","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId"],"variable":[{"key":"activityId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B01\",\n  \"message\": \"Required field(s) 'firstName, lastName' are missing.\"\n}"},{"id":"805f9658-682d-4537-b617-4a159cd25849","name":"409 Conflict: Invalid Fields","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"activityId\": \"74-112-002221\",\n  \"activityType\": \"Crash & Claim\",\n  \"activityDate\": \"2023-11-10\",\n  \"description\": \"Self Reported Crash\",\n  \"subType\": \"Ted\",\n  \"classification\": \"Weather\",\n  \"cost\": \"500\",\n  \"location\": \"CA\",\n  \"details\": \"Test\",\n  \"vehicleId\": \"VID123\",\n  \"score\": 10,\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId"],"variable":[{"key":"activityId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Format for field(s) <list of fields> are invalid\"\n}"}],"_postman_id":"0e672afe-f44b-496d-8547-01e8e34dd44e"},{"name":"Attach a Document to the Activity","event":[{"listen":"test","script":{"exec":["pm.test(\"Document Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"attachmentId\", pm.response.json().attachmentId);","});"],"type":"text/javascript","id":"60772ecb-bfe4-4bf7-b7b8-bc303f40dff5"}}],"id":"2bc80345-716c-46b8-bbb0-501714031982","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"file","file":{}},"url":"{{baseUrl}}/organization/v1/people/activity/:activityId/document","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you to upload a document for a specific activity within an organization. The document is attached to the activity using the provided activity ID.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>activityId</code> (string): The ID of the activity.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><code>attachmentId</code> (string): The unique identifier for the uploaded document attachment.</li>\n</ul>\n","urlObject":{"path":["organization","v1","people","activity",":activityId","document"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"c36e93d3-2a53-49c1-a07f-f8a80ad4f2fc","description":{"content":"<p>(Required) An activity's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"activityId"}]}},"response":[{"id":"4a3e0d76-523b-439d-968f-15a05ce7580c","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"file","file":{}},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId/document","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId","document"],"variable":[{"key":"activityId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"attachmentId\": \"f7bd8ea1-4b53-bea0-d6d9-69854b3d9ab1\"\n}"},{"id":"3f9c93c4-94f0-4733-a565-3f5e314e9a35","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"formdata","formdata":[{"key":"0","value":"n","type":"text"},{"key":"1","value":"o","type":"text"},{"key":"2","value":"n","type":"text"},{"key":"3","value":" ","type":"text"},{"key":"4","value":"u","type":"text"},{"key":"5","value":"t","type":"text"},{"key":"6","value":" ","type":"text"},{"key":"7","value":"a","type":"text"},{"key":"8","value":"d","type":"text"},{"key":"9","value":" ","type":"text"},{"key":"10","value":"m","type":"text"},{"key":"11","value":"o","type":"text"},{"key":"12","value":"l","type":"text"},{"key":"13","value":"l","type":"text"},{"key":"14","value":"i","type":"text"},{"key":"15","value":"t","type":"text"}]},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId/document","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId","document"],"variable":[{"key":"activityId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"faafb971-141d-4b64-9efb-fe8c77131769","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"formdata","formdata":[{"key":"0","value":"n","type":"text"},{"key":"1","value":"o","type":"text"},{"key":"2","value":"n","type":"text"},{"key":"3","value":" ","type":"text"},{"key":"4","value":"u","type":"text"},{"key":"5","value":"t","type":"text"},{"key":"6","value":" ","type":"text"},{"key":"7","value":"a","type":"text"},{"key":"8","value":"d","type":"text"},{"key":"9","value":" ","type":"text"},{"key":"10","value":"m","type":"text"},{"key":"11","value":"o","type":"text"},{"key":"12","value":"l","type":"text"},{"key":"13","value":"l","type":"text"},{"key":"14","value":"i","type":"text"},{"key":"15","value":"t","type":"text"}]},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId/document","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId","document"],"variable":[{"key":"activityId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fc191cb1-d676-45a3-9e03-7ceb88563c01","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"formdata","formdata":[{"key":"0","value":"n","type":"text"},{"key":"1","value":"o","type":"text"},{"key":"2","value":"n","type":"text"},{"key":"3","value":" ","type":"text"},{"key":"4","value":"u","type":"text"},{"key":"5","value":"t","type":"text"},{"key":"6","value":" ","type":"text"},{"key":"7","value":"a","type":"text"},{"key":"8","value":"d","type":"text"},{"key":"9","value":" ","type":"text"},{"key":"10","value":"m","type":"text"},{"key":"11","value":"o","type":"text"},{"key":"12","value":"l","type":"text"},{"key":"13","value":"l","type":"text"},{"key":"14","value":"i","type":"text"},{"key":"15","value":"t","type":"text"}]},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId/document","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId","document"],"variable":[{"key":"activityId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"0cb5161f-8202-47ee-8a22-24be08011a87","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"formdata","formdata":[{"key":"0","value":"n","type":"text"},{"key":"1","value":"o","type":"text"},{"key":"2","value":"n","type":"text"},{"key":"3","value":" ","type":"text"},{"key":"4","value":"u","type":"text"},{"key":"5","value":"t","type":"text"},{"key":"6","value":" ","type":"text"},{"key":"7","value":"a","type":"text"},{"key":"8","value":"d","type":"text"},{"key":"9","value":" ","type":"text"},{"key":"10","value":"m","type":"text"},{"key":"11","value":"o","type":"text"},{"key":"12","value":"l","type":"text"},{"key":"13","value":"l","type":"text"},{"key":"14","value":"i","type":"text"},{"key":"15","value":"t","type":"text"}]},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId/document","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId","document"],"variable":[{"key":"activityId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"28c85b07-0bc0-4a76-bfc5-a31229496be4","name":"409 Conflict: Required Fields","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"formdata","formdata":[{"key":"0","value":"n","type":"text"},{"key":"1","value":"o","type":"text"},{"key":"2","value":"n","type":"text"},{"key":"3","value":" ","type":"text"},{"key":"4","value":"u","type":"text"},{"key":"5","value":"t","type":"text"},{"key":"6","value":" ","type":"text"},{"key":"7","value":"a","type":"text"},{"key":"8","value":"d","type":"text"},{"key":"9","value":" ","type":"text"},{"key":"10","value":"m","type":"text"},{"key":"11","value":"o","type":"text"},{"key":"12","value":"l","type":"text"},{"key":"13","value":"l","type":"text"},{"key":"14","value":"i","type":"text"},{"key":"15","value":"t","type":"text"}]},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId/document","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId","document"],"variable":[{"key":"activityId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B01\",\n  \"message\": \"Required field(s) 'firstName, lastName' are missing.\"\n}"},{"id":"de15e637-3aca-459c-9bbb-6c777a76673c","name":"409 Conflict: Invalid Fields","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"formdata","formdata":[{"key":"0","value":"n","type":"text"},{"key":"1","value":"o","type":"text"},{"key":"2","value":"n","type":"text"},{"key":"3","value":" ","type":"text"},{"key":"4","value":"u","type":"text"},{"key":"5","value":"t","type":"text"},{"key":"6","value":" ","type":"text"},{"key":"7","value":"a","type":"text"},{"key":"8","value":"d","type":"text"},{"key":"9","value":" ","type":"text"},{"key":"10","value":"m","type":"text"},{"key":"11","value":"o","type":"text"},{"key":"12","value":"l","type":"text"},{"key":"13","value":"l","type":"text"},{"key":"14","value":"i","type":"text"},{"key":"15","value":"t","type":"text"}]},"url":{"raw":"{{baseUrl}}/organization/v1/people/activity/:activityId/document","host":["{{baseUrl}}"],"path":["organization","v1","people","activity",":activityId","document"],"variable":[{"key":"activityId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Format for field(s) <list of fields> are invalid\"\n}"}],"_postman_id":"2bc80345-716c-46b8-bbb0-501714031982"}],"id":"9f947c8b-f457-4400-adbc-a451932b5551","_postman_id":"9f947c8b-f457-4400-adbc-a451932b5551","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"Custom Fields","item":[{"name":"Read CustomFields for a Person","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"ef8e1523-bcda-44f3-bbc9-b1a38344560c"}}],"id":"29e7bf9a-ceb9-44ca-af6a-b71dc4fb18a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/organization/v1/people/:personId/customfields","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves the custom fields details for a specific person ID within the organization. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>personId</code>: the unique identifier for the person.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with an array of custom fields associated with the person.</p>\n<ul>\n<li><p><code>name</code> (string): The name for the custom field.</p>\n</li>\n<li><p><code>value</code> (string): The value for the custom field.</p>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","people",":personId","customfields"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"3f87993c-2afc-483f-93a3-b4d4aea9a1b6","description":{"content":"<p>(Required) The person's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"personId"}]}},"response":[{"id":"9dc97648-e424-40e4-aa96-48b22f1212eb","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/customfields","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","customfields"],"variable":[{"key":"personId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"Region\",\n    \"value\": \"NorthEast\"\n  },\n  {\n    \"name\": \"cost center\",\n    \"value\": \"92KLL10\"\n  }\n]"},{"id":"d4744099-f820-46ed-90e2-45d2cd783edc","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/customfields","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","customfields"],"variable":[{"key":"personId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ae269721-7829-43ea-bceb-f5925a65fc94","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/customfields","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","customfields"],"variable":[{"key":"personId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"c7587e0f-0339-47fc-9c60-bed45dce02b2","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/customfields","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","customfields"],"variable":[{"key":"personId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"29e7bf9a-ceb9-44ca-af6a-b71dc4fb18a6"},{"name":"Set CustomFields for a Person","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","});"],"type":"text/javascript","id":"0381eacd-17ee-4ff4-9fb7-75eaccb87747"}}],"id":"e77efd8f-6fe5-4cff-9590-fcdbd1e31fe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Region\",\n    \"value\": \"NorthEast\"\n  },\n  {\n    \"name\": \"cost center\",\n    \"value\": \"92KLL10\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/people/:personId/customfields","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint adds one or more custom fields on a specific person ID within the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>personId</code>: the unique identifier for the person.</p>\n</li>\n<li><p><code>name</code> (string): The name for the custom field.</p>\n</li>\n<li><p><code>value</code> (string): The value for the custom field.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful update of the custom fields, the API will respond with a 204 No Content.</p>\n","urlObject":{"path":["organization","v1","people",":personId","customfields"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"a0590b65-b621-4563-96cd-4b73ace38d17","description":{"content":"<p>(Required) The person's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"personId"}]}},"response":[{"id":"f8231801-c299-4290-93e4-ac633c96a9cc","name":"204 Not Content","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Region\",\n    \"value\": \"NorthEast\"\n  },\n  {\n    \"name\": \"cost center\",\n    \"value\": \"92KLL10\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/customfields","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","customfields"],"variable":[{"key":"personId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0b942ec4-b891-443e-b125-d8cb26aa4617","name":"400 Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Region\",\n    \"value\": \"NorthEast\"\n  },\n  {\n    \"name\": \"cost center\",\n    \"value\": \"92KLL10\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/customfields","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","customfields"],"variable":[{"key":"personId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c866f1ac-e628-474d-a50a-ea63c31ffbe0","name":"401 Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Region\",\n    \"value\": \"NorthEast\"\n  },\n  {\n    \"name\": \"cost center\",\n    \"value\": \"92KLL10\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/customfields","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","customfields"],"variable":[{"key":"personId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f1ee4b91-1ad3-4a3d-90e5-af54a745f362","name":"403 Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Region\",\n    \"value\": \"NorthEast\"\n  },\n  {\n    \"name\": \"cost center\",\n    \"value\": \"92KLL10\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/customfields","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","customfields"],"variable":[{"key":"personId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"e6da0a63-6eb7-47bb-8fa7-842d43a546bc","name":"404 Not Found","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Region\",\n    \"value\": \"NorthEast\"\n  },\n  {\n    \"name\": \"cost center\",\n    \"value\": \"92KLL10\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/customfields","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","customfields"],"variable":[{"key":"personId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d34b4f3b-d514-4a95-829e-bd447f8c4cd9","name":"409 Conflict","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"name\": \"Region\",\n    \"value\": \"NorthEast\"\n  },\n  {\n    \"name\": \"cost center\",\n    \"value\": \"92KLL10\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/customfields","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","customfields"],"variable":[{"key":"personId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B05\",\n  \"message\": \"Field(s) exceed field size limit.\"\n}"}],"_postman_id":"e77efd8f-6fe5-4cff-9590-fcdbd1e31fe6"}],"id":"59804988-2af5-4b88-b3a6-3a9e9133a3b7","_postman_id":"59804988-2af5-4b88-b3a6-3a9e9133a3b7","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"Search People","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"personId\", pm.response.json().data[0].personId);","});"],"type":"text/javascript","id":"549337d4-8b33-4cc6-ac70-fa7268ad7437"}}],"id":"61e07da1-7ad1-4d65-b8e4-f72007d50b50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"lastName\",\n    \"values\": [\n      \"Oberbrunner\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"firstName\",\n    \"values\": [\n      \"Enid\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/people/search?page=1&size=50","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint performs a search for people in the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p>The request body contains one or more criteria objects to perform a complex search.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>operation</code> (string, required): The search operation. <code>eq</code></p>\n</li>\n<li><p><code>property</code> (string, required): The property to search against.</p>\n</li>\n<li><p><code>values</code> (string, required): The values to search for.</p>\n</li>\n</ul>\n<h3 id=\"searchable-fields\">Searchable Fields</h3>\n<ul>\n<li><p><code>email</code></p>\n</li>\n<li><p><code>customPersonId</code></p>\n</li>\n<li><p><code>lastName</code></p>\n</li>\n<li><p><code>firstName</code></p>\n</li>\n<li><p><code>ssn</code></p>\n</li>\n</ul>\n<h3 id=\"not-searchable\">Not Searchable</h3>\n<ul>\n<li><p><code>middleName</code></p>\n</li>\n<li><p><code>birthDate</code></p>\n</li>\n<li><p><code>billCode</code></p>\n</li>\n<li><p><code>archiveStatus</code></p>\n</li>\n<li><p><code>startDate</code></p>\n</li>\n<li><p><code>jobTitle</code></p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful search, the API will respond with a list of people found matching your criteria.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>personId</code> (string, uuid): The person's unique identifier.</p>\n</li>\n<li><p><code>groupId</code> (string, uuid): The group's unique identifier.</p>\n</li>\n<li><p><code>customPersonId</code> (string): A integration custom personId.</p>\n</li>\n<li><p><code>firstName</code> (string): The person's first name.</p>\n</li>\n<li><p><code>middleName</code> (string): The person's middle name.</p>\n</li>\n<li><p><code>lastName</code> (string): The person's last name.</p>\n</li>\n<li><p><code>suffix</code> (string, optional): The person's family suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>birthDate</code> (string, date): The person's date of birth.</p>\n</li>\n<li><p><code>ssn</code> (string): The person's social security number.</p>\n</li>\n<li><p><code>email</code> (string): The person's work email address.</p>\n</li>\n<li><p><code>jobTitle</code> (string): The person's job title.</p>\n</li>\n<li><p><code>startDate</code> (string, date): The person's hire date.</p>\n</li>\n<li><p><code>billCode</code> (string): A billing reference code.</p>\n</li>\n<li><p><code>archiveStatus</code> (string): Set \"true\" if the person is no longer employed.</p>\n</li>\n<li><p><code>archiveDateTime</code> (string, datetime): The timestamp when the archiveStatus was set to true.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><code>totalPages</code> (number): The total number of pages.</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","people","search"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"}],"variable":[]}},"response":[{"id":"9b37f8b5-9f8c-43f8-a03f-d5314cca2879","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"lastName\",\n    \"values\": [\n      \"Oberbrunner\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"firstName\",\n    \"values\": [\n      \"Enid\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","people","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"personId\": \"7eeab669-6935-46cf-ade3-d71cabdb4f4e\",\n      \"firstName\": \"Enid\",\n      \"middleName\": \"\",\n      \"lastName\": \"Oberbrunner\",\n      \"customPersonId\": \"\",\n      \"birthDate\": \"2008-02-08\",\n      \"ssn\": \"\",\n      \"archiveStatus\": false,\n      \"email\": \"Orin_Welch@gmail.com\",\n      \"billCode\": \"\",\n      \"groupId\": \"12f7b806-c90e-4726-8d01-5ad16284f682\",\n      \"jobTitle\": \"\",\n      \"startDate\": \"1980-01-30\"\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": 1\n  },\n  \"links\": {\n    \"self\": \"https://api.sambasafety.io/organization/v1/people/search?page=1&size=50\",\n    \"first\": \"https://api.sambasafety.io/organization/v1/people/search?page=1&size=50\",\n    \"last\": \"https://api.sambasafety.io/organization/v1/people/search?page=1&size=50\"\n  }\n}"},{"id":"7ebd9011-b5ee-4477-b4b8-318b8498a2ad","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"lastName\",\n    \"values\": [\n      \"Oberbrunner\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"firstName\",\n    \"values\": [\n      \"Enid\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","people","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b609e623-fede-415b-964e-7d056848f20e","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"lastName\",\n    \"values\": [\n      \"Oberbrunner\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"firstName\",\n    \"values\": [\n      \"Enid\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","people","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fd19b54f-328f-4eda-ab42-828003e4ca1e","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"lastName\",\n    \"values\": [\n      \"Oberbrunner\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"firstName\",\n    \"values\": [\n      \"Enid\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","people","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"7944818a-c4d9-4e0a-ad9a-007909987bcb","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"lastName\",\n    \"values\": [\n      \"Oberbrunner\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"firstName\",\n    \"values\": [\n      \"Enid\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","people","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"61e07da1-7ad1-4d65-b8e4-f72007d50b50"},{"name":"People in a Group","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"personId\", pm.response.json().data[0].personId);","});"],"type":"text/javascript","id":"5924d850-ab75-4360-9630-0fcbd863c92d"}}],"id":"7b80cb83-cda5-4c43-b9e0-51a6b5c1c67b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/organization/v1/groups/:groupId/people?page=1&size=50","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves a list of all people with the group ID. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>groupId</code>: the unique identifier for the group.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with a list of people within the corresponding group.<br /><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>personId</code> (string, uuid): The person's unique identifier.</p>\n</li>\n<li><p><code>groupId</code> (string, uuid): The group's unique identifier.</p>\n</li>\n<li><p><code>customPersonId</code> (string): A integration custom personId.</p>\n</li>\n<li><p><code>firstName</code> (string): The person's first name.</p>\n</li>\n<li><p><code>middleName</code> (string): The person's middle name.</p>\n</li>\n<li><p><code>lastName</code> (string): The person's last name.</p>\n</li>\n<li><p><code>suffix</code> (string, optional): The person's family suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>birthDate</code> (string, date): The person's date of birth.</p>\n</li>\n<li><p><code>ssn</code> (string): The person's social security number.</p>\n</li>\n<li><p><code>email</code> (string): The person's work email address.</p>\n</li>\n<li><p><code>jobTitle</code> (string): The person's job title.</p>\n</li>\n<li><p><code>startDate</code> (string, date): The person's hire date.</p>\n</li>\n<li><p><code>billCode</code> (string): A billing reference code.</p>\n</li>\n<li><p><code>archiveStatus</code> (string): Set \"true\" if the person is no longer employed.</p>\n</li>\n<li><p><code>archiveDateTime</code> (string, datetime): The timestamp when the archiveStatus was set to true.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><code>totalPages</code> (number): The total number of pages.</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","groups",":groupId","people"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"}],"variable":[{"id":"2bf3bead-53c3-403f-839a-ed920c0c8414","description":{"content":"<p>(Required) The group's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"groupId"}]}},"response":[{"id":"519187f0-159c-4cb3-8779-0dba226347e3","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}],"variable":[{"key":"groupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"personId\": \"7eeab669-6935-46cf-ade3-d71cabdb4f4e\",\n      \"firstName\": \"Enid\",\n      \"middleName\": \"\",\n      \"lastName\": \"Oberbrunner\",\n      \"customPersonId\": \"\",\n      \"birthDate\": \"2008-02-08\",\n      \"ssn\": \"\",\n      \"archiveStatus\": false,\n      \"email\": \"Orin_Welch@gmail.com\",\n      \"billCode\": \"\",\n      \"groupId\": \"12f7b806-c90e-4726-8d01-5ad16284f682\",\n      \"jobTitle\": \"\",\n      \"startDate\": \"1980-01-30\"\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": 1\n  },\n  \"links\": {\n    \"self\": \"https://api-demo.sambasafety.io/organization/v1/groups/12f7b806-c90e-4726-8d01-5ad16284f682/people?page=1&size=50\",\n    \"first\": \"https://api-demo.sambasafety.io/organization/v1/groups/12f7b806-c90e-4726-8d01-5ad16284f682/people?page=1&size=50\",\n    \"last\": \"https://api-demo.sambasafety.io/organization/v1/groups/12f7b806-c90e-4726-8d01-5ad16284f682/people?page=1&size=50\"\n  }\n}"},{"id":"8f45249a-6b3b-4d39-8bce-b4cc8ae6a0ce","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}],"variable":[{"key":"groupId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b71ff665-1d50-4f46-80e8-2099106559d7","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}],"variable":[{"key":"groupId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"b867e111-6f9a-40af-98a7-577ae1dab120","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7b80cb83-cda5-4c43-b9e0-51a6b5c1c67b"},{"name":"Create a Person","event":[{"listen":"test","script":{"exec":["pm.test(\"Person Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"personId\", pm.response.json().personId);","});"],"type":"text/javascript","packages":{},"id":"08788616-9b56-413e-b0fb-e0d9a6eb77c5"}}],"id":"42d9bd64-82b0-42b4-ba43-6c01bd654e6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"suffix\": \"JR\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/groups/:groupId/people","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you to add a person to the group within the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>groupId</code>: the unique identifier for the group passed in the URL.</p>\n</li>\n<li><p><code>customPersonId</code> (string(100), optional): A integration custom personId.</p>\n</li>\n<li><p><code>firstName</code> (string (40), required): The person's first name.</p>\n</li>\n<li><p><code>middleName</code> (string (20), optional): The person's middle name.</p>\n</li>\n<li><p><code>lastName</code> (string(40), required): The person's last name.</p>\n</li>\n<li><p><code>suffix</code> (string(20), optional): The person's family suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>birthDate</code> (string, date, optional): The person's date of birth.</p>\n</li>\n<li><p><code>ssn</code> (string, optional): The person's social security number. [\"4\",\"9\"] digits without dashes.</p>\n</li>\n<li><p><code>email</code> (string(100), optional): The person's work email address. [<a href=\"https://mailto:emailaddress@domain.com\"><b>emailaddress@domain.com</b></a>]</p>\n</li>\n<li><p><code>jobTitle</code> (string(100), optional): The person's job title.</p>\n</li>\n<li><p><code>startDate</code> (string, date, optional): The person's hire date.</p>\n</li>\n<li><p><code>billCode</code> (string(30), optional): A billing reference code.</p>\n</li>\n<li><p><code>archiveStatus</code> (boolean, required): Set \"true\" if the person is no longer employed. [true, false] - If NOT sent, then will default to \"false\"</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful addition of the person, the API will respond with the ID of the newly added person.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>personId</code>: the unique identifier for the person.</li>\n</ul>\n","urlObject":{"path":["organization","v1","groups",":groupId","people"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"1aa3df47-c22d-466d-a906-9915c2d5ff42","description":{"content":"<p>(Required) The group's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"groupId"}]}},"response":[{"id":"9cec572a-71ce-4f14-9e29-1f24bf4c613d","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"suffix\": \"JR\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people"],"variable":[{"key":"groupId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"personId\": \"0ce32b89-aa8a-435a-b478-a897c658a2c1\"\n}"},{"id":"b5b4a7b6-6c37-403d-a3ac-dd622f9d5975","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people"],"variable":[{"key":"groupId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5b210709-04d2-44ca-bcb2-ef9a2ccf539c","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people"],"variable":[{"key":"groupId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"21f4c528-20d6-4875-ac71-750f2c9f25c5","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people"],"variable":[{"key":"groupId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"b4d99f04-6bca-4bed-a117-e31c401463a2","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people"],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"859e82b9-28d4-44bb-ad38-35bc5910c167","name":"409 Conflict: B01","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people"],"variable":[{"key":"groupId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B01\",\n  \"message\": \"Required field(s) 'firstName, lastName' are missing.\"\n}"},{"id":"9a92e5fd-608f-407e-84c7-79cf93193589","name":"409 Conflict: U01","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/groups/:groupId/people","host":["{{baseUrl}}"],"path":["organization","v1","groups",":groupId","people"],"variable":[{"key":"groupId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"U01\",\n  \"message\": \"Person already exists in group with field(s) 'firstName, lastName'.\"\n}"}],"_postman_id":"42d9bd64-82b0-42b4-ba43-6c01bd654e6c"},{"name":"Read a person","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"747f963e-4a4c-4d95-ac61-ab6056343b3a"}}],"id":"f4ba51b8-983c-46c9-bc2d-7509bf15020f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/organization/v1/people/:personId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves the person details for a specific person ID within the organization. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>personId</code>: the unique identifier for the person.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with person within the corresponding ID.</p>\n<ul>\n<li><p><code>personId</code> (string, uuid): The person's unique identifier.</p>\n</li>\n<li><p><code>groupId</code> (string, uuid): The group's unique identifier.</p>\n</li>\n<li><p><code>customPersonId</code> (string): A integration custom personId.</p>\n</li>\n<li><p><code>firstName</code> (string): The person's first name.</p>\n</li>\n<li><p><code>middleName</code> (string): The person's middle name.</p>\n</li>\n<li><p><code>lastName</code> (string): The person's last name.</p>\n</li>\n<li><p><code>suffix</code> (string, optional): The person's family suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>birthDate</code> (string, date): The person's date of birth.</p>\n</li>\n<li><p><code>ssn</code> (string): The person's social security number.</p>\n</li>\n<li><p><code>email</code> (string): The person's work email address.</p>\n</li>\n<li><p><code>jobTitle</code> (string): The person's job title.</p>\n</li>\n<li><p><code>startDate</code> (string, date): The person's hire date.</p>\n</li>\n<li><p><code>billCode</code> (string): A billing reference code.</p>\n</li>\n<li><p><code>archiveStatus</code> (string): Set \"true\" if the person is no longer employed.</p>\n</li>\n<li><p><code>archiveDateTime</code> (string, datetime): The timestamp when the archiveStatus was set to true.</p>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","people",":personId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"1332f793-0d56-44f5-b11b-2d9b7f5afbf5","description":{"content":"<p>(Required) The person's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"personId"}]}},"response":[{"id":"e45e33e4-287e-4ddb-8cf7-af98ca548f16","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId"],"variable":[{"key":"personId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"personId\": \"7eeab669-6935-46cf-ade3-d71cabdb4f4e\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"lastName\": \"Oberbrunner\",\n  \"customPersonId\": \"\",\n  \"birthDate\": \"2008-02-08\",\n  \"ssn\": \"\",\n  \"archiveStatus\": false,\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"billCode\": \"\",\n  \"groupId\": \"12f7b806-c90e-4726-8d01-5ad16284f682\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\"\n}"},{"id":"f10b3115-6e9b-4c6c-9919-a686cf47db48","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId"],"variable":[{"key":"personId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d7513dab-d00d-4c50-a13a-46edb4ebeeba","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId"],"variable":[{"key":"personId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"18cd0577-0c1d-4d4f-8031-6380507b94ee","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId"],"variable":[{"key":"personId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f4ba51b8-983c-46c9-bc2d-7509bf15020f"},{"name":"Update a person","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","});"],"type":"text/javascript","packages":{},"id":"1c2e1f47-416e-4a37-be85-62b3ce4c1194"}}],"id":"a51b86b9-640f-4259-8629-08d52aeecc33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"suffix\": \"JR\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/people/:personId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you to update the properties associated with a specific person within the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>customPersonId</code> (string(100), optional): A integration custom personId.</p>\n</li>\n<li><p><code>firstName</code> (string (100 *40 for enrollments and purchase), required): The person's first name.</p>\n</li>\n<li><p><code>middleName</code> (string (100 *20 for enrollments and purchase), optional): The person's middle name.</p>\n</li>\n<li><p><code>lastName</code> (string(100 *40 for enrollments and purchase), required): The person's last name.</p>\n</li>\n<li><p><code>suffix</code> (string(20), optional): The person's family suffix, <a href=\"https://\">Suffix</a>.</p>\n</li>\n<li><p><code>birthDate</code> (string, date, optional): The person's date of birth. \"YYYY-MM-DD\"</p>\n</li>\n<li><p><code>ssn</code> (string, optional): The person's social security number. [\"4\",\"9\"] digits without dashes.</p>\n</li>\n<li><p><code>email</code> (string(100), optional): The person's work email address. [<a href=\"https://mailto:emailaddress@domain.com\"><b>emailaddress@domain.com</b></a>]</p>\n</li>\n<li><p><code>jobTitle</code> (string(100), optional): The person's job title.</p>\n</li>\n<li><p><code>startDate</code> (string, date, optional): The person's hire date. \"YYYY-MM-DD\"</p>\n</li>\n<li><p><code>billCode</code> (string(30), optional): A billing reference code.</p>\n</li>\n<li><p><code>archiveStatus</code> (boolean, required): Set \"true\" if the person is no longer employed. [true, false]</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful update of the person, the API will respond with a 204 No Content.</p>\n","urlObject":{"path":["organization","v1","people",":personId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"73f51d0a-3832-437e-869b-895502e4f45b","description":{"content":"<p>(Required) The person's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"personId"}]}},"response":[{"id":"ad2188a5-97fc-47ee-a07c-34263e578af3","name":"204 Not Content","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\",\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId"],"variable":[{"key":"personId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d4ff5b86-95aa-4ef2-a98a-a258c9d3a0a0","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\",\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId"],"variable":[{"key":"personId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"aa27cdb9-0399-46a3-b39a-2cc6a569b196","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\",\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId"],"variable":[{"key":"personId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"abaa3c1e-dde5-4616-8956-2b17c184538e","name":"403 Forbidden","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\",\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId"],"variable":[{"key":"personId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"6ff070ee-ef5a-4c1c-9b3c-315903b88fcc","name":"404 Not Found","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\",\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId"],"variable":[{"key":"personId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e1ae1a2b-4330-4d57-88d6-ca9ce1bdccb9","name":"409 Conflict: B01","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\",\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId"],"variable":[{"key":"personId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B01\",\n  \"message\": \"Required field(s) 'firstName, lastName' are missing.\"\n}"},{"id":"ddcc673c-b9dd-4569-8a2a-3abb11a15cfe","name":"409 Conflict: U01","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"lastName\": \"Oberbrunner\",\n  \"firstName\": \"Enid\",\n  \"middleName\": \"\",\n  \"birthDate\": \"2008-02-08\",\n  \"customPersonId\": \"\",\n  \"ssn\": \"\",\n  \"email\": \"Orin_Welch@gmail.com\",\n  \"jobTitle\": \"\",\n  \"startDate\": \"1980-01-30\",\n  \"billCode\": \"\",\n  \"archiveStatus\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId"],"variable":[{"key":"personId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"U01\",\n  \"message\": \"Person already exists in group with field(s) 'firstName, lastName'.\"\n}"}],"_postman_id":"a51b86b9-640f-4259-8629-08d52aeecc33"}],"id":"4b1ac7aa-b3dc-4a0f-b1f7-042946f71cd8","description":"<h2 id=\"design-considerations\">Design Considerations</h2>\n<p>The integration design should include capturing the <code>personId</code>, creating and maintaining a map of the unique identifiers.</p>\n<ul>\n<li><p>Prior to adding a Person, we recommend using search calls to ensure duplicate profiles aren’t accidentally created.</p>\n</li>\n<li><p>Prior to updating or archiving a Person, you must <code>unenroll</code> any license being monitored under the same <code>PersonID</code><br />  The best practice is to use the same unique PersonID that was submitted in the request with your CustomPersonID field.</p>\n</li>\n</ul>\n<p>The integration design should include updating a person who has a license being monitored on the platform.</p>\n<p><strong>For more information on the</strong> <a href=\"https://support.sambasafety.com/en_US/core-platform/person-profile\"><b>Person Profile</b></a> <strong>visit</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n","_postman_id":"4b1ac7aa-b3dc-4a0f-b1f7-042946f71cd8","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"Licenses","item":[{"name":"Search Licenses","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"licenseId\", pm.response.json().data[0].licenseId);","});"],"type":"text/javascript","id":"3abc8bc6-ec5a-4746-a3b0-b3b00b4b1d4d"}}],"id":"f330aa75-80ff-4bc2-914b-c073b4229837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseNumber\",\n    \"values\": [\n      \"38746594\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseState\",\n    \"values\": [\n      \"AL\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/licenses/search?page=1&size=50","description":"<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p>The request body contains one or more criteria objects to perform a complex search.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>operation</code> (string, required): The search operation. <code>eq</code></p>\n</li>\n<li><p><code>property</code> (string, required): The property to search against.</p>\n</li>\n<li><p><code>values</code> (string, required): The values to search for.</p>\n</li>\n</ul>\n<h3 id=\"searchable-fields\">Searchable Fields</h3>\n<ul>\n<li><p><code>licenseState</code></p>\n</li>\n<li><p><code>licenseNumber</code></p>\n</li>\n<li><p><code>CDL</code></p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful search, the API will respond with a list of licenses found matching your criteria.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>personId</code> (string, uuid): The person's unique identifier.</p>\n</li>\n<li><p><code>licenseId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>licenseState</code> (string(3)): The license's issued by state.</p>\n</li>\n<li><p><code>licenseNumber</code> (string): TThe driver's license number (DLN).</p>\n</li>\n<li><p><code>CDL</code> (boolean): Indicates the license is a CDL.</p>\n</li>\n<li><p><code>requestorCode</code> (string, optional): CA, PA, and UT required access codes</p>\n</li>\n<li><p><code>licenseZipCode</code> (string(10), optional): The person's mailing postal code.</p>\n<ul>\n<li><p>In the US the string is 5 digits</p>\n</li>\n<li><p>All other countries, it is between 2-10 characters or digits</p>\n</li>\n</ul>\n</li>\n<li><p><code>licenseGender</code> (string, optional): The person's gender: [\"M, F, X\"]</p>\n</li>\n<li><p><code>licenseCountryCode</code> (string(2), optional): The ISO-3166-2 Country code the person is currently licensed in. [US, CA, etc.]<br />  if no country is passed through, we will default it to the US and will validate if a user sends a bad license country/ license state combination</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><code>totalPages</code> (number): The total number of pages.</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","licenses","search"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"}],"variable":[]}},"response":[{"id":"52c62207-e07f-46e5-b27c-a662990b82a6","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseNumber\",\n    \"values\": [\n      \"38746594\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseState\",\n    \"values\": [\n      \"AL\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/licenses/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","licenses","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"licenseId\": \"455c78c8-2f97-4694-8631-6ced89068521\",\n      \"licenseNumber\": \"38746594\",\n      \"licenseState\": \"AL\",\n      \"cdl\": true,\n      \"requestorCode\": \"\",\n      \"links\": [\n        {\n          \"rel\": \"people\",\n          \"href\": \"/organization/v1/people/7eeab669-6935-46cf-ade3-d71cabdb4f4e\",\n          \"id\": \"7eeab669-6935-46cf-ade3-d71cabdb4f4e\",\n          \"type\": \"GET\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": 1\n  },\n  \"links\": {\n    \"self\": \"/organization/v1/licenses/search?page=1&size=50\",\n    \"first\": \"/organization/v1/licenses/search?page=1&size=50\",\n    \"last\": \"/organization/v1/licenses/search?page=1&size=50\"\n  }\n}"},{"id":"3425c49c-62a7-410f-b7c8-5ca39f889d95","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseNumber\",\n    \"values\": [\n      \"38746594\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseState\",\n    \"values\": [\n      \"AL\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/licenses/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","licenses","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"50480efe-3bc1-4657-a1c7-7fe07f2a90f6","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseNumber\",\n    \"values\": [\n      \"38746594\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseState\",\n    \"values\": [\n      \"AL\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/licenses/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","licenses","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a32d93f5-c064-495c-978c-689f01379ec0","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseNumber\",\n    \"values\": [\n      \"38746594\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseState\",\n    \"values\": [\n      \"AL\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/licenses/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","licenses","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"44c414ef-6b76-41b4-b03c-d752daaa4e4c","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseNumber\",\n    \"values\": [\n      \"38746594\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"licenseState\",\n    \"values\": [\n      \"AL\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/licenses/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","licenses","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f330aa75-80ff-4bc2-914b-c073b4229837"},{"name":"Licenses for a Person","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"licenseId\", pm.response.json().data[0].licenseId);","});"],"type":"text/javascript","id":"873e9efa-1240-4420-93ff-d97694887f85"}}],"id":"526e3110-3a1f-4543-b637-58fddea6a900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/organization/v1/people/:personId/licenses","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves a list of all licenses with the person ID. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>personId</code>: the unique identifer for the peron.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with a list of licenses for the corresponding person.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>personId</code> (string, uuid): The person's unique identifier.</p>\n</li>\n<li><p><code>licenseId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>licenseState</code> (string): The license's issued by state.</p>\n</li>\n<li><p><code>licenseNumber</code> (string): TThe driver's license number (DLN).</p>\n</li>\n<li><p><code>CDL</code> (boolean): Indicates the license is a CDL.</p>\n</li>\n<li><p><code>requestorCode</code> (string, optional): CA, PA, and UT required access codes</p>\n</li>\n<li><p><code>licenseZipCode</code> (string(10), optional): The person's mailing postal code.</p>\n<ul>\n<li><p>In the US the string is 5 digits</p>\n</li>\n<li><p>All other countries, it is between 2-10 characters or digits</p>\n</li>\n</ul>\n</li>\n<li><p><code>licenseGender</code> (string, optional): The person's gender: [\"M, F, X\"]</p>\n</li>\n<li><p><code>licenseCountryCode</code> (string, optional): The ISO-3166-2 Country code the person is currently licensed in. [US, CA, etc.]<br />  if no country is passed through, we will default it to the US and will validate if a user sends a bad license country/ license state combination</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><code>totalPages</code> (number): The total number of pages.</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","people",":personId","licenses"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"5d5a215f-f25a-485a-b540-9dda5977903e","description":{"content":"<p>(Required) The person's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"personId"}]}},"response":[{"id":"3a6d632b-0b1e-4308-8946-38f9880cef2b","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/licenses","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","licenses"],"variable":[{"key":"personId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"licenseId\": \"aa6d1476-7163-46f7-a2bb-f43a187e1c14\",\n      \"licenseNumber\": \"F2111132\",\n      \"licenseState\": \"CA\",\n      \"CDL\": true,\n      \"personId\": \"aa6d1476-7163-46f7-a2bb-f43a18741242\",\n      \"requestorCode\": \"A1234\",\n      \"licenseZipCode\": \"90210\",\n      \"licenseGender\": \"Female\",\n      \"licenseCountryCode\": \"US\"\n    }\n  ]\n}"},{"id":"05d249eb-527e-4a82-b078-454ca2852f85","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/licenses","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","licenses"],"variable":[{"key":"personId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"932ab323-274d-44ea-8078-7162195f52c6","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/licenses","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","licenses"],"variable":[{"key":"personId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"cc113319-c4b7-413e-b3b2-fc866b873ff1","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/licenses","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","licenses"],"variable":[{"key":"personId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"526e3110-3a1f-4543-b637-58fddea6a900"},{"name":"Create a License","event":[{"listen":"test","script":{"exec":["pm.test(\"License Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"licenseId\", pm.response.json().licenseId);","});"],"type":"text/javascript","id":"d8bd7bb9-c25c-447b-88c5-6da02eaa2c45"}}],"id":"ca7ccf57-8e63-4052-a497-e06cbca3e03f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/people/:personId/licenses","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you to add a license to the person within the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>licenseState</code> (string(2), required): The license's issued by state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>licenseNumber</code> (string(30), required): The driver's license number (DLN), <a href=\"https://\">License Number Patterns</a></p>\n</li>\n<li><p><code>CDL</code> (boolean, optional): Indicates the license is a CDL or not. [true, false]</p>\n<ul>\n<li>If not sent, it will default to \"false\"</li>\n</ul>\n</li>\n<li><p><code>requestorCode</code> (string, optional): CA, PA, and UT required access codes</p>\n</li>\n<li><p><code>licenseZipCode</code> (string(10), optional): The person's mailing postal code.</p>\n<ul>\n<li><p>In the US the string is 5 digits</p>\n</li>\n<li><p>All other countries, it is between 2-10 characters or digits</p>\n</li>\n</ul>\n</li>\n<li><p><code>licenseGender</code> (string, optional): The person's gender: [\"Male, Female, Non-Binary\"]</p>\n</li>\n<li><p><code>licenseCountryCode</code> (string, optional): The ISO-3166-2 Country code the person is currently licensed in. [US, CA, etc.]<br />  if no country is passed through, we will default it to the US and will validate if a user sends a bad license country/ license state combination</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful addition of the license, the API will respond with the ID of the newly added license.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>personId</code>: the unique identifer for the peron.</li>\n</ul>\n","urlObject":{"path":["organization","v1","people",":personId","licenses"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"911a21c5-40ca-4a81-8b44-8e1b6033894d","description":{"content":"<p>(Required) The person's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"personId"}]}},"response":[{"id":"040485f6-d23d-4d46-9f5f-57f4a2836c83","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/licenses","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","licenses"],"variable":[{"key":"personId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"licenseId\": \"f7bd8ea1-4b53-bea0-d6d9-69854b3d9ab1\"\n}"},{"id":"8ccc06f8-79b2-483a-9fc9-c1cf9644677a","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/licenses","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","licenses"],"variable":[{"key":"personId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"96e1140e-134a-49ff-a7aa-12f535e39760","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/licenses","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","licenses"],"variable":[{"key":"personId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5eee27f7-0e1a-43c4-8d22-cbd8c14de736","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/licenses","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","licenses"],"variable":[{"key":"personId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"4b64dc77-cb89-4274-ba14-0c14919914a5","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/licenses","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","licenses"],"variable":[{"key":"personId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"526a9ada-89c4-4c5c-953b-17550db6f773","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/people/:personId/licenses","host":["{{baseUrl}}"],"path":["organization","v1","people",":personId","licenses"],"variable":[{"key":"personId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B01\",\n  \"message\": \"Required field(s) '<field names>' are missing.\"\n}"}],"_postman_id":"ca7ccf57-8e63-4052-a497-e06cbca3e03f"},{"name":"Read a License","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"5e58d405-5ec7-4530-9d1c-23d4e28577fd"}}],"id":"e11605b5-e3d7-45e5-9dce-f27c452339a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/organization/v1/licenses/:licenseId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves the license properties for a specific license ID within the organization. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>licenseId</code>: the unique identifer for the license.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with license properties for the corresponding ID.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>personId</code> (string, uuid): The person's unique identifier.</p>\n</li>\n<li><p><code>licenseId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>licenseState</code> (string(2), required): The license's issued by state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>licenseNumber</code> (string(30), required): The driver's license number (DLN), <a href=\"https://\">License Number Patterns</a></p>\n</li>\n<li><p><code>CDL</code> (boolean, required): Indicates the license is a CDL or not. [true, false]</p>\n</li>\n<li><p><code>requestorCode</code> (string, optional): CA, PA, and UT required access codes</p>\n</li>\n<li><p><code>licenseZipCode</code> (string(10), optional): The person's mailing postal code.</p>\n<ul>\n<li><p>In the US the string is 5 digits</p>\n</li>\n<li><p>All other countries, it is between 2-10 characters or digits</p>\n</li>\n</ul>\n</li>\n<li><p><code>licenseGender</code> (string, optional): The person's gender: [\"M, F, X\"]</p>\n</li>\n<li><p><code>licenseCountryCode</code> (string, optional): The ISO-3166-2 Country code the person is currently licensed in. [US, CA, etc.]<br />  if no country is passed through, we will default it to the US and will validate if a user sends a bad license country/ license state combination</p>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","licenses",":licenseId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"010d1bcf-73d8-432f-bdc3-4efa0256fe4b","description":{"content":"<p>(Required) The license's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"licenseId"}]}},"response":[{"id":"2f5dc271-d975-46e4-9607-ccbc25b1c75a","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/licenses/:licenseId","host":["{{baseUrl}}"],"path":["organization","v1","licenses",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"licenseId\": \"aa6d1476-7163-46f7-a2bb-f43a187e1c14\",\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"personId\": \"aa6d1476-7163-46f7-a2bb-f43a18741242\",\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}"},{"id":"0152dfb5-7ecd-4560-a9a2-1993d6655364","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/licenses/:licenseId","host":["{{baseUrl}}"],"path":["organization","v1","licenses",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2fb428c1-6629-431a-aafa-cae2e5245bba","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/licenses/:licenseId","host":["{{baseUrl}}"],"path":["organization","v1","licenses",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"02ca8693-06c3-4eb2-ab0f-253823712dba","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/licenses/:licenseId","host":["{{baseUrl}}"],"path":["organization","v1","licenses",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e11605b5-e3d7-45e5-9dce-f27c452339a7"},{"name":"Update a License","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","});"],"type":"text/javascript","id":"fada80e5-456c-47ea-8d38-100822e67d1f"}}],"id":"89f9bd49-ae63-4394-a81d-d21e7900765b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/licenses/:licenseId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you to update the properties associated with a specific license within the organization.</p>\n<h2 id=\"headers\"><strong>Headers:</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request:</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>licenseId</code>: the unique identifer for the license.</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>licenseState</code> (string(2), required): The license's issued by state, <a href=\"https://\">US State Abbreviation</a>.</p>\n</li>\n<li><p><code>licenseNumber</code> (string(30), required): The driver's license number (DLN), <a href=\"https://\">License Number Patterns</a></p>\n</li>\n<li><p><code>CDL</code> (boolean, optional): Indicates the license is a CDL or not. [true, false]</p>\n<ul>\n<li>If not sent, default to \"false\"</li>\n</ul>\n</li>\n<li><p><code>requestorCode</code> (string, optional): CA, PA, and UT required access codes</p>\n</li>\n<li><p><code>licenseZipCode</code> (string(10), optional): The person's mailing postal code.</p>\n<ul>\n<li><p>In the US the string is 5 digits</p>\n</li>\n<li><p>All other countries, it is between 2-10 characters or digits</p>\n</li>\n</ul>\n</li>\n<li><p><code>licenseGender</code> (string, optional): The person's gender: [\"M, F, X\"]</p>\n</li>\n<li><p><code>licenseCountryCode</code> (string, optional): The ISO-3166-2 Country code the person is currently licensed in. [US, CA, etc.]<br />  if no country is passed through, we will default it to the US and will validate if a user sends a bad license country/ license state combination</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful update of the group, the API will respond with a 204 No Content.</p>\n","urlObject":{"path":["organization","v1","licenses",":licenseId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"e056fa77-d10e-4d9e-9ea1-85a3c2e24085","description":{"content":"<p>(Required) The license's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"licenseId"}]}},"response":[{"id":"35748195-336a-4d4a-b5c3-bea418864b08","name":"204 Not Content","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/licenses/:licenseId","host":["{{baseUrl}}"],"path":["organization","v1","licenses",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6a905a5b-cf7c-4e03-b580-6eb8e525f26e","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/licenses/:licenseId","host":["{{baseUrl}}"],"path":["organization","v1","licenses",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b3fac7e5-f819-434e-a930-b70fd5bd569f","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/licenses/:licenseId","host":["{{baseUrl}}"],"path":["organization","v1","licenses",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"79b83536-1990-4fee-be31-eef186d2caab","name":"403 Forbidden","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/licenses/:licenseId","host":["{{baseUrl}}"],"path":["organization","v1","licenses",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"b06bdc02-4e9b-4d77-8a9f-a96327821379","name":"404 Not Found","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/licenses/:licenseId","host":["{{baseUrl}}"],"path":["organization","v1","licenses",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cb4eacde-e26a-48fd-9e9a-29b215986202","name":"409 Conflict","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"licenseNumber\": \"F2111132\",\n  \"licenseState\": \"CA\",\n  \"CDL\": true,\n  \"requestorCode\": \"A1234\",\n  \"licenseZipCode\": \"90210\",\n  \"licenseGender\": \"Female\",\n  \"licenseCountryCode\": \"US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/licenses/:licenseId","host":["{{baseUrl}}"],"path":["organization","v1","licenses",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Formats for field(s) '<field names>' is invalid.\"\n}"}],"_postman_id":"89f9bd49-ae63-4394-a81d-d21e7900765b"},{"name":"Get a License's Status","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"c7efa1a2-9db0-4190-a318-62c57d5615bd"}}],"id":"8370a3d4-69e4-47b3-89ae-39dbf47f15f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/organization/v1/licenses/:licenseId/status","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves the license status information for a specific license ID within the organization. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>licenseId</code>: the unique identifer for the license.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with license status for the corresponding license ID.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>licenseId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>licenseType</code> (string): The type of license.</p>\n</li>\n<li><p><code>status</code> (string): The status of the license.</p>\n</li>\n<li><p><code>sourceDate</code> (string, datetime): The timestamp of the status source data.</p>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","licenses",":licenseId","status"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"70f278f5-b6fb-4e00-af92-636f7c02d9e0","description":{"content":"<p>(Required) The license's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"licenseId"}]}},"response":[{"id":"6b554ce4-6eb2-485e-986a-5fe7d3caf11c","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/licenses/:licenseId/status","host":["{{baseUrl}}"],"path":["organization","v1","licenses",":licenseId","status"],"variable":[{"key":"licenseId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"licenseId\": \"aa6d1476-7163-46f7-a2bb-f43a187e1c14\",\n  \"licenseType\": \"PERSONAL\",\n  \"status\": \"VALID\",\n  \"sourceDate\": \"2023-08-29T16:13:51.412095Z\"\n}"},{"id":"99aef8b6-07a7-45be-871e-5284a5e6c293","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/licenses/:licenseId/status","host":["{{baseUrl}}"],"path":["organization","v1","licenses",":licenseId","status"],"variable":[{"key":"licenseId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bf38cd42-9250-4a68-a8ec-76e84aa82d34","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/licenses/:licenseId/status","host":["{{baseUrl}}"],"path":["organization","v1","licenses",":licenseId","status"],"variable":[{"key":"licenseId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"8783281f-2620-423e-bd47-1514872adb7a","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/licenses/:licenseId/status","host":["{{baseUrl}}"],"path":["organization","v1","licenses",":licenseId","status"],"variable":[{"key":"licenseId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8370a3d4-69e4-47b3-89ae-39dbf47f15f8"}],"id":"cd748e77-106a-4f07-a46a-8ab63e68fb4b","description":"<p>Create a license after the person is created, the <code>personID</code> is used as part of the path to create a license. The integration design should include capturing and create a mapping between <code>licenseID</code> and <code>personID</code>.</p>\n","_postman_id":"cd748e77-106a-4f07-a46a-8ab63e68fb4b","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"Enrollments","item":[{"name":"Search Enrollments","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"licenseId\", pm.response.json().data[0].licenseId);","});"],"type":"text/javascript","id":"4a6a4598-fc94-41fb-bfe8-beb009b227b2"}}],"id":"f569f80d-c090-4f8a-b659-f0cc661b8adb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"enrollmentType\",\n    \"values\": [\n      \"unenrolled\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/monitoring/v1/licenseenrollments/search?page=1&size=50","description":"<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p>The request body contains one or more criteria objects to perform a complex search.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>operation</code> (string, required): The search operation. <code>eq</code></p>\n</li>\n<li><p><code>property</code> (string, required): The property to search against.</p>\n</li>\n<li><p><code>values</code> (string, required): The values to search for.</p>\n</li>\n</ul>\n<h3 id=\"searchable-fields\">Searchable Fields</h3>\n<ul>\n<li><code>enrollmentType</code></li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful search, the API will respond with a list of enrollments found matching your criteria.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>licenseId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>enrollmentType</code> (string): The enrollment type.</p>\n</li>\n<li><p><code>license</code> (object): The license object containing:</p>\n<ul>\n<li><p><code>licenseState</code> (string): The license's issuing state.</p>\n</li>\n<li><p><code>licenseNumber</code> (string): The license's document number.</p>\n</li>\n<li><p><code>CDL</code> (boolean): Indicates the license is a Commercial Driver License.</p>\n</li>\n</ul>\n</li>\n<li><p><code>modifyDateTime</code> (string, datetime): The timestamp license was last modified.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><code>totalPages</code> (number): The total number of pages.</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["monitoring","v1","licenseenrollments","search"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"}],"variable":[]}},"response":[{"id":"34bc1b9b-096f-4122-98cc-0853a2577427","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"enrollmentType\",\n    \"values\": [\n      \"unenrolled\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/search?page=1&size=50","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"licenseId\": \"455c78c8-2f97-4694-8631-6ced89068521\",\n      \"enrollmentType\": \"unenrolled\",\n      \"license\": {\n        \"licenseNumber\": \"38746594\",\n        \"licenseState\": \"AL\",\n        \"CDL\": true\n      },\n      \"modifyDateTime\": \"2023-12-07T22:51:04.947141Z\"\n    },\n    {\n      \"licenseId\": \"65a07dd4-abb3-44c2-9438-89f85064ee19\",\n      \"enrollmentType\": \"unenrolled\",\n      \"license\": {\n        \"licenseNumber\": \"R2017199\",\n        \"licenseState\": \"CA\",\n        \"CDL\": false\n      },\n      \"modifyDateTime\": \"2023-07-24T23:55:26.448404Z\"\n    },\n    {\n      \"licenseId\": \"29a95f29-e6c2-4217-be33-5dc73c30f862\",\n      \"enrollmentType\": \"unenrolled\",\n      \"license\": {\n        \"licenseNumber\": \"Z2345678\",\n        \"licenseState\": \"CA\",\n        \"CDL\": false\n      },\n      \"modifyDateTime\": \"2023-07-25T00:14:54.864785Z\"\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": 1\n  },\n  \"links\": {\n    \"self\": \"https://api.sambasafety.io/search?page=1&size=50\",\n    \"first\": \"https://api.sambasafety.io/search?page=1&size=50\",\n    \"last\": \"https://api.sambasafety.io/search?page=1&size=50\"\n  }\n}"},{"id":"63ee6392-10fb-43e2-b81a-3253813014b9","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"enrollmentType\",\n    \"values\": [\n      \"unenrolled\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/search?page=1&size=50","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f98e565c-e6cd-412b-be00-5508aa3edaa4","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"enrollmentType\",\n    \"values\": [\n      \"unenrolled\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/search?page=1&size=50","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b7133ab8-4a1a-4c1c-a497-5c555a24ca57","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"enrollmentType\",\n    \"values\": [\n      \"unenrolled\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/search?page=1&size=50","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"7dd34a08-7ee4-4c3d-8df8-480ae63663d3","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"enrollmentType\",\n    \"values\": [\n      \"unenrolled\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/search?page=1&size=50","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f569f80d-c090-4f8a-b659-f0cc661b8adb"},{"name":"Enrollments for a Group","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"fb212e4f-d593-49e3-a4e6-bf2c9a2d8ed5"}}],"id":"944741fd-0c8f-415f-8223-110c6285586d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/monitoring/v1/groups/:groupId/licenseenrollments?page=1&size=50","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Enrollments for the corresponding <code>groupId</code></p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>groupId</code>: the unique identifer for the group.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with a list of enrollments in the corresponding group.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>licenseId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>enrollmentType</code> (string): The enrollment type.</p>\n</li>\n<li><p><code>license</code> (object): The license object containing:</p>\n<ul>\n<li><p><code>licenseState</code> (string): The license's issuing state.</p>\n</li>\n<li><p><code>licenseNumber</code> (string): The license's document number.</p>\n</li>\n<li><p><code>CDL</code> (boolean): Indicates the license is a Commercial Driver License.</p>\n</li>\n</ul>\n</li>\n<li><p><code>modifyDateTime</code> (string, datetime): The timestamp license was last modified.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><code>totalPages</code> (number): The total number of pages.</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["monitoring","v1","groups",":groupId","licenseenrollments"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"}],"variable":[{"id":"8d939e22-2fec-41d9-9c8d-801318e02efc","description":{"content":"<p>(Required) The group's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"groupId"}]}},"response":[{"id":"54c4db8f-2dd1-48f8-bc5f-a35ced803293","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/monitoring/v1/groups/:groupId/licenseenrollments?page=1&size=50","host":["{{baseUrl}}"],"path":["monitoring","v1","groups",":groupId","licenseenrollments"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}],"variable":[{"key":"groupId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"licenseId\": \"455c78c8-2f97-4694-8631-6ced89068521\",\n      \"enrollmentType\": \"unenrolled\",\n      \"license\": {\n        \"licenseNumber\": \"38746594\",\n        \"licenseState\": \"AL\",\n        \"CDL\": true\n      },\n      \"modifyDateTime\": \"2023-12-07T22:51:04.947141Z\"\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": 1\n  },\n  \"links\": {\n    \"self\": \"/monitoring/v1/groups/12f7b806-c90e-4726-8d01-5ad16284f682/licenseenrollments?page=1&size=50\",\n    \"first\": \"/monitoring/v1/groups/12f7b806-c90e-4726-8d01-5ad16284f682/licenseenrollments?page=1&size=50\",\n    \"last\": \"/monitoring/v1/groups/12f7b806-c90e-4726-8d01-5ad16284f682/licenseenrollments?page=1&size=50\"\n  }\n}"},{"id":"3d4ebb72-a8c9-419d-9a1f-a72a0cdfe4c2","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/monitoring/v1/groups/:groupId/licenseenrollments?page=1&size=50","host":["{{baseUrl}}"],"path":["monitoring","v1","groups",":groupId","licenseenrollments"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}],"variable":[{"key":"groupId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9b6e2c06-5455-4775-be0d-b05f6964bfe7","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/monitoring/v1/groups/:groupId/licenseenrollments?page=1&size=50","host":["{{baseUrl}}"],"path":["monitoring","v1","groups",":groupId","licenseenrollments"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}],"variable":[{"key":"groupId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"7351d19e-2783-4d75-acc4-f228f66a9190","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/monitoring/v1/groups/:groupId/licenseenrollments?page=1&size=50","host":["{{baseUrl}}"],"path":["monitoring","v1","groups",":groupId","licenseenrollments"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}],"variable":[{"key":"groupId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"944741fd-0c8f-415f-8223-110c6285586d"},{"name":"Enrollments for a Person","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"de293f5b-c6b0-4820-8e1c-b87b10b0cbf8"}}],"id":"bcbd194b-3e24-4535-affb-26e2af408977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/monitoring/v1/people/:personId/licenseenrollments","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Enrollments for the corresponding <code>personId</code></p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>personId</code>: the unique identifer for the person.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with a list of enrollments in the corresponding person.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>licenseId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>enrollmentType</code> (string): The enrollment type.</p>\n</li>\n<li><p><code>license</code> (object): The license object containing:</p>\n<ul>\n<li><p><code>licenseState</code> (string): The license's issuing state.</p>\n</li>\n<li><p><code>licenseNumber</code> (string): The license's document number.</p>\n</li>\n<li><p><code>CDL</code> (boolean): Indicates the license is a Commercial Driver License.</p>\n</li>\n</ul>\n</li>\n<li><p><code>modifyDateTime</code> (string, datetime): The timestamp license was last modified.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["monitoring","v1","people",":personId","licenseenrollments"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"eeba39dc-c555-4c55-be02-5e2e63d7fd77","description":{"content":"<p>(Required) The person's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"personId"}]}},"response":[{"id":"f15c76bc-7fc1-4a44-8832-4f4d06c47891","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/monitoring/v1/people/:personId/licenseenrollments","host":["{{baseUrl}}"],"path":["monitoring","v1","people",":personId","licenseenrollments"],"variable":[{"key":"personId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"licenseId\": \"455c78c8-2f97-4694-8631-6ced89068521\",\n      \"enrollmentType\": \"unenrolled\",\n      \"license\": {\n        \"licenseNumber\": \"38746594\",\n        \"licenseState\": \"AL\",\n        \"CDL\": true\n      },\n      \"modifyDateTime\": \"2023-12-07T22:51:04.947141Z\"\n    }\n  ]\n}"},{"id":"db8899d4-445b-4117-a4cd-cc4e6cb62de1","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/monitoring/v1/people/:personId/licenseenrollments","host":["{{baseUrl}}"],"path":["monitoring","v1","people",":personId","licenseenrollments"],"variable":[{"key":"personId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b6381404-9125-4445-ac43-4d4c770109d6","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/monitoring/v1/people/:personId/licenseenrollments","host":["{{baseUrl}}"],"path":["monitoring","v1","people",":personId","licenseenrollments"],"variable":[{"key":"personId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"7e32cdab-e6e7-4305-aeb5-bd599fde4ccd","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/monitoring/v1/people/:personId/licenseenrollments","host":["{{baseUrl}}"],"path":["monitoring","v1","people",":personId","licenseenrollments"],"variable":[{"key":"personId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bcbd194b-3e24-4535-affb-26e2af408977"},{"name":"Get Enrollment for a License","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"596a31a3-d4ea-4d74-8180-3f341ae97ac8"}}],"id":"77bded08-68a7-43eb-aca7-ec29184a07b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/monitoring/v1/licenseenrollments/:licenseId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Get the <code>enrollmentType</code> for the corresponding <code>licenseId</code></p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>licenseId</code>: the unique identifer for the license.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with a list of enrollments in the corresponding license.</p>\n<ul>\n<li><p><code>licenseId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>enrollmentType</code> (string): The enrollment type.</p>\n</li>\n<li><p><code>license</code> (object): The license object containing:</p>\n<ul>\n<li><p><code>licenseState</code> (string): The license's issuing state.</p>\n</li>\n<li><p><code>licenseNumber</code> (string): The license's document number.</p>\n</li>\n<li><p><code>CDL</code> (boolean): Indicates the license is a Commercial Driver License.</p>\n</li>\n</ul>\n</li>\n<li><p><code>modifyDateTime</code> (string, datetime): The timestamp license was last modified.</p>\n</li>\n</ul>\n","urlObject":{"path":["monitoring","v1","licenseenrollments",":licenseId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"ae563dd4-4a09-40b8-8cc4-98fbfc88b4b7","description":{"content":"<p>(Required) The license's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"licenseId"}]}},"response":[{"id":"5bed33bb-b815-4d38-affd-7f6c1816d122","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/:licenseId","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"licenseId\": \"455c78c8-2f97-4694-8631-6ced89068521\",\n  \"enrollmentType\": \"unenrolled\",\n  \"license\": {\n    \"licenseNumber\": \"38746594\",\n    \"licenseState\": \"AL\",\n    \"CDL\": true\n  },\n  \"modifyDateTime\": \"2023-12-07T22:51:04.947141Z\"\n}"},{"id":"f7e591c4-e29e-49f9-af86-a4c57ed50073","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/:licenseId","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"48468d79-2e00-4369-b8ce-f1dcafd180b0","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/:licenseId","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"e0f714b0-6247-400a-b394-7e218dac3f06","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/:licenseId","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"77bded08-68a7-43eb-aca7-ec29184a07b7"},{"name":"Set Enrollment for a License","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","});"],"type":"text/javascript","id":"008c5ed4-0bf1-4960-b71d-b52b0cbaa5cb"}}],"id":"e2aad4c8-ba0f-43ee-bab2-c67d9e41db02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"enrollmentType\": \"enrolled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/monitoring/v1/licenseenrollments/:licenseId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you to update an enrollment associated with a specific license within the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>enrollmentType</code> (string, required): The license enrollment status, 'enrolled', 'unenrolled'.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful update of the enrollment, the API will respond with a 204 No Content.</p>\n","urlObject":{"path":["monitoring","v1","licenseenrollments",":licenseId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"ce0e7b7b-8586-48d8-b21b-c8bae0308ea5","description":{"content":"<p>(Required) The license's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"licenseId"}]}},"response":[{"id":"39cb5d5b-c376-4881-8295-0ccabb47599a","name":"204 Not Content","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"enrollmentType\": \"enrolled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/:licenseId","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"432b3d55-4276-4806-a858-2c738d5f765c","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"enrollmentType\": \"enrolled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/:licenseId","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a1d90c92-5b86-47e1-8c6b-0f0153c3405a","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"enrollmentType\": \"enrolled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/:licenseId","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"34e96579-57f3-4c98-aa2d-a80769b3c298","name":"403 Forbidden","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"enrollmentType\": \"enrolled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/:licenseId","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"0b665700-2992-4cb3-b33d-bd1d02cfa728","name":"404 Not Found","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"enrollmentType\": \"enrolled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/:licenseId","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cdd6677e-c713-40d0-be94-b726d16bc26a","name":"409 Conflict","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"enrollmentType\": \"enrolled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/:licenseId","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B02\",\n  \"message\": \"Formats for field(s) '<field names>' are invalid\"\n}"},{"id":"322333b9-7494-4ce5-897e-d53703349acc","name":"422 Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"enrollmentType\": \"enrolled\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/monitoring/v1/licenseenrollments/:licenseId","host":["{{baseUrl}}"],"path":["monitoring","v1","licenseenrollments",":licenseId"],"variable":[{"key":"licenseId"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"E01\",\n  \"message\": \"Driver data is invalid, please fix and try again. '<field names>' invalid\"\n}"}],"_postman_id":"e2aad4c8-ba0f-43ee-bab2-c67d9e41db02"}],"id":"464dc1ae-e11d-4b6a-a35e-a056983d7ef9","description":"<p>The <strong>License Monitoring</strong> process is not complete until the license is enrolled with the State system for monitoring.The state enrollment process occurs overnight. For daily states, enrollment responses will generally occur next day. In monthly monitoring states, the enrollment response will not occur until the monthly processing run. Monthly processing generally occurs the first week of each month. The enrollment responses are described below</p>\n<h3 id=\"success\">Success</h3>\n<p>States do not notify of a successful enrollment, except states that provide and enrollment MVR as part of the program. Enrollment MVRs are returned the day of successful state enrollment. For all other states, if a state enrollment error is not returned, then the license has been successfully enrolled.</p>\n<h3 id=\"errors\">Errors</h3>\n<p>If there is an issue with the enrollment information (e.g. DLN, State, Birthdate, Last Name), the error information is returned by the state. Each state is different, and some states acknowledge the enrollment while others do not. Additionally, the timeline for acknowledgement varies by state, but is typically the day following the API call<br />for enrollment (notable exception to MI, which is every other week).</p>\n<h4 id=\"error-handling\">Error Handling</h4>\n<p>On enrollment, we will validate the license information meets the state requirements for format and length. If the license does not pass validation, an error and error message is returned.</p>\n<p>Update License information to correct the license enrollment error, validate the license information and update the license information. The license information can be updated using the license PUT call and <code>licenseId</code>.</p>\n<p>If enrollment errors are available within the UI and through integration calls. Users can resolve state enrollment errors within Qorta or within the system of record. Additionally, the state enrollment errors can be exposed in the system of record for user review or users and review error within Qorta. States may provide additional<br />information in the enrollment error message.</p>\n<h2 id=\"when-to-enroll-drivers-into-monitoring\"><strong>When to enroll drivers into monitoring?</strong></h2>\n<p>It is recommended that people be enrolled into monitoring as soon as possible after the decision to hire or contract, in order to remove the risk of creating a monitoring period gap.</p>\n<p>The following states have enrollment MVRs and an MVR will be provided upon enrollment.</p>\n<ul>\n<li><p>Texas</p>\n</li>\n<li><p>Maryland</p>\n</li>\n<li><p>New York</p>\n</li>\n<li><p>California</p>\n</li>\n</ul>\n<p>There are certain states with short enrollment look back windows (typically 30 days) where immediate enrollment is needed to eliminate the risk of creating a visibility gap.</p>\n<ul>\n<li><p>Arkansas</p>\n</li>\n<li><p>Maine</p>\n</li>\n<li><p>Nevada</p>\n</li>\n<li><p>Virginia</p>\n</li>\n<li><p>Louisiana</p>\n</li>\n</ul>\n<p>The following states have enrollment fees.</p>\n<ul>\n<li><p>California</p>\n</li>\n<li><p>Texas</p>\n</li>\n<li><p>New York</p>\n</li>\n<li><p>Michigan</p>\n</li>\n<li><p>Maryland</p>\n</li>\n</ul>\n<p>The following states require the Driver's SSN with enrollment.</p>\n<ul>\n<li><p>Arizona</p>\n</li>\n<li><p>Illinois</p>\n</li>\n<li><p>New Jersey</p>\n</li>\n<li><p>Pennsylvania</p>\n</li>\n</ul>\n<h4 id=\"kansas\"><strong>Kansas</strong></h4>\n<p>Enrollments after the 26th will not include that month in the look back. For example, if a person is enrolled 5/25/2023 then the enrollment look back will include May. If the person is enrolled 5/26/2023, then the enrollment look-back will start with June. In the scenario of enrolling on 5/26/2023 a gap in visibility will exist between 5/26 and 5/31.</p>\n<h4 id=\"michigan\"><strong>Michigan</strong></h4>\n<p>Michigan accepts enrollments on Mondays and returns the MVR on the next Monday. So, depending on when the driver is enrolled the enrollment MVR will be returned in 7-14 days.</p>\n<h2 id=\"when-to-unenroll-drivers-from-monitoring\"><strong>When to unenroll drivers from monitoring?</strong></h2>\n<ul>\n<li><p>When people leave are no longer employed/contracted or have moved to a non-driving roll, they should be removed from monitoring and archived within Qorta.</p>\n</li>\n<li><p>A business rule for when a driver should be unenrolled from monitoring should be defined. There are some considerations by state that could impact when a person is removed from monitoring service.</p>\n</li>\n</ul>\n<p><strong>For more information on License Monitoring Enrollment visit</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a><strong>:</strong></p>\n<ul>\n<li><a href=\"https://test-support.sambasafety.com/en_US/us-license-monitoring-by-state\">US License Monitoring</a></li>\n</ul>\n","_postman_id":"464dc1ae-e11d-4b6a-a35e-a056983d7ef9","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"Motor Vehicle Reports","item":[{"name":"All Orders for a License","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"2652ca4a-61c1-4898-943d-cca1b13470d1"}}],"id":"6a789089-5b2a-4eb4-938f-d25166f940cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/transactional/v1/licenses/:licenseId/mvrorders?page=1&size=50","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Retrieve a list of orders for the corresponding <code>licenseId</code></p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>licenseId</code>: the unique identifer for the license.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with a list of orders in the corresponding license.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>mvrOrderId</code> (string, uuid): The order's unique identifier.</p>\n</li>\n<li><p><code>orderStatus</code> (string): The status of the order.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n<li><p><code>personId</code> (string, uuid): The person's unique identifier.</p>\n</li>\n<li><p><code>license</code> (object): The license object containing:</p>\n<ul>\n<li><p><code>licenseId</code> (string, uuid): The license's unique identifier.</p>\n</li>\n<li><p><code>licenseState</code> (string): The license's issuing state.</p>\n</li>\n<li><p><code>licenseNumber</code> (string): The license's document number.</p>\n</li>\n<li><p><code>CDL</code> (boolean): Indicates the license is a Commercial Driver License.</p>\n</li>\n</ul>\n</li>\n<li><p><code>controlNumber</code> (string): A SambaSafety identifier for the order.</p>\n</li>\n<li><p><code>links</code> (object): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><code>totalPages</code> (number): The total number of pages.</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["transactional","v1","licenses",":licenseId","mvrorders"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"}],"variable":[{"id":"f668e0a6-7a0a-4aeb-b151-ebcff4bbdce1","description":{"content":"<p>(Required) The license's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"licenseId"}]}},"response":[{"id":"caccbca3-581b-464c-bb18-bca0e451404e","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/licenses/:licenseId/mvrorders?page=1&size=50","host":["{{baseUrl}}"],"path":["transactional","v1","licenses",":licenseId","mvrorders"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}],"variable":[{"key":"licenseId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"mvrOrderId\": \"86c2073a-f741-48ec-9b95-e781458cddd4\",\n      \"orderStatus\": \"error\",\n      \"orderDateTime\": \"2023-12-07T22:51:04.952223Z\",\n      \"personId\": \"7eeab669-6935-46cf-ade3-d71cabdb4f4e\",\n      \"license\": {\n        \"licenseId\": \"455c78c8-2f97-4694-8631-6ced89068521\",\n        \"licenseNumber\": \"38746594\",\n        \"licenseState\": \"AL\",\n        \"cdl\": true\n      },\n      \"controlNumber\": \"07WEDO\",\n      \"links\": [\n        {\n          \"rel\": \"motorvehiclereports\",\n          \"href\": \"/reports/v1/motorvehiclereports/78405940-3e21-4a63-8158-a58e5cba1b6c\",\n          \"type\": \"GET\",\n          \"id\": \"78405940-3e21-4a63-8158-a58e5cba1b6c\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": 1\n  },\n  \"links\": {\n    \"self\": \"https://api-demo.sambasafety.io/transactional/v1/licenses/455c78c8-2f97-4694-8631-6ced89068521/mvrorders?page=1&size=50\",\n    \"first\": \"https://api-demo.sambasafety.io/transactional/v1/licenses/455c78c8-2f97-4694-8631-6ced89068521/mvrorders?page=1&size=50\",\n    \"last\": \"https://api-demo.sambasafety.io/transactional/v1/licenses/455c78c8-2f97-4694-8631-6ced89068521/mvrorders?page=1&size=50\"\n  }\n}"},{"id":"13d09da9-69a5-4128-9316-ecb82546273a","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/licenses/:licenseId/mvrorders?page=1&size=50","host":["{{baseUrl}}"],"path":["transactional","v1","licenses",":licenseId","mvrorders"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}],"variable":[{"key":"licenseId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"79918184-6475-48bb-85d1-d0a4d1773023","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/licenses/:licenseId/mvrorders?page=1&size=50","host":["{{baseUrl}}"],"path":["transactional","v1","licenses",":licenseId","mvrorders"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}],"variable":[{"key":"licenseId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"fe39d194-5cf6-49ff-a064-c90056568b81","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/licenses/:licenseId/mvrorders?page=1&size=50","host":["{{baseUrl}}"],"path":["transactional","v1","licenses",":licenseId","mvrorders"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}],"variable":[{"key":"licenseId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a789089-5b2a-4eb4-938f-d25166f940cc"},{"name":"All MRVs for a Person","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","id":"9bde251b-511d-4dfd-abc8-0a79e7e7aa8f"}}],"id":"fb18ed8e-506c-4394-9ac1-c1bda6d2b373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/reports/v1/people/:personId/motorvehiclereports","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Retrieve a list <code>mvrId</code>(s) for the corresponding <code>personId</code></p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>personId</code>: the unique identifer of the person.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with a list of MVR Report IDs for the corresponding person.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>mvrId</code> (string, uuid): The MVR Report's unique identifier.</p>\n</li>\n<li><p><code>mvrDateTime</code> (string, datetime): The timestamp of the report.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["reports","v1","people",":personId","motorvehiclereports"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"f6b8c4bc-1aaa-4825-89d0-a179a77acc2e","description":{"content":"<p>(Required) The person's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"personId"}]}},"response":[{"id":"f579ce7f-6053-4d53-a874-ba5a156d47e9","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/people/:personId/motorvehiclereports","host":["{{baseUrl}}"],"path":["reports","v1","people",":personId","motorvehiclereports"],"variable":[{"key":"personId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"mvrId\": \"78405940-3e21-4a63-8158-a58e5cba1b6c\",\n      \"mvrDateTime\": \"2023-12-07T22:51:05.246049Z\"\n    }\n  ]\n}"},{"id":"e31f3b44-0cc5-4381-8e89-59d43d6200db","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/people/:personId/motorvehiclereports","host":["{{baseUrl}}"],"path":["reports","v1","people",":personId","motorvehiclereports"],"variable":[{"key":"personId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"77467506-2253-452a-af8c-ae10c926c670","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/people/:personId/motorvehiclereports","host":["{{baseUrl}}"],"path":["reports","v1","people",":personId","motorvehiclereports"],"variable":[{"key":"personId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"c3248c02-4774-4ff5-ae43-4f5999b7fdae","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/people/:personId/motorvehiclereports","host":["{{baseUrl}}"],"path":["reports","v1","people",":personId","motorvehiclereports"],"variable":[{"key":"personId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fb18ed8e-506c-4394-9ac1-c1bda6d2b373"},{"name":"Place an Order for a License","event":[{"listen":"test","script":{"exec":["pm.test(\"Order Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\");","    pm.collectionVariables.set(\"orderId\", pm.response.json().orderId);","});"],"type":"text/javascript","id":"9e82f79f-9be4-4345-9ebe-d340c1d52897"}}],"id":"722088a9-e8a1-4a0b-8315-3af2ac9712de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/transactional/v1/licenses/:licenseId/mvrorders","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Order an Motor Vehicle Report for the corresponding <code>licenseId</code></p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>licenseId</code>: the unique identifer for the license.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful submiting an order for the license, the API will respond with the ID of the order.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>orderId</code>: the unique identifer for the order.</li>\n</ul>\n","urlObject":{"path":["transactional","v1","licenses",":licenseId","mvrorders"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"30b2f884-0a8e-416d-9c3e-8147c57a14d2","description":{"content":"<p>(Required) The license's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"licenseId"}]}},"response":[{"id":"86085625-f7b1-4028-acaf-b9724803525f","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/licenses/:licenseId/mvrorders","host":["{{baseUrl}}"],"path":["transactional","v1","licenses",":licenseId","mvrorders"],"variable":[{"key":"licenseId"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mvrOrderId\": \"86c2073a-f741-48ec-9b95-e781458cddd4\",\n  \"orderDateTime\": \"2023-12-07T22:51:01.231458\",\n  \"orderStatus\": \"pending\"\n}"},{"id":"d0c7d82b-943e-49b7-82e1-0cacb6b36067","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/licenses/:licenseId/mvrorders","host":["{{baseUrl}}"],"path":["transactional","v1","licenses",":licenseId","mvrorders"],"variable":[{"key":"licenseId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bd466ef5-4686-459b-a705-82a0fc6fcb32","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/licenses/:licenseId/mvrorders","host":["{{baseUrl}}"],"path":["transactional","v1","licenses",":licenseId","mvrorders"],"variable":[{"key":"licenseId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"75bf4d8f-e97c-43b7-9043-de3b16db0470","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/licenses/:licenseId/mvrorders","host":["{{baseUrl}}"],"path":["transactional","v1","licenses",":licenseId","mvrorders"],"variable":[{"key":"licenseId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"722088a9-e8a1-4a0b-8315-3af2ac9712de"},{"name":"Check Order Status","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"reportId\", pm.response.json().links[0].id);","});"],"type":"text/javascript","id":"84abe3c0-c820-4a16-a7ed-1f2048e5b2e3"}}],"id":"aa59a8bd-39f8-41e5-9f48-60be2701d902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/transactional/v1/mvrorders/:orderId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves summary information for the corresponding order ID. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><strong><code>orderId</code></strong> the unique identifer for the order.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with details for the corresponding order. Contains the orderStatus and a links reference to the report, when completed.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>mvrOrderId</code> (string, uuid): The order's unique identifier.</p>\n</li>\n<li><p><code>orderStatus</code> (string): The status of the order.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, datetime): The timestamp of the order.</p>\n</li>\n<li><p><code>license</code> (object): The license object containing:</p>\n<ul>\n<li><p><code>licenseState</code> (string): The license's issuing state.</p>\n</li>\n<li><p><code>licenseNumber</code> (string): The license's document number.</p>\n</li>\n</ul>\n</li>\n<li><p><code>subType</code> (string): A SambaSafety identifier for the order.</p>\n</li>\n<li><p><code>billCode</code> (string): A customer's custom billing code.</p>\n</li>\n<li><p><code>billReference</code> (string): A customer's custom billing reference note.</p>\n</li>\n<li><p><code>links</code> (object): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"receive-order-completion-notification\">Receive Order Completion Notification</h2>\n<p>If you have subscribed to the webhook when the order has been successfully \"fulfilled\", the CallbackURL will be invoked with a <strong>\"POST\"</strong> and a body containing a url link to the report, and the report uuid.</p>\n<p>If an error occurs, the response will have an “error\" event type, with a description of the error.</p>\n<ul>\n<li><p><code>motorvehiclereport.received</code></p>\n</li>\n<li><p><code>motorvehiclereport.error</code></p>\n</li>\n</ul>\n<h2 id=\"vndsambasafetyqortamotorvehiclereportreceivedjson\">vnd.sambasafety.qorta.motorvehiclereport.received+json</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>result</code> (string): The result of the order.</p>\n</li>\n<li><p><code>reason</code> (string): The reason for the order.</p>\n</li>\n<li><p><code>mvrId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>personId</code> (string, <em>uuid</em>): The person's unique identifier.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>mvrDateTime</code> (string, <em>datetime</em>): The timestamp of the MVR order.</p>\n</li>\n<li><p><code>productOrdered</code> (string): The product ordered (subType).</p>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n","urlObject":{"path":["transactional","v1","mvrorders",":orderId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"559e12c9-46cf-4b84-8ea6-111aa3536615","description":{"content":"<p>(Required) The order's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderId"}]}},"response":[{"id":"b22c2fae-f475-45c7-8ad5-82d4b88b690e","name":"200 OK: Status: Fulfilled","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders/:orderId","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mvrOrderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"fulfilled\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"license\": {\n    \"licenseNumber\": \"\",\n    \"licenseState\": \"CO\"\n  },\n  \"subType\": \"3Y\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"links\": [\n    {\n      \"rel\": \"motorvehiclereports\",\n      \"href\": \"/reports/v1/motorvehiclereports/0aaed7b3-904f-48bc-93aa-6237f87986f5\",\n      \"type\": \"GET\",\n      \"id\": \"0aaed7b3-904f-48bc-93aa-6237f87986f5\"\n    }\n  ]\n}"},{"id":"7af8b8e7-6236-4c66-9a8e-7885bf25f878","name":"200 OK: Status: Pending","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders/:orderId","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"pending\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"license\": {\n    \"licenseNumber\": \"\",\n    \"licenseState\": \"CO\"\n  },\n  \"subType\": \"3Y\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"links\": []\n}"},{"id":"5880f465-8edf-4078-80fa-62434fa9015d","name":"200 OK: Status: Error","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders/:orderId","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders",":orderId"],"variable":[{"key":"orderId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mvrOrderId\": \"4537e02c-0af9-4b23-ae39-7ba0896df2a2\",\n  \"orderStatus\": \"error\",\n  \"orderDateTime\": \"2023-09-06T04:19:10.728415Z\",\n  \"license\": {\n    \"licenseNumber\": \"\",\n    \"licenseState\": \"CO\"\n  },\n  \"subType\": \"3Y\",\n  \"billCode\": \"\",\n  \"billReference\": \"\",\n  \"links\": [\n    {\n      \"rel\": \"motorvehiclereports\",\n      \"href\": \"/reports/v1/motorvehiclereports/0aaed7b3-904f-48bc-93aa-6237f87986f5\",\n      \"type\": \"GET\",\n      \"id\": \"0aaed7b3-904f-48bc-93aa-6237f87986f5\"\n    }\n  ]\n}"},{"id":"6a365d4e-5022-4b76-826f-74e768511517","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders/:orderId","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"34d2bce8-1064-4ece-b85e-60a4afa87b73","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders/:orderId","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"8dac5ef6-b54d-4df9-bce4-e610d0ea95e5","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/transactional/v1/mvrorders/:orderId","host":["{{baseUrl}}"],"path":["transactional","v1","mvrorders",":orderId"],"variable":[{"key":"orderId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aa59a8bd-39f8-41e5-9f48-60be2701d902"},{"name":"Get a Report","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0\");","});"],"type":"text/javascript","id":"289bc961-5ce9-4b0e-a4c5-51571e370bd4"}}],"id":"196bba5f-f878-4c36-bc81-4ee107680f77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0"}],"url":"{{baseUrl}}/reports/v1/motorvehiclereports/:reportId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves Motor Vehicle Report for the corresponding Report ID.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: [Document Version]</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<p><strong>Available Versions:</strong></p>\n<ul>\n<li><p><strong>application/vnd.sambasafety.qorta.mvr+json;version=3.0.0 (Default)</strong></p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.scoringmvr+json;version=3.0.0</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+json;version=2.0.4</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+xml;version=2.0.3</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+xml;version=2.0.2</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+xml;version=2.0.0</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+html</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+html;version=3.1</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+pdf ( Base64 Encoded String )</p>\n</li>\n<li><p>application/vnd.sambasafety.qorta.mvr+epnformat</p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>reportId</code>: the unique identifer for the Transactional MVR Report.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with the Motor Vehicle Report for the <code>reportId</code> and report <code>version</code> requested.</p>\n<h3 id=\"applicationvndsambasafetyqortamvrjsonversion300\">application/vnd.sambasafety.qorta.mvr+json;version=3.0.0</h3>\n<p><strong>Parameters:</strong></p>\n","urlObject":{"path":["reports","v1","motorvehiclereports",":reportId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"9863afe8-c261-4f3e-8d6d-19f40d1c8948","description":{"content":"<p>(Required) A report's unique identifier.</p>\n","type":"text/plain"},"type":"any","value":"","key":"reportId"}]}},"response":[{"id":"43776bb7-4dc1-454b-b745-a8682fa63501","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/motorvehiclereports/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","motorvehiclereports",":reportId"],"variable":[{"key":"reportId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.sambasafety.qorta.mvr+json;version=3.0.0"}],"cookie":[],"responseTime":null,"body":"{\n  \"Record\": {\n    \"DlRecord\": {\n      \"Criteria\": {\n        \"CompanyName\": \"AUTOTELCO\",\n        \"OrderDate\": {\n          \"Year\": 2023,\n          \"Month\": 6,\n          \"Day\": 28,\n          \"Full\": \"2023-06-28\",\n          \"Ticks\": 1687910400000\n        },\n        \"OrderTime\": {\n          \"Hour\": \"11\",\n          \"Minute\": \"6\",\n          \"Second\": \"0\"\n        },\n        \"AccountID\": \"B5544\",\n        \"Routing\": \"CICO\",\n        \"Purpose\": \"AA\",\n        \"Reference\": \"17198779-2146-43BB-AF90-C8A728E44C9F\",\n        \"AuxilliaryReference\": \"78B772B8-406F-4F23-8C73-149C4BCD5EF8\",\n        \"TrackingNumber\": \"000000\",\n        \"Host\": \"OL\",\n        \"ProductID\": \"DL\",\n        \"State\": {\n          \"Abbrev\": \"MT\",\n          \"Full\": \"MONTANA\"\n        },\n        \"Subtype\": \"3Y\",\n        \"SubtypeFull\": \"THREE YEAR\",\n        \"FirstName\": \"ADOLPHUS\",\n        \"MiddleName\": \"D\",\n        \"LastName\": \"COLE\",\n        \"BirthDate\": {\n          \"Year\": 1970,\n          \"Month\": 1,\n          \"Day\": 29,\n          \"Full\": \"1970-01-29\",\n          \"Ticks\": 2419200000\n        },\n        \"LicenseNumber\": \"111111112\",\n        \"Gender\": \"0\",\n        \"Source\": \"49\"\n      },\n      \"Result\": {\n        \"Control\": \"07GYYC\",\n        \"Valid\": \"Y\",\n        \"ReturnedDate\": {\n          \"Year\": 2023,\n          \"Month\": 6,\n          \"Day\": 28,\n          \"Full\": \"2023-06-28\",\n          \"Ticks\": 1687910400000\n        },\n        \"ReturnedTime\": {\n          \"Hour\": \"11\",\n          \"Minute\": \"6\",\n          \"Second\": \"0\"\n        },\n        \"CompanyClass\": \"ACTIVITY\",\n        \"CompanyScore\": \"1\",\n        \"CompanyScoreInt\": 1,\n        \"CompanyVersion\": \"1-13\",\n        \"IsClear\": \"N\",\n        \"ResultCode\": \"RB\",\n        \"Designation\": \"ACTUAL MVR\"\n      },\n      \"Driver\": {\n        \"FirstName\": \"ADOLPHUS\",\n        \"MiddleName\": \"D\",\n        \"LastName\": \"COLE\",\n        \"BirthDate\": {\n          \"Year\": 1970,\n          \"Month\": 1,\n          \"Day\": 29,\n          \"Full\": \"1970-01-29\",\n          \"Ticks\": 2419200000\n        },\n        \"Age\": \"53\",\n        \"Gender\": \"0\"\n      },\n      \"CurrentLicense\": {\n        \"Commercial\": {\n          \"Type\": \"COMMERCIAL\",\n          \"ClassDescription\": \"SINGLE VEH < 26K LBS W/ TRAILER < 10K LBS\",\n          \"ExpirationDate\": {\n            \"Year\": 2020,\n            \"Month\": 10,\n            \"Day\": 10,\n            \"Full\": \"2020-10-10\",\n            \"Ticks\": 1602288000000\n          },\n          \"StatusList\": [\n            {\n              \"Name\": \"VALID\"\n            }\n          ],\n          \"EndorsementList\": [\n            {\n              \"Name\": \"PASSENGERS\"\n            },\n            {\n              \"Name\": \"INTERSTATE\"\n            }\n          ],\n          \"RestrictionList\": [\n            {\n              \"Name\": \"CORRECTIVE LENSES\"\n            },\n            {\n              \"Name\": \"NO AIR BRAKES\"\n            }\n          ]\n        },\n        \"Number\": \"111111112\"\n      },\n      \"MessageList\": [\n        [\n          {\n            \"Line\": \"SCORE 4: ACTIVITY\"\n          }\n        ],\n        [\n          {\n            \"Line\": \"EXPIRATION DATES IN THIS DOCUMENT MAY HAVE BEEN EXTENDED PURSUANT TO EXECUTIVE\"\n          },\n          {\n            \"Line\": \"OR LEGISLATIVE ACTION OF THE ISSUING JURISDICTION RELATED TO COVID-19.\"\n          },\n          {\n            \"Line\": \"PLEASE CONSULT WITH THE JURISDICTION FOR FURTHER DETAILS.\"\n          }\n        ]\n      ],\n      \"EventList\": [\n        {\n          \"Common\": {\n            \"Type\": \"VIOLATION\",\n            \"Subtype\": \"VIOL\",\n            \"State\": {\n              \"Abbrev\": \"MT\",\n              \"Full\": \"MONTANA\"\n            },\n            \"Date\": {\n              \"Year\": 2019,\n              \"Month\": 10,\n              \"Day\": 16,\n              \"Full\": \"2019-10-16\",\n              \"Ticks\": 1571184000000\n            },\n            \"Location\": \"HILL COUNTY\",\n            \"IsHazMat\": \"U\",\n            \"IsCommercial\": \"U\",\n            \"DocketNumber\": \"Z12A02102\"\n          },\n          \"DescriptionList\": [\n            {\n              \"AdrLargeDescription\": \"SPEEDING\",\n              \"AdrSmallDescription\": \"SPEEDING\",\n              \"StateDescription\": \"SPEEDING: EXCEEDING 55 MPH NIGHT LIMIT\",\n              \"StateCode\": \"V5144\",\n              \"Acd\": \"S92\",\n              \"Avd1\": \"SA01\",\n              \"Avd2\": \"SA01\"\n            }\n          ],\n          \"Violation\": {\n            \"ConvictionDate\": {\n              \"Year\": 2019,\n              \"Month\": 11,\n              \"Day\": 12,\n              \"Full\": \"2019-11-12\",\n              \"Ticks\": 1573516800000\n            },\n            \"CourtType\": \"JPC\"\n          }\n        },\n        {\n          \"Common\": {\n            \"Type\": \"VIOLATION\",\n            \"Subtype\": \"VIOL\",\n            \"State\": {\n              \"Abbrev\": \"MT\",\n              \"Full\": \"MONTANA\"\n            },\n            \"Date\": {\n              \"Year\": 2020,\n              \"Month\": 2,\n              \"Day\": 4,\n              \"Full\": \"2020-02-04\",\n              \"Ticks\": 1580774400000\n            },\n            \"Location\": \"CHOUTEAU COUNTY\",\n            \"IsHazMat\": \"N\",\n            \"IsCommercial\": \"N\",\n            \"DocketNumber\": \"210A02000\"\n          },\n          \"DescriptionList\": [\n            {\n              \"AdrLargeDescription\": \"SPEEDING\",\n              \"AdrSmallDescription\": \"SPEEDING\",\n              \"StateDescription\": \"SPEEDING: EXCEEDING 55 MPH NIGHT LIMIT\",\n              \"StateCode\": \"V5144\",\n              \"Acd\": \"S92\",\n              \"Avd1\": \"SA01\",\n              \"Avd2\": \"SA01\"\n            }\n          ],\n          \"Violation\": {\n            \"ConvictionDate\": {\n              \"Year\": 2020,\n              \"Month\": 2,\n              \"Day\": 21,\n              \"Full\": \"2020-02-21\",\n              \"Ticks\": 1582243200000\n            },\n            \"CourtType\": \"JPC\"\n          }\n        },\n        {\n          \"Common\": {\n            \"Type\": \"VIOLATION\",\n            \"Subtype\": \"VIOL\",\n            \"State\": {\n              \"Abbrev\": \"MT\",\n              \"Full\": \"MONTANA\"\n            },\n            \"Date\": {\n              \"Year\": 2020,\n              \"Month\": 2,\n              \"Day\": 4,\n              \"Full\": \"2020-02-04\",\n              \"Ticks\": 1580774400000\n            },\n            \"Location\": \"CHOUTEAU COUNTY\",\n            \"IsHazMat\": \"N\",\n            \"IsCommercial\": \"N\",\n            \"DocketNumber\": \"210A02001\"\n          },\n          \"DescriptionList\": [\n            {\n              \"AdrLargeDescription\": \"FAILED TO SHOW REGISTRATION OR TITLE\",\n              \"AdrSmallDescription\": \"FAIL TO SHOW REGISTRATION OR TITLE\",\n              \"StateDescription\": \"FAIL TO CARRY REGISTRATION RECEIPT AS REQUIRED\",\n              \"StateCode\": \"V8052\",\n              \"Acd\": \"B76\",\n              \"Avd1\": \"DC07\",\n              \"Avd2\": \"DC07\"\n            }\n          ],\n          \"Violation\": {\n            \"ConvictionDate\": {\n              \"Year\": 2020,\n              \"Month\": 2,\n              \"Day\": 21,\n              \"Full\": \"2020-02-21\",\n              \"Ticks\": 1582243200000\n            },\n            \"CourtType\": \"JPC\"\n          }\n        },\n        {\n          \"Common\": {\n            \"Type\": \"VIOLATION\",\n            \"Subtype\": \"VIOL\",\n            \"State\": {\n              \"Abbrev\": \"MT\",\n              \"Full\": \"MONTANA\"\n            },\n            \"Date\": {\n              \"Year\": 2019,\n              \"Month\": 11,\n              \"Day\": 26,\n              \"Full\": \"2019-11-26\",\n              \"Ticks\": 1574726400000\n            },\n            \"Location\": \"CHOUTEAU COUNTY DEPT.2\",\n            \"IsHazMat\": \"N\",\n            \"IsCommercial\": \"N\",\n            \"DocketNumber\": \"210A002010\"\n          },\n          \"DescriptionList\": [\n            {\n              \"AdrLargeDescription\": \"SPEEDING\",\n              \"AdrSmallDescription\": \"SPEEDING\",\n              \"StateDescription\": \"SPEEDING ON NON INTERSTATE-EXCEED NIGHT LIMIT-70MPH\",\n              \"StateCode\": \"V5144N\",\n              \"Acd\": \"S92\",\n              \"Avd1\": \"SA01\",\n              \"Avd2\": \"SA01\"\n            }\n          ],\n          \"Violation\": {\n            \"ConvictionDate\": {\n              \"Year\": 2019,\n              \"Month\": 12,\n              \"Day\": 18,\n              \"Full\": \"2019-12-18\",\n              \"Ticks\": 1576627200000\n            },\n            \"CourtType\": \"JPC\"\n          }\n        }\n      ]\n    }\n  }\n}"},{"id":"af8eb92f-cd27-45a3-ab85-993eeb35062d","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/motorvehiclereports/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","motorvehiclereports",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9ee8eca4-13ca-41a0-9464-f83c08ec446b","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/motorvehiclereports/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","motorvehiclereports",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"e79f9df1-f85f-48e3-9859-949145e682ce","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/motorvehiclereports/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","motorvehiclereports",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8fbe72d1-4194-4ca8-a6b5-4102209f5c9f","name":"406 Not Acceptable","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/reports/v1/motorvehiclereports/:reportId","host":["{{baseUrl}}"],"path":["reports","v1","motorvehiclereports",":reportId"],"variable":[{"key":"reportId"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"196bba5f-f878-4c36-bc81-4ee107680f77"}],"id":"cc08dc45-9da2-4a9d-bf17-c140f359a415","description":"<p>A motor vehicle record (MVR) is the documentation of a person’s driving history. The information in an MVR includes information about the driver's traffic citations, vehicular crimes, accidents, driving under the influence (DUI) convictions and the number of points on the individual’s driver’s license. Additionally, these records may contain personally identifying information (PII) such as age, date of birth, gender, eye color, hair color, weight and height.</p>\n<p>An MVR may be used by insurance companies to determine insurance rates for drivers, with those with clean records getting lower rates. Generally, insurance companies can look back five years into an individual’s MVR. The records may also be used by employers to determine the viability of a prospective employee. These records are especially important in the case of jobs involving commercial motor vehicles (CMVs).</p>\n<h4 id=\"how-it-works\"><strong>How it Works</strong></h4>\n<ul>\n<li><p><a href=\"https://\"><b>Authentication</b></a>: Obtain a token to gain access</p>\n</li>\n<li><p><strong>Place an Order for a License</strong>: Place an order to get data for the person</p>\n</li>\n<li><p><strong>Check Order Status</strong>: Check whether an order that has been placed has been fulfilled</p>\n</li>\n<li><p><strong>Get a Report</strong>: Get the data ordered</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> <a href=\"https://support.sambasafety.com/en_US/motor-vehicle-records\"><b>Motor Vehicle Reports</b></a> <strong>visit</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n","_postman_id":"cc08dc45-9da2-4a9d-bf17-c140f359a415","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}}],"id":"6b54b64d-4529-4128-85ab-865a6daadd22","description":"<h2 id=\"overview\">Overview</h2>\n<p>License monitoring, also known as MVR monitoring, is a process of regularly and automatically checking the driving records of individuals over time. This monitoring is often used by employers or organizations to keep track of the driving history of their employees or drivers who operate company-owned vehicles or drive as part of their job responsibilities.</p>\n<p>Unlike a one-time MVR check, which is conducted during the hiring process or periodically at specific intervals, license monitoring is an ongoing process that provides real-time updates on any changes to an individual's driving record. The goal of license monitoring is to ensure that drivers maintain a safe driving history and comply with traffic laws throughout their employment or involvement with the organization.</p>\n<p>Implementing effective license monitoring involves several key steps to ensure compliance, efficiency, and risk management.</p>\n<ul>\n<li><p><strong>Centralized License Inventory:</strong> Maintain a centralized inventory of all licenses.</p>\n<ul>\n<li><p>Groups</p>\n</li>\n<li><p>People</p>\n</li>\n<li><p>Licenses</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Enrollment in Monitoring:</strong> Use monitoring to provide real-time visibility into license status and usage.</p>\n<ul>\n<li>Enrollments</li>\n</ul>\n</li>\n</ul>\n<p><strong>For more information on</strong> <a href=\"https://support.sambasafety.com/license-monitoring/license-monitoring-overview\"><b>License Monitoring</b></a> <strong>visit</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n","_postman_id":"6b54b64d-4529-4128-85ab-865a6daadd22","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"User Management","item":[{"name":"User Roles","item":[{"name":"Add Roles on a User","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","});"],"type":"text/javascript","id":"addf6c04-11b7-4540-bc3f-25d9011c91e3"}}],"id":"c37586e9-d5d4-45c7-92f3-a746216e9188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"role\": \"QTransportation\"\n  },\n  {\n    \"role\": \"QLicense\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/users/:userId/roles","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you to add defined roles to a specific user within the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>userId</code> (string, uuid): The user's unique identifier.</p>\n</li>\n<li><p><code>role</code> (string, required): A list of role names.</p>\n<ul>\n<li>Admin, Manager, Restricted, RiskIndex, QEnterprise, QInsight, QInsightDeanonymizedPii, QInsightDetails, QLicense, QLive, QLiveInsight, QTransportation, and QMvrAlerts,</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful update of the group, the API will respond with a 204 No Content.</p>\n","urlObject":{"path":["organization","v1","users",":userId","roles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"6a1438ff-7091-4a67-b0dd-b05fe47933ba","description":{"content":"<p>(Required) The unique identifier of the user</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[{"id":"a3183355-a362-4c2b-8d74-f3dc647fe46a","name":"204 Not Content","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"role\": \"QTransportation\"\n  },\n  {\n    \"role\": \"QLicense\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5c0d058b-3f3f-430f-a06f-3f3847434a11","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"role\": \"QTransportation\"\n  },\n  {\n    \"role\": \"QLicense\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"11f04726-e979-457b-b4c9-7343def915c5","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"role\": \"QTransportation\"\n  },\n  {\n    \"role\": \"QLicense\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9ccacda0-dbe0-4850-af74-d1db42102615","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"role\": \"QTransportation\"\n  },\n  {\n    \"role\": \"QLicense\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"88f92899-e222-4f5c-af6c-1bc2c0f54fdd","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"role\": \"QTransportation\"\n  },\n  {\n    \"role\": \"QLicense\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c0bbca3b-9690-4c8d-8975-405095c085c7","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"role\": \"QTransportation\"\n  },\n  {\n    \"role\": \"QLicense\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"UM10\",\n  \"message\": \"Role(s) '<role name>' not found\"\n}"},{"id":"acadc94c-8a57-46fc-8c61-766061b37a8a","name":"409 Conflict: UM11","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"role\": \"QTransportation\"\n  },\n  {\n    \"role\": \"Q\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId","value":""}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"UM11\",\n    \"message\": \"Role(s) invalid\"\n}"}],"_postman_id":"c37586e9-d5d4-45c7-92f3-a746216e9188"},{"name":"Get Roles on a User","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","});"],"type":"text/javascript","id":"52942993-5315-432c-9018-7635a7385d65"}}],"id":"af90d4c2-79a4-4194-8146-cef390f2c5ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/organization/v1/users/:userId/roles","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves the roles assigned to the specific user ID within the organization. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p>Upon successful request, the API will return with a list of roles assigned to the user.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>userId</code> (string, uuid): The user's unique identifier.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>role</code> (string, required): A list of role names.</p>\n<ul>\n<li>Admin, Manager, Restricted, RiskIndex, QEnterprise, QInsight, QInsightDeanonymizedPii, QInsightDetails, QLicense, QLive, QLIveAlerts, QLiveInsight, QTransportation, QUniversity</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","users",":userId","roles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"85502537-d9b6-479f-95d7-707c66d40187","description":{"content":"<p>(Required) The unique identifier of the user</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[{"id":"056480f1-d6ae-4384-90eb-cc997a0e7ea1","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"role\": \"QTransportation\"\n    },\n    {\n      \"role\": \"QLicense\"\n    }\n  ]\n}"},{"id":"4c8f870f-5209-4eb0-8377-fd0ada226a62","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e94a3c9f-756b-47ba-98e2-076716c50415","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"b540703f-93ca-4433-9754-03fd8425ee76","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"af90d4c2-79a4-4194-8146-cef390f2c5ee"},{"name":"Remove Roles on a User","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","});"],"type":"text/javascript","id":"a4b4198c-77cc-4051-b409-26f314b94f5e"}}],"id":"19f42ef5-320e-4956-b54f-453714c28113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"role\": \"QTransportation\"\n  },\n  {\n    \"role\": \"QLicense\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/users/:userId/roles","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint removes the roles for a specific user ID within the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p>Upon successful request, the API will return with a list of roles assigned to the user.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>userId</code> (string, uuid): The user's unique identifier.</p>\n</li>\n<li><p><code>role</code> (string, required): A list of role names.</p>\n<ul>\n<li>Admin, Manager, Restricted, RiskIndex, QEnterprise, QInsight, QInsightDeanonymizedPii, QInsightDetails, QLicense, QLive, QLIveAlerts, QLiveInsight, QTransportation, QUniversity</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful removal of the role, the API will respond with a 204 No Content.</p>\n","urlObject":{"path":["organization","v1","users",":userId","roles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"0be6772a-5d89-4a3d-85e1-65e2f1a50dc0","description":{"content":"<p>(Required) The unique identifier of the user</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[{"id":"bb90b6fc-4851-47e5-aa54-63533b4e3064","name":"204 Not Content","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"role\": \"QTransportation\"\n  },\n  {\n    \"role\": \"QLicense\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7e246c65-8907-434e-a32d-bb9eeb5c11d2","name":"401 Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"role\": \"QTransportation\"\n  },\n  {\n    \"role\": \"QLicense\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"747c4654-dafd-4827-aef1-03a8c1894b86","name":"403 Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"role\": \"QTransportation\"\n  },\n  {\n    \"role\": \"QLicense\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"a7db89a0-0323-4108-8fac-055a6e68cf41","name":"404 Not Found","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"role\": \"QTransportation\"\n  },\n  {\n    \"role\": \"QLicense\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/roles","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","roles"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"19f42ef5-320e-4956-b54f-453714c28113"}],"id":"646db6ec-27f5-4bc9-982e-35716f541219","description":"<ul>\n<li><p>Admin</p>\n</li>\n<li><p>Manager</p>\n</li>\n<li><p>Restricted</p>\n</li>\n<li><p>RiskIndex</p>\n</li>\n<li><p>QEnterprise</p>\n</li>\n<li><p>QInsight</p>\n</li>\n<li><p>QInsightDeanonymizedPii</p>\n</li>\n<li><p>QInsightDetails</p>\n</li>\n<li><p>QLicense</p>\n</li>\n<li><p>QLive</p>\n</li>\n<li><p>QLIveAlerts</p>\n</li>\n<li><p>QLiveInsight</p>\n</li>\n<li><p>QTransportation</p>\n</li>\n<li><p>QUniversity</p>\n</li>\n<li><p>QMvrAlerts</p>\n</li>\n<li><p>AssignTrainng</p>\n</li>\n</ul>\n","_postman_id":"646db6ec-27f5-4bc9-982e-35716f541219","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"User Groups","item":[{"name":"Add Groups on a User","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","});"],"type":"text/javascript","id":"91e1e23d-d79f-4a2a-828e-10c4c8b0e14e"}}],"id":"47a5924c-ebab-4d82-83ef-8d513be78f35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  },\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/users/:userId/groups","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you to add groups to a specific user within the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>userId</code> (string, uuid): The user's unique identifier.</p>\n</li>\n<li><p><code>groupId</code>: A list of unique group identifiers.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful update of the group, the API will respond with a 204 No Content.</p>\n","urlObject":{"path":["organization","v1","users",":userId","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"1b0ce382-a1a2-447f-ac8d-aaf995875609","description":{"content":"<p>(Required) The unique identifier of the user</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[{"id":"8b779af3-b7ac-4cba-b172-51e8bfce8947","name":"204 No Content","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  },\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/groups","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","groups"],"variable":[{"key":"userId","value":""}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b288d1b3-16a8-4c92-a7c2-444d406e60f7","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  },\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/groups","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","groups"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d8fc6ffb-44e3-4f71-b6d2-cc1ae4b4f482","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  },\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/groups","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","groups"],"variable":[{"key":"userId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"51b223b6-98db-425e-86eb-9a7efd848949","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  },\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/groups","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","groups"],"variable":[{"key":"userId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"181acfbc-8e35-44b1-9162-fd9b90926a5f","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  },\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/groups","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","groups"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"47a5924c-ebab-4d82-83ef-8d513be78f35"},{"name":"Get Groups on a User","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","});"],"type":"text/javascript","id":"66069eed-1b6d-4299-b205-684fb0951fad"}}],"id":"412d6bf2-d2a0-4c6b-ac2c-229239c3880a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/organization/v1/users/:userId/groups","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves the groups assigned to the specific user ID within the organization. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>userId</code> (string, uuid): The user's unique identifier.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will return with a list of groups assigned to the user.<br /><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>groupId</code> (string, uuid): The group's unique identifier.</p>\n</li>\n<li><p><code>groupName</code> (string): A short name for the group.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><code>totalPages</code> (number): The total number of pages.</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","users",":userId","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"4049dc64-264b-4d05-b7f0-b7511e6cb6f3","description":{"content":"<p>(Required) The unique identifier of the user</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[{"id":"31a77638-dbe8-4e97-be01-2b74397f3bda","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/groups","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","groups"],"variable":[{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"groupId\": \"12f7b806-c90e-4726-8d01-5ad16284f682\",\n      \"groupName\": \"Southwest Region\"\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": 1\n  },\n  \"links\": {\n    \"self\": null,\n    \"first\": null,\n    \"last\": null\n  }\n}"},{"id":"8d5743bd-ed7f-489d-9815-7eb417640e12","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/groups","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","groups"],"variable":[{"key":"userId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"23d4e8b2-4a6b-4461-b566-61d4e5a3310a","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/groups","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","groups"],"variable":[{"key":"userId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"2e6f78e2-d00e-43ac-8024-fd8237f2817e","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/groups","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","groups"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"412d6bf2-d2a0-4c6b-ac2c-229239c3880a"},{"name":"Remove Groups on a User","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","});"],"type":"text/javascript","id":"4aa09f8c-acc5-4f5f-ad27-8cd1968b2463"}}],"id":"2722cfa2-9585-410c-a89c-3d63e246f233","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  },\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/users/:userId/groups","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint removes the groups for a specific user ID within the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>groupId</code> (string): The group's unique identifier.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful removal of the groups, the API will respond with a 204 No Content.</p>\n","urlObject":{"path":["organization","v1","users",":userId","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"6132a6e2-e40e-47ca-a6cb-d5375e419374","description":{"content":"<p>(Required) The unique identifier of the user</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[{"id":"95eae84c-dcbb-4b1c-86ed-34433d15e5e2","name":"204 Not Content","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  },\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/groups","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","groups"],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"27fae545-8149-4f17-92b6-f639fcca9974","name":"401 Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  },\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/groups","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","groups"],"variable":[{"key":"userId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"39ce18eb-f759-48d4-9b87-eda24f674221","name":"403 Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  },\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/groups","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","groups"],"variable":[{"key":"userId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"4ff03b59-7403-4b79-8c57-483805c386df","name":"404 Not Found","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  },\n  {\n    \"groupId\": \"92adab9c-a2da-bd9d-69de-dda962164c81\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId/groups","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId","groups"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2722cfa2-9585-410c-a89c-3d63e246f233"}],"id":"b5337a74-aa8f-4b35-993d-6b52756e322c","_postman_id":"b5337a74-aa8f-4b35-993d-6b52756e322c","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"User","item":[{"name":"Add a User","event":[{"listen":"test","script":{"exec":["pm.test(\"User Created\", () => {","    pm.expect(pm.response.code).to.eql(201);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"userId\", pm.response.json().userId);","});"],"type":"text/javascript","packages":{},"id":"070fd3e5-aa1b-4dbb-8dfa-0186a2ac84a0"}}],"id":"3428cc55-54ec-432b-9757-19d9a52f3047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89@hotmail.com\",\n  \"groupScoping\": \"all\",\n  \"externalId\": \"093b400d-45e9-4c0d-81a1-2a82a4d2869d\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/users","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you to add a user to the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>firstName</code> (string(50), required): The user's first name.</p>\n</li>\n<li><p><code>lastName</code> (string(50), required): The user's last name.</p>\n</li>\n<li><p><code>emailAddress</code> (string(80), required): The user's work email address. [<a href=\"https://mailto:emailaddress@domain.com\"><b>emailaddress@domain.com</b></a>],</p>\n<ul>\n<li><p>the email address must be unique.</p>\n</li>\n<li><p>also used as the username.</p>\n</li>\n</ul>\n</li>\n<li><p><code>groupScoping</code>(string, required): The user' group scoping. [all, selected]</p>\n</li>\n<li><p><code>externalId</code> (string(40), optional): Customer UUID associated with a user</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful addition of the user, the API will respond with the ID of the newly added user.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>userId</code>: the unique identifier for the user.</li>\n</ul>\n","urlObject":{"path":["organization","v1","users"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3c09cc6f-5740-4578-8a1c-a0951701c965","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89@hotmail.com\",\n  \"groupScoping\": \"all\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"userId\": \"f7bd8ea1-4b53-bea0-d6d9-69854b3d9ab1\"\n}"},{"id":"3ff66dd7-c9fc-4f2a-bfac-9a96c1553572","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89@hotmail.com\",\n  \"groupScoping\": \"all\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a164bf3d-686d-4536-93c9-3df0d12df39c","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89@hotmail.com\",\n  \"groupScoping\": \"all\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/users"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b493efb3-fc9a-4172-93c5-e27fee1f26c6","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89@hotmail.com\",\n  \"groupScoping\": \"all\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/users"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"1ebc8e07-382e-4b7b-a52a-98eb801bad22","name":"409 Conflict","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89@hotmail.com\",\n  \"groupScoping\": \"all\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/users"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B01\",\n  \"message\": \"Required field(s) 'firstName, lastName' are missing.\"\n}"},{"id":"95580705-2821-4bc1-9e01-40c22772e834","name":"409 Conflict: Invalid Email","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89hotmail.com\",\n  \"groupScoping\": \"all\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/users"},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"User email is invalid. Must be a well-formed email address."},{"id":"76534ccc-f7b1-4719-94d5-c9dd89960ece","name":"409 Conflict: Invalid Group Scoping","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89@hotmail.com\",\n  \"groupScoping\": \"select\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/users"},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"Group Scoping"}],"_postman_id":"3428cc55-54ec-432b-9757-19d9a52f3047"},{"name":"Update a User","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","});"],"type":"text/javascript","packages":{},"id":"9ce9aa38-098a-40b8-9477-c58eff862c43"}}],"id":"b3e79161-bd20-4ad4-857d-0b23e0036588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89@hotmail.com\",\n  \"groupScoping\": \"selected\",\n  \"externalId\":\"093b400d-45e9-4c0d-81a1-2a82a4d2869d\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/users/:userId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint allows you to update a user in the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>userId</code> (string, uuid): The user's unique identifier.</p>\n</li>\n<li><p><code>firstName</code> (string(50), required): The user's first name.</p>\n</li>\n<li><p><code>lastName</code> (string(50), required): The user's last name.</p>\n</li>\n<li><p><code>emailAddress</code> (string(80), optional): The user's work email address. [<a href=\"https://mailto:emailaddress@domain.com\"><b>emailaddress@domain.com</b></a>],</p>\n<ul>\n<li><p>the email address must be the same as when user was created</p>\n</li>\n<li><p>If a new email is need, user will need to be deleted and a new one created</p>\n</li>\n</ul>\n</li>\n<li><p><code>groupScoping</code>(string, required): The user' group scoping. [all, selected]</p>\n</li>\n<li><p><code>externalId</code> (string(40), optional): Customer UUID associated with a user</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful update of the user, the API will respond with a 204 No Content.</p>\n","urlObject":{"path":["organization","v1","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"fe03af53-51f7-461c-a80f-1589ef4aa531","description":{"content":"<p>(Required) The unique identifier of the user</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[{"id":"f2c2231b-2f9d-42d9-bbd0-1faf4a9968ea","name":"204 Not Content","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89@hotmail.com\",\n  \"groupScoping\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId"],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bd6eda19-7b8a-4cb5-8c27-b766a821df90","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89@hotmail.com\",\n  \"groupScoping\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId"],"variable":[{"key":"userId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e3a14efa-6770-44f5-8bd1-defe2290bef4","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89@hotmail.com\",\n  \"groupScoping\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId"],"variable":[{"key":"userId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f7327869-4c99-4ec4-97ec-7da64a26a99a","name":"403 Forbidden","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89@hotmail.com\",\n  \"groupScoping\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId"],"variable":[{"key":"userId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"4265ff2d-3156-4ed3-9ab9-8fca07a52a38","name":"404 Not Found","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89@hotmail.com\",\n  \"groupScoping\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"365c080e-9f8a-4f65-8800-c6bcbaa832d5","name":"409 Conflict","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89@hotmail.com\",\n  \"groupScoping\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId"],"variable":[{"key":"userId"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"B01\",\n  \"message\": \"Required field(s) 'firstName, lastName' are missing.\"\n}"},{"id":"83a06282-0c69-4578-aebf-41961ab5ea62","name":"409 Conflict: Invalid Email","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"christy_beer89hotmail.com\",\n  \"groupScoping\": \"selected\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId"],"variable":[{"key":"userId","value":""}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"User email is invalid. Must be a well-formed email address."}],"_postman_id":"b3e79161-bd20-4ad4-857d-0b23e0036588"},{"name":"Delete a User","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","});"],"type":"text/javascript","id":"9d1fc087-21be-44af-9878-d63dc7e3b771"}}],"id":"3c5028a0-f77b-4890-938f-cf9f3729151e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/organization/v1/users/:userId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint removes the roles for a specific user ID within the organization. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>userId</code>: the unique identifier for the user.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful removal of the user, the API will respond with a 204 No Content.</p>\n","urlObject":{"path":["organization","v1","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"6778e773-9705-4481-afcc-91bd3438e463","description":{"content":"<p>(Required) The unique identifier of the user</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[{"id":"f65aaef1-9e54-4a90-9d41-f4489b5efae5","name":"204 Not Content","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId"],"variable":[{"key":"userId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0971cf8b-f119-4acc-a637-4d22b40befb1","name":"401 Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId"],"variable":[{"key":"userId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b9536a6f-66a1-404c-83c3-fc1fdf176e8c","name":"403 Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId"],"variable":[{"key":"userId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"812a69c6-1052-4812-bd89-307b739140b0","name":"404 Not Found","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId"],"variable":[{"key":"userId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c5028a0-f77b-4890-938f-cf9f3729151e"},{"name":"Read a User","event":[{"listen":"test","script":{"id":"beb618a2-eed8-44f9-a16a-ef69f23903d0","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{}}}],"id":"cf2d7a71-be6e-404b-8ab6-96cacae849cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/vnd.sambasafety.qorta.ui"}],"url":"{{baseUrl}}/organization/v1/users/:userId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves the user's properties for a specific user ID within the organization. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><code>userId</code> (string, uuid): The user's unique identifier.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with user properties for the corresponding ID.</p>\n<ul>\n<li><p><code>userId</code> (string, uuid): The user's unique identifier.</p>\n</li>\n<li><p><code>firstName</code> (string): The user's first name.</p>\n</li>\n<li><p><code>lastName</code> (string): The user's last name.</p>\n</li>\n<li><p><code>emailAddress</code> (string): The user's work email address.</p>\n</li>\n<li><p><code>externalId</code>(string): The user's internal unique identifier</p>\n</li>\n<li><p><code>lastLoggedIn</code>(string): The time the user last logged in. Will not be returned if user hasn't logged in.</p>\n</li>\n<li><p><code>groupScoping</code> (string): The user' group scoping.</p>\n</li>\n<li><p><code>restrictions</code> (array): The user's restrictions.</p>\n</li>\n<li><p><code>links</code> (object): An array of links related to the user.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","users",":userId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"4872a8ea-e8fa-4c16-94fb-cc516b891c55","description":{"content":"<p>(Required) The unique identifier of the user</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[{"id":"080f92db-4a4e-4d12-8338-f4fe18d1eaac","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId"],"variable":[{"key":"userId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"firstName\": \"Dorothy\",\n  \"lastName\": \"Mann\",\n  \"emailAddress\": \"cmann89@hotmail.com\",\n  \"externalId\": \"093b400d-45e9-4c0d-81a1-2a82a4d2869d\",\n  \"lastLoggedIn\": \"1970-01-01T00:00:00Z\",\n  \"groupScoping\": \"all\",\n  \"userId\": \"2ef183ef-3adf-4081-b7f2-b4560c992ac9\",\n  \"restrictions\": [],\n  \"links\": [\n    {\n      \"rel\": \"userroles\",\n      \"href\": \"/organization/v1/users/2ef183ef-3adf-4081-b7f2-b4560c992ac9/roles\",\n      \"id\": \"2ef183ef-3adf-4081-b7f2-b4560c992ac9\",\n      \"type\": \"GET\"\n    },\n    {\n      \"rel\": \"usergroups\",\n      \"href\": \"/organization/v1/users/2ef183ef-3adf-4081-b7f2-b4560c992ac9/groups\",\n      \"id\": \"2ef183ef-3adf-4081-b7f2-b4560c992ac9\",\n      \"type\": \"GET\"\n    }\n  ]\n}"},{"id":"96ae7038-db0c-4b50-adac-06b3202686d2","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId"],"variable":[{"key":"userId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8f420aa2-537a-494f-8df1-3af430b57946","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users/:userId","host":["{{baseUrl}}"],"path":["organization","v1","users",":userId"],"variable":[{"key":"userId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"cf2d7a71-be6e-404b-8ab6-96cacae849cb"},{"name":"Search Users","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"userId\", pm.response.json().data[0].userId);","});"],"type":"text/javascript","packages":{},"id":"fbca2280-10c4-459a-89f3-f48c7598bf23"}}],"id":"3b435a3a-a788-4613-8676-f277e5e703b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"lastName\",\n    \"values\": [\n      \"Mann\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"firstName\",\n    \"values\": [\n      \"Dorothy\"\n    ]\n  },\n  {\n    \"operation\": \"eq\",\n    \"property\": \"externalId\",\n    \"values\": [\n      \"093b400d-45e9-4c0d-81a1-2a82a4d2869d\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/organization/v1/users/search?page=1&size=50","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Search for users in the organization.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p>The request body contains one or more criteria objects to perform a complex search.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>operation</code> (string, required): The search operation. <code>eq</code></p>\n</li>\n<li><p><code>property</code> (string, required): The property to search against.</p>\n</li>\n<li><p><code>values</code> (string, required): The values to search for.</p>\n</li>\n</ul>\n<h3 id=\"searchable-fields\">Searchable Fields</h3>\n<ul>\n<li><p><code>emailAddress</code></p>\n</li>\n<li><p><code>lastName</code></p>\n</li>\n<li><p><code>firstName</code></p>\n</li>\n<li><p><code>externalId</code></p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful search, the API will respond with a list of user found matching your criteria.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>firstName</code> (string): The user's first name.</p>\n</li>\n<li><p><code>lastName</code> (string): The user's last name.</p>\n</li>\n<li><p><code>emailAddress</code> (string): The user's work email address.</p>\n</li>\n<li><p><code>groupScoping</code> (string): The user' group scoping. (Access Control)</p>\n</li>\n<li><p><code>externalId</code>(string): The user's internal unique identifier</p>\n</li>\n<li><p><code>lastLoggedIn</code>(string): The time the user last logged in. Will not be returned if user hasn't logged in.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><code>totalPages</code> (number): The total number of pages.</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","users","search"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"}],"variable":[]}},"response":[{"id":"4fb98eca-f83d-4d0b-ab72-ee5d3017e645","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"lastName\",\n    \"values\": [\n      \"Mann\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","users","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"firstName\": \"Dorothy\",\n      \"lastName\": \"Mann\",\n      \"emailAddress\": \"cmann89@hotmail.com\",\n      \"externalId\": \"093b400d-45e9-4c0d-81a1-2a82a4d2869d\",\n      \"lastLoggedIn\": \"1970-01-01T00:00:00Z\",\n      \"links\": [\n        {\n          \"rel\": \"userroles\",\n          \"href\": \"/v1/users/search/2ef183ef-3adf-4081-b7f2-b4560c992ac9/roles\",\n          \"id\": \"2ef183ef-3adf-4081-b7f2-b4560c992ac9\",\n          \"type\": \"GET\"\n        },\n        {\n          \"rel\": \"usergroups\",\n          \"href\": \"/v1/users/search/2ef183ef-3adf-4081-b7f2-b4560c992ac9/groups\",\n          \"id\": \"2ef183ef-3adf-4081-b7f2-b4560c992ac9\",\n          \"type\": \"GET\"\n        }\n      ],\n      \"restrictions\": []\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": 1\n  },\n  \"links\": {\n    \"self\": null,\n    \"first\": null,\n    \"last\": null\n  }\n}"},{"id":"f8c8e327-f7c1-4ea0-83c4-8acdd7e2dc28","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"lastName\",\n    \"values\": [\n      \"Mann\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","users","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b8f51e1b-0cb4-4c7b-a092-c01076219db5","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"lastName\",\n    \"values\": [\n      \"Mann\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","users","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"af937475-085d-4543-a3fe-76a14c20bda0","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"lastName\",\n    \"values\": [\n      \"Mann\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","users","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"},{"id":"f2120e5a-564b-4d30-b503-1dda9f96b46b","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operation\": \"eq\",\n    \"property\": \"lastName\",\n    \"values\": [\n      \"Mann\"\n    ]\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/organization/v1/users/search?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","users","search"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b435a3a-a788-4613-8676-f277e5e703b6"},{"name":"List all Users","event":[{"listen":"test","script":{"id":"14e00785-591a-41c8-82d9-e0e96113e5f9","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.collectionVariables.set(\"userId\", pm.response.json().data[0].userId);","});"],"type":"text/javascript","packages":{}}}],"id":"77b788c7-8dd0-4fa4-b74f-dcdc01c5acc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/vnd.sambasafety.qorta.ui"}],"url":"{{baseUrl}}/organization/v1/users?page=1&size=50","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves a list of all users in the organization. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>page:</code>the page of transactions to review. Default value: <code>1</code></p>\n</li>\n<li><p><code>size:</code>the number of transactions to review on a page. Default value:<code>25</code></p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with a list of user within the organization.</p>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>firstName</code> (string): The user's first name.</p>\n</li>\n<li><p><code>lastName</code> (string): The user's last name.</p>\n</li>\n<li><p><code>emailAddress</code> (string): The user's work email address.</p>\n</li>\n<li><p><code>groupScoping</code> (string): The user' group scoping. (Access Control)</p>\n</li>\n<li><p><code>externalId</code>(string): The user's internal unique identifier</p>\n</li>\n<li><p><code>lastLoggedIn</code>(string): The time the user last logged in. Will not be returned if user hasn't logged in.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><code>totalPages</code> (number): The total number of pages.</li>\n</ul>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><p><code>self</code> (string, url): The URL to the current page.</p>\n</li>\n<li><p><code>first</code> (string, url): The URL to the first page of data.</p>\n</li>\n<li><p><code>next</code> (string, url): The URL to the next page of data.</p>\n</li>\n<li><p><code>prev</code> (string, url): The URL to the previous page of data.</p>\n</li>\n<li><p><code>last</code> (string, url): The URL to the last page of data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["organization","v1","users"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The page of data being displayed.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of items on a page.</p>\n","type":"text/plain"},"key":"size","value":"50"}],"variable":[]}},"response":[{"id":"747e7b5b-6ecf-413b-9292-6eb5bc996d8a","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","users"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"firstName\": \"Christy\",\n      \"lastName\": \"Beer\",\n      \"emailAddress\": \"christy_beer89@hotmail.com\",\n      \"externalId\": \"093b400d-45e9-4c0d-81a1-2a82a4d2869d\",\n      \"lastLoggedIn\": \"1970-01-01T00:00:00Z\",\n      \"groupScoping\": \"all\",\n      \"userId\": \"2a92d96c-673b-4bd6-9402-8d5c9e5b1c64\",\n      \"restrictions\": [],\n      \"links\": [\n        {\n          \"rel\": \"userroles\",\n          \"href\": \"/organization/v1/users/2a92d96c-673b-4bd6-9402-8d5c9e5b1c64/roles\",\n          \"id\": \"2a92d96c-673b-4bd6-9402-8d5c9e5b1c64\",\n          \"type\": \"GET\"\n        },\n        {\n          \"rel\": \"usergroups\",\n          \"href\": \"/organization/v1/users/2a92d96c-673b-4bd6-9402-8d5c9e5b1c64/groups\",\n          \"id\": \"2a92d96c-673b-4bd6-9402-8d5c9e5b1c64\",\n          \"type\": \"GET\"\n        }\n      ]\n    },\n    {\n      \"firstName\": \"Dorothy\",\n      \"lastName\": \"Mann\",\n      \"emailAddress\": \"cmann89@hotmail.com\",\n      \"externalId\": \"093b400d-45e9-4c0d-81a1-2a82a4d2869d\",\n      \"lastLogin\": \"1970-01-01T00:00:00Z\",\n      \"groupScoping\": \"all\",\n      \"userId\": \"2ef183ef-3adf-4081-b7f2-b4560c992ac9\",\n      \"restrictions\": [],\n      \"links\": [\n        {\n          \"rel\": \"userroles\",\n          \"href\": \"/organization/v1/users/2ef183ef-3adf-4081-b7f2-b4560c992ac9/roles\",\n          \"id\": \"2ef183ef-3adf-4081-b7f2-b4560c992ac9\",\n          \"type\": \"GET\"\n        },\n        {\n          \"rel\": \"usergroups\",\n          \"href\": \"/organization/v1/users/2ef183ef-3adf-4081-b7f2-b4560c992ac9/groups\",\n          \"id\": \"2ef183ef-3adf-4081-b7f2-b4560c992ac9\",\n          \"type\": \"GET\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": 2\n  },\n  \"links\": {\n    \"self\": \"https://api.sambasafety.com/usermanagement/v1/users/search?page=2&size=1\",\n    \"first\": \"https://api.sambasafety.com/usermanagement/v1/users/search?page=1&size=1\",\n    \"last\": \"https://api.sambasafety.com/usermanagement/v1/users/search?page=2&size=1\"\n  }\n}"},{"id":"e62aea2f-92b7-4c81-9087-78f55df6d622","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","users"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6433137a-7409-41bf-83d0-37e2cb43ef49","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/organization/v1/users?page=1&size=50","host":["{{baseUrl}}"],"path":["organization","v1","users"],"query":[{"key":"page","value":"1","description":"The page of data being displayed."},{"key":"size","value":"50","description":"The number of items on a page."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"77b788c7-8dd0-4fa4-b74f-dcdc01c5acc5"}],"id":"fced7a2e-fb5f-4653-a16b-2b3287be3f5f","_postman_id":"fced7a2e-fb5f-4653-a16b-2b3287be3f5f","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}}],"id":"9542e9e9-11c4-4812-991e-1dd6af943734","description":"<p>The user management page can be accessed under the “settings” icon in the customer’s account, via the Qorta application. We provide customers with large numbers of users (think 15,000 users+) to manage those users in an efficient manner.</p>\n<h2 id=\"access-control\">Access Control</h2>\n<p>Access control is a security technique that regulates who or what can view or use resources in the environment. It is a fundamental concept in security that minimizes risk to your business or organization.</p>\n<p>You are able to assign <code>roles</code> and <code>groups</code> to users, to control access.</p>\n<ul>\n<li><p><strong>Roles</strong> closely align with products you have purchased.</p>\n</li>\n<li><p><strong>Groups</strong> are a collection of people within the organization. SambaSafety allows for group visibility to a specific User, limiting visibility to only the people and licenses with-in this <code>groupId</code>. This allows for another form of Access Control granularity.</p>\n</li>\n</ul>\n<h3 id=\"additional-restrictions---limit-personally-identifiable-information\">Additional Restrictions - Limit Personally Identifiable Information</h3>\n<p>This restrictions removes a users ability to view certain types of personally identifiable information (PII) throughout the customer account and in any report they download from the SambaSafety platform. This information includes:</p>\n<ul>\n<li><p>Date of Birth</p>\n</li>\n<li><p>Drivers License Number</p>\n</li>\n<li><p>Social Security Number</p>\n</li>\n</ul>\n<p><strong>For more information on</strong> <a href=\"https://support.sambasafety.com/en_US/core-platform/user-management-and-configuration\"><b>User Management</b></a> <strong>visit</strong> <a href=\"https://support.sambasafety.com\"><b>SambaSafety Knowledge Base</b></a></p>\n","_postman_id":"9542e9e9-11c4-4812-991e-1dd6af943734","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Events","item":[{"name":"vnd.sambasafety.activitydetail","event":[{"listen":"test","script":{"id":"aa36d43d-3c6f-450f-9d93-fd14792dde4b","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{}}}],"id":"73c7d299-b624-4fa2-a0c1-87057258d1ca","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-SambaSafety-Signature","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain, application/json, application/*+json, */*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"dd6ab2c0-25f5-4cf0-9cb6-a5678ec18cd8\",\n    \"data\": {\n        \"orderId\": \"748328a7-bd1d-4d1b-b63f-db9f74decf33\",\n        \"links\": [\n            {\n                \"rel\": \"activityreports\",\n                \"href\": \"/reports/v1/activityreports/detail/8b5a1d6e-cf5a-4291-9959-6e560b20a4e3\",\n                \"id\": \"8b5a1d6e-cf5a-4291-9959-6e560b20a4e3\",\n                \"type\": \"GET\"\n            }\n        ],\n        \"orderDate\": \"2025-03-10T22:10:54.886886Z\",\n        \"productOrdered\": \"standard\"\n    },\n    \"createdDateTime\": \"2025-03-10T22:10:56.784726339Z\",\n    \"eventType\": \"activitydetail.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook","description":"<h2 id=\"description\">Description</h2>\n<p>An event notification for Activity Details orders.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/vnd.sambasafety.activitydetail+json</code></p>\n</li>\n<li><p><code>Authorization: Basic [encoded Client ID &amp; Client Secret] (Optional)</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>orderDate</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>productOrdered</code> (string): The product ordered (subType).</p>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.-</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful receipt of the event, your application should respond with 200 OK.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","name":"Events","type":"folder"}},"urlObject":{"path":["webhook"],"host":["{{callbackUrl}}"],"query":[],"variable":[]}},"response":[{"id":"679f78bb-8e19-48d8-824f-02faccfd48bc","name":".received","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"dd6ab2c0-25f5-4cf0-9cb6-a5678ec18cd8\",\n    \"data\": {\n        \"orderId\": \"748328a7-bd1d-4d1b-b63f-db9f74decf33\",\n        \"links\": [\n            {\n                \"rel\": \"activityreports\",\n                \"href\": \"/reports/v1/activityreports/detail/8b5a1d6e-cf5a-4291-9959-6e560b20a4e3\",\n                \"id\": \"8b5a1d6e-cf5a-4291-9959-6e560b20a4e3\",\n                \"type\": \"GET\"\n            }\n        ],\n        \"orderDate\": \"2025-03-10T22:10:54.886886Z\",\n        \"productOrdered\": \"standard\"\n    },\n    \"createdDateTime\": \"2025-03-10T22:10:56.784726339Z\",\n    \"eventType\": \"activitydetail.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"},{"id":"dd6c5678-853b-48a3-a228-f5d5bfa2181c","name":".error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"dd6ab2c0-25f5-4cf0-9cb6-a5678ec18cd8\",\n    \"data\": {\n        \"orderId\": \"748328a7-bd1d-4d1b-b63f-db9f74decf33\",\n        \"links\": [\n            {\n                \"rel\": \"activityreports\",\n                \"href\": \"/reports/v1/activityreports/detail/8b5a1d6e-cf5a-4291-9959-6e560b20a4e3\",\n                \"id\": \"8b5a1d6e-cf5a-4291-9959-6e560b20a4e3\",\n                \"type\": \"GET\"\n            }\n        ],\n        \"orderDate\": \"2025-03-10T22:10:54.886886Z\",\n        \"productOrdered\": \"standard\"\n    },\n    \"createdDateTime\": \"2025-03-10T22:10:56.784726339Z\",\n    \"eventType\": \"activitydetail.error\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"73c7d299-b624-4fa2-a0c1-87057258d1ca"},{"name":"vnd.sambasafety.activityhistory","event":[{"listen":"test","script":{"id":"145ad7b1-add9-4931-ab83-450e61a61906","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{}}}],"id":"afae16ba-4caf-47d9-89ac-fe00a684de3a","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-SambaSafety-Signature","value":"","type":"text"},{"key":"Content-Type","value":"vnd.sambasafety.activityhistory.received+json","type":"text"},{"key":"Accept","value":"text/plain, application/json, application/*+json, */*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"ac86b93f-b87d-4acb-b6cc-3ff3eb08de2c\",\n    \"data\": {\n        \"orderDateTime\": \"2025-03-10T22:00:01.538224Z\",\n        \"orderId\": \"56a2f564-a6aa-4f77-ae00-104d86270b5a\",\n        \"links\": [\n            {\n                \"rel\": \"order\",\n                \"href\": \"/orders/v1/activityreports/history/56a2f564-a6aa-4f77-ae00-104d86270b5a\",\n                \"type\": \"GET\",\n                \"id\": \"56a2f564-a6aa-4f77-ae00-104d86270b5a\"\n            },\n            {\n                \"rel\": \"activityhistory\",\n                \"href\": \"/reports/v1/activityreports/history/29df36f1-193b-463b-9776-74f2dedb3312\",\n                \"type\": \"GET\",\n                \"id\": \"29df36f1-193b-463b-9776-74f2dedb3312\"\n            }\n        ]\n    },\n    \"createdDateTime\": \"2025-03-10T22:00:05.258056419Z\",\n    \"eventType\": \"activityhistory.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook","description":"<h2 id=\"description\">Description</h2>\n<p>An event notification for Activity History orders.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type:</code> <strong>application/vnd.sambasafety.activityhistory+json;version=2.0.0</strong></p>\n</li>\n<li><p><code>Authorization: Basic [encoded Client ID &amp; Client Secret] (Optional)</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>orderStatus</code> (string): The order's status.</p>\n</li>\n<li><p><code>result</code> (object)</p>\n<ul>\n<li><p><code>code</code>: A code for the result message.</p>\n</li>\n<li><p><code>message</code>: A message associated with the result.</p>\n</li>\n</ul>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.-</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful receipt of the event, your application should respond with 200 OK.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","name":"Events","type":"folder"}},"urlObject":{"path":["webhook"],"host":["{{callbackUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9e6ea207-1f98-463c-8dba-b51f810e8ca4","name":".received","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"ac86b93f-b87d-4acb-b6cc-3ff3eb08de2c\",\n    \"data\": {\n        \"orderDateTime\": \"2025-03-10T22:00:01.538224Z\",\n        \"orderId\": \"56a2f564-a6aa-4f77-ae00-104d86270b5a\",\n        \"links\": [\n            {\n                \"rel\": \"order\",\n                \"href\": \"/orders/v1/activityreports/history/56a2f564-a6aa-4f77-ae00-104d86270b5a\",\n                \"type\": \"GET\",\n                \"id\": \"56a2f564-a6aa-4f77-ae00-104d86270b5a\"\n            },\n            {\n                \"rel\": \"activityhistory\",\n                \"href\": \"/reports/v1/activityreports/history/29df36f1-193b-463b-9776-74f2dedb3312\",\n                \"type\": \"GET\",\n                \"id\": \"29df36f1-193b-463b-9776-74f2dedb3312\"\n            }\n        ]\n    },\n    \"createdDateTime\": \"2025-03-10T22:00:05.258056419Z\",\n    \"eventType\": \"activityhistory.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"},{"id":"2e0f96a4-ea09-4c07-b1dc-d5ee15dec9ec","name":".received timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"9c929a5a-2162-476b-8fdb-a1b522e6bd8d\",\n    \"data\": {\n        \"orderDateTime\": \"2024-05-06T20:54:58.571950Z\",\n        \"result\": {\n            \"code\": \"LR01\",\n            \"message\": \"Order has timed out, please try again later\"\n        },\n        \"orderId\": \"0fc0fe9a-f3f5-40c1-8cc0-0a16ebc547dc\",\n        \"orderStatus\": \"error\"\n    },\n    \"createdDateTime\": \"2024-05-06T21:00:01.55714532Z\",\n    \"eventType\": \"activityhistory.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"afae16ba-4caf-47d9-89ac-fe00a684de3a"},{"name":"vnd.sambasafety.activityindicatorv2","event":[{"listen":"test","script":{"id":"145ad7b1-add9-4931-ab83-450e61a61906","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{}}}],"id":"003ffb59-5c43-4828-85a5-8b5be02d26ea","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-SambaSafety-Signature","value":"","type":"text"},{"key":"Content-Type","value":"vnd.sambasafety.activityhistory.received+json","type":"text"},{"key":"Accept","value":"text/plain, application/json, application/*+json, */*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"ac86b93f-b87d-4acb-b6cc-3ff3eb08de2c\",\n    \"data\": {\n        \"orderDateTime\": \"2025-03-10T22:00:01.538224Z\",\n        \"orderId\": \"56a2f564-a6aa-4f77-ae00-104d86270b5a\",\n        \"links\": [\n            {\n                \"rel\": \"order\",\n                \"href\": \"/orders/v1/activityreports/history/56a2f564-a6aa-4f77-ae00-104d86270b5a\",\n                \"type\": \"GET\",\n                \"id\": \"56a2f564-a6aa-4f77-ae00-104d86270b5a\"\n            },\n            {\n                \"rel\": \"activityhistory\",\n                \"href\": \"/reports/v1/activityreports/history/29df36f1-193b-463b-9776-74f2dedb3312\",\n                \"type\": \"GET\",\n                \"id\": \"29df36f1-193b-463b-9776-74f2dedb3312\"\n            }\n        ]\n    },\n    \"createdDateTime\": \"2025-03-10T22:00:05.258056419Z\",\n    \"eventType\": \"activityhistory.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook","description":"<h2 id=\"description\">Description</h2>\n<p>An event notification for Activity Indicator v2 orders.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type:</code>application/vnd.sambasafety.activityindicator.received+json;version=1.0.0</p>\n</li>\n<li><p><code>Authorization: Basic [encoded Client ID &amp; Client Secret] (Optional)</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n</ul>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>orderStatus</code> (string): The order's status.</p>\n</li>\n<li><p><code>result</code> (object)</p>\n<ul>\n<li><p><code>code</code>: A code for the result message.</p>\n</li>\n<li><p><code>message</code>: A message associated with the result.</p>\n</li>\n</ul>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.-</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful receipt of the event, your application should respond with 200 OK.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","name":"Events","type":"folder"}},"urlObject":{"path":["webhook"],"host":["{{callbackUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9507ddef-52b9-4478-b43a-616da3f1cede","name":".received","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n  \"createdDateTime\": \"2014-01-01T23:28:56.782Z\",\n  \"data\": {\n    \"orderId\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n    \"orderDateTime\": \"2022-11-01T23:28:01.782Z\",\n    \"links\": [\n      {\n        \"rel\": \"order\",\n        \"href\": \"/orders/v1/activityreports/history/3fe2b16e-bcbf-406b-aa37-b999f4602f45\",\n        \"type\": \"GET\",\n        \"id\": \"3fe2b16e-bcbf-406b-aa37-b999f4602f45\"\n      },\n      {\n        \"rel\": \"activityindicator\",\n        \"href\": \"/reports/v1/activityreports/history/c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n        \"type\": \"GET\",\n        \"id\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\"\n      }\n    ]\n  },\n  \"eventType\": \"activityindicator.v2.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"},{"id":"87dbb04f-739f-4de6-9a89-5c5df270a946","name":".received timeout","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"eventId\": \"9c929a5a-2162-476b-8fdb-a1b522e6bd8d\",\n  \"data\": {\n    \"orderDateTime\": \"2024-05-06T20:54:58.571950Z\",\n    \"result\": {\n      \"message\": \"Order has timed out, please try again later\"\n    },\n    \"orderId\": \"0fc0fe9a-f3f5-40c1-8cc0-0a16ebc547dc\",\n    \"orderStatus\": \"error\"\n  },\n  \"createdDateTime\": \"2024-05-06T21:00:01.55714532Z\",\n  \"eventType\": \"activityindicator.v2.received\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"003ffb59-5c43-4828-85a5-8b5be02d26ea"},{"name":"vnd.sambasafety.activityindicator","event":[{"listen":"test","script":{"id":"7450480b-bc5b-45e2-83c7-a4b09fd9f02c","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{}}}],"id":"645a525d-e44b-4749-942b-bebea109010e","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-SambaSafety-Signature","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain, application/json, application/*+json, */*","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n  \"createdDateTime\": \"2023-03-28T06:09:05.198Z\",\n  \"data\": {\n    \"orderId\": \"cf3bdd40-5964-447e-b5bf-2f6053b92e2c\",\n    \"orderDate\": \"2023-03-28T06:09:19.541Z\",\n    \"productOrdered\": \"Standard\",\n    \"links\": [\n      {\n        \"rel\": \"activityindicator\",\n        \"href\": \"/reports/v1/activity/indicator/c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n        \"type\": \"GET\",\n        \"id\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\"\n      }\n    ]\n  },\n  \"eventType\": \"activityindicator.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook","description":"<h2 id=\"description\">Description</h2>\n<p>An event notification for Activity Indicator orders.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/vnd.sambasafety.activityindicator+json</code></p>\n</li>\n<li><p><code>Authorization: Basic [encoded Client ID &amp; Client Secret] (Optional)</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>orderDate</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>productOrdered</code> (string): The product ordered (subType).</p>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.-</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful receipt of the event, your application will respond with 200 OK.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","name":"Events","type":"folder"}},"urlObject":{"path":["webhook"],"host":["{{callbackUrl}}"],"query":[],"variable":[]}},"response":[{"id":"482f1cad-3f71-4e86-be3d-50c99dc09ef7","name":".received","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n    \"createdDateTime\": \"2023-03-28T06:09:05.198Z\",\n    \"data\": {\n        \"orderId\": \"cf3bdd40-5964-447e-b5bf-2f6053b92e2c\",\n        \"orderDate\": \"2023-03-28T06:09:19.541Z\",\n        \"productOrdered\": \"Standard\",\n        \"links\": [\n            {\n                \"rel\": \"activityindicator\",\n                \"href\": \"/reports/v1/activity/indicator/c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n                \"type\": \"GET\",\n                \"id\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\"\n            }\n        ]\n    },\n    \"eventType\": \"activityindicator.received\"\n}","options":{"raw":{"language":"json"}}},"url":"/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"},{"id":"94c7d710-159c-4c5c-b88d-aeb9bc2413a5","name":".error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n    \"createdDateTime\": \"2023-03-28T06:09:05.198Z\",\n    \"data\": {\n        \"orderId\": \"cf3bdd40-5964-447e-b5bf-2f6053b92e2c\",\n        \"orderDate\": \"2023-03-28T06:09:19.541Z\",\n        \"productOrdered\": \"Standard\",\n        \"links\": [\n            {\n                \"rel\": \"activityindicator\",\n                \"href\": \"/reports/v1/activity/indicator/c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n                \"type\": \"GET\",\n                \"id\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\"\n            }\n        ]\n    },\n    \"eventType\": \"activityindicator.error\"\n}","options":{"raw":{"language":"json"}}},"url":"/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"645a525d-e44b-4749-942b-bebea109010e"},{"name":"vnd.sambasafety.activitymvr","event":[{"listen":"test","script":{"id":"0da7f5b8-5f65-4cda-847b-dc1709c9867b","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{}}}],"id":"46c7089c-e106-43b1-b110-2cb46c307eb1","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-SambaSafety-Signature","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain, application/json, application/*+json, */*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n    \"createdDateTime\": \"2023-03-28T06:09:05.198Z\",\n    \"data\": {\n        \"orderId\": \"cf3bdd40-5964-447e-b5bf-2f6053b92e2c\",\n        \"orderDate\": \"2023-03-28T06:09:19.541Z\",\n        \"productOrdered\": \"Standard\",\n        \"links\": [\n            {\n                \"rel\": \"activitymvr\",\n                \"href\": \"/reports/v1/mvr/activity/c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n                \"type\": \"GET\",\n                \"id\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\"\n            }\n        ]\n    },\n    \"eventType\": \"activitymvr.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook","description":"<h2 id=\"description\">Description</h2>\n<p>An event notification for Activity MVR orders.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/vnd.sambasafety.activitymvr+json</code></p>\n</li>\n<li><p><code>Authorization: Basic [encoded Client ID &amp; Client Secret] (Optional)</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>orderDate</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>productOrdered</code> (string): The product ordered (subType).</p>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.-</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful receipt of the event, your application should respond with 200 OK.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","name":"Events","type":"folder"}},"urlObject":{"path":["webhook"],"host":["{{callbackUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f1f20eec-bfb7-45cb-b3b3-20c5a5174a14","name":".received","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n    \"createdDateTime\": \"2023-03-28T06:09:05.198Z\",\n    \"data\": {\n        \"orderId\": \"cf3bdd40-5964-447e-b5bf-2f6053b92e2c\",\n        \"orderDate\": \"2023-03-28T06:09:19.541Z\",\n        \"productOrdered\": \"Standard\",\n        \"links\": [\n            {\n                \"rel\": \"activitymvr\",\n                \"href\": \"/reports/v1/mvr/activity/c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n                \"type\": \"GET\",\n                \"id\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\"\n            }\n        ]\n    },\n    \"eventType\": \"activitymvr.received\"\n}","options":{"raw":{"language":"json"}}},"url":"/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"},{"id":"bd1d9807-82b5-46ce-864a-6491b0ba3af3","name":".error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n    \"createdDateTime\": \"2023-03-28T06:09:05.198Z\",\n    \"data\": {\n        \"orderId\": \"cf3bdd40-5964-447e-b5bf-2f6053b92e2c\",\n        \"orderDate\": \"2023-03-28T06:09:19.541Z\",\n        \"productOrdered\": \"Standard\",\n        \"links\": [\n            {\n                \"rel\": \"activitymvr\",\n                \"href\": \"/reports/v1/mvr/activity/c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n                \"type\": \"GET\",\n                \"id\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\"\n            }\n        ]\n    },\n    \"eventType\": \"activitymvr.error\"\n}","options":{"raw":{"language":"json"}}},"url":"/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"46c7089c-e106-43b1-b110-2cb46c307eb1"},{"name":"vnd.sambasafety.intelligentmvr","event":[{"listen":"test","script":{"id":"0f5dc318-3dec-478c-a06b-c7c45c971e0d","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{}}}],"id":"7b4fad1a-83bd-4b4d-ac94-a5feec9380db","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-SambaSafety-Signature","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain, application/json, application/*+json, */*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n    \"createdDateTime\": \"2023-03-28T06:09:05.198Z\",\n    \"data\": {\n        \"orderId\": \"cf3bdd40-5964-447e-b5bf-2f6053b92e2c\",\n        \"orderDate\": \"2023-03-28T06:09:19.541Z\",\n        \"productOrdered\": \"Standard\",\n        \"links\": [\n            {\n                \"rel\": \"intelligentmvr\",\n                \"href\": \"/reports/v1/mvr/intelligent/c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n                \"type\": \"GET\",\n                \"id\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\"\n            }\n        ]\n    },\n    \"eventType\": \"intelligentmvr.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook","description":"<h2 id=\"description\">Description</h2>\n<p>An event notification for Activity Details orders.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/vnd.sambasafety.intelligentmvr+json</code></p>\n</li>\n<li><p><code>Authorization: Basic [encoded Client ID &amp; Client Secret] (Optional)</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string): The order's unique identifier.</p>\n</li>\n<li><p><code>orderDate</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>productOrdered</code> (string): The product requested in the order. ENUM(<code>standard</code>, <code>quote</code>)</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful receipt of the event, your application should respond with 200 OK.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","name":"Events","type":"folder"}},"urlObject":{"path":["webhook"],"host":["{{callbackUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f78c89ad-6305-40c5-be38-f03f44af18fe","name":".received","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n    \"createdDateTime\": \"2023-03-28T06:09:05.198Z\",\n    \"data\": {\n        \"orderId\": \"cf3bdd40-5964-447e-b5bf-2f6053b92e2c\",\n        \"orderDate\": \"2023-03-28T06:09:19.541Z\",\n        \"productOrdered\": \"Standard\",\n        \"links\": [\n            {\n                \"rel\": \"intelligentmvr\",\n                \"href\": \"/reports/v1/mvr/intelligent/c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n                \"type\": \"GET\",\n                \"id\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\"\n            }\n        ]\n    },\n    \"eventType\": \"intelligentmvr.received\"\n}","options":{"raw":{"language":"json"}}},"url":"/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"},{"id":"7434dea0-684b-4345-94a2-73c11db4a439","name":".error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n    \"createdDateTime\": \"2023-03-28T06:09:05.198Z\",\n    \"data\": {\n        \"orderId\": \"cf3bdd40-5964-447e-b5bf-2f6053b92e2c\",\n        \"orderDate\": \"2023-03-28T06:09:19.541Z\",\n        \"productOrdered\": \"Standard\",\n        \"links\": [\n            {\n                \"rel\": \"intelligentmvr\",\n                \"href\": \"/reports/v1/mvr/intelligent/c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n                \"type\": \"GET\",\n                \"id\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\"\n            }\n        ]\n    },\n    \"eventType\": \"intelligentmvr.error\"\n}","options":{"raw":{"language":"json"}}},"url":"/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"7b4fad1a-83bd-4b4d-ac94-a5feec9380db"},{"name":"vnd.sambasafety.licensediscovery","event":[{"listen":"test","script":{"id":"ac79afd1-8698-4657-941f-f1dc6633f5be","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{}}}],"id":"2df3293e-174b-40ee-a60a-4a6f2c12cca5","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-SambaSafety-Signature","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain, application/json, application/*+json, */*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n    \"createdDateTime\": \"2023-03-28T06:09:05.198Z\",\n    \"data\": {\n        \"orderId\": \"cf3bdd40-5964-447e-b5bf-2f6053b92e2c\",\n        \"orderDate\": \"2023-03-28T06:09:19.541Z\",\n        \"productOrdered\": \"Standard\",\n        \"links\": [\n            {\n                \"rel\": \"licensediscovery\",\n                \"href\": \"/reports/v1/license/discovery/c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n                \"type\": \"GET\",\n                \"id\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\"\n            }\n        ]\n    },\n    \"eventType\": \"licensediscovery.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook","description":"<h2 id=\"description\">Description</h2>\n<p>An event notification for License Discovery orders.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/vnd.sambasafety.licensediscovery+json</code></p>\n</li>\n<li><p><code>Authorization: Basic [encoded Client ID &amp; Client Secret] (Optional)</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string): The order's unique identifier.</p>\n</li>\n<li><p><code>orderDate</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>productOrdered</code> (string): The product requested in the order. ENUM(<code>standard</code>, <code>quote</code>)</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful receipt of the event, your application will respond with 200 OK.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","name":"Events","type":"folder"}},"urlObject":{"path":["webhook"],"host":["{{callbackUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d6b1acd6-a220-441a-815f-900bc11fbfed","name":".received","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n  \"createdDateTime\": \"2023-03-28T06:09:05.198Z\",\n  \"data\": {\n    \"orderId\": \"cf3bdd40-5964-447e-b5bf-2f6053b92e2c\",\n    \"orderDate\": \"2023-03-28T06:09:19.541Z\",\n    \"productOrdered\": \"Standard\",\n    \"links\": [\n      {\n        \"rel\": \"licensediscovery\",\n        \"href\": \"/reports/v1/license/discovery/c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n        \"type\": \"GET\",\n        \"id\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\"\n      }\n    ]\n  },\n  \"eventType\": \"licensediscovery.received\"\n}","options":{"raw":{"language":"json"}}},"url":"/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"},{"id":"869838c1-e065-4fed-bde5-695fc03ee99f","name":".error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n  \"createdDateTime\": \"2023-03-28T06:09:05.198Z\",\n  \"data\": {\n    \"orderId\": \"cf3bdd40-5964-447e-b5bf-2f6053b92e2c\",\n    \"orderDate\": \"2023-03-28T06:09:19.541Z\",\n    \"productOrdered\": \"Standard\",\n    \"links\": [\n      {\n        \"rel\": \"licensediscovery\",\n        \"href\": \"/reports/v1/license/discovery/c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n        \"type\": \"GET\",\n        \"id\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\"\n      }\n    ]\n  },\n  \"eventType\": \"licensediscovery.error\"\n}","options":{"raw":{"language":"json"}}},"url":"/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"2df3293e-174b-40ee-a60a-4a6f2c12cca5"},{"name":"vnd.sambasafety.licensevalidation","event":[{"listen":"test","script":{"id":"2ffad1de-937e-4bd6-860e-a80f22b28a6c","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{}}}],"id":"edc38080-302d-4885-b4d8-4131cc2f199d","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-SambaSafety-Signature","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain, application/json, application/*+json, */*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"84bceabb-5d52-41c0-9bf3-71e168403cf0\",\n    \"data\": {\n        \"orderId\": \"19e23a48-c7c4-49a0-8111-f91316d51cf8\",\n        \"links\": [\n            {\n                \"rel\": \"licensereports\",\n                \"href\": \"/reports/v1/licensereports/verifylicense/28c218e5-51ed-41fb-94a7-80dabcbaa4e5\",\n                \"id\": \"28c218e5-51ed-41fb-94a7-80dabcbaa4e5\",\n                \"type\": \"GET\"\n            }\n        ],\n        \"orderDate\": \"2025-03-10T22:04:44.370343Z\",\n        \"productOrdered\": \"standard\"\n    },\n    \"createdDateTime\": \"2025-03-10T22:04:45.447522796Z\",\n    \"eventType\": \"licensevalidation.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook","description":"<h2 id=\"description\">Description</h2>\n<p>An event notification for License Verification orders.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/vnd.sambasafety.licensevalidation+json</code></p>\n</li>\n<li><p><code>Authorization: Basic [encoded Client ID &amp; Client Secret] (Optional)</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string): The order's unique identifier.</p>\n</li>\n<li><p><code>orderDate</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>productOrdered</code> (string): The product requested in the order. ENUM(<code>standard</code>, <code>quote</code>)</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful receipt of the event, your application should respond with 200 OK.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","name":"Events","type":"folder"}},"urlObject":{"path":["webhook"],"host":["{{callbackUrl}}"],"query":[],"variable":[]}},"response":[{"id":"86cf515e-4cbd-4cb6-9fb6-c1d84ee91aa2","name":".received","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"84bceabb-5d52-41c0-9bf3-71e168403cf0\",\n    \"data\": {\n        \"orderId\": \"19e23a48-c7c4-49a0-8111-f91316d51cf8\",\n        \"links\": [\n            {\n                \"rel\": \"licensereports\",\n                \"href\": \"/reports/v1/licensereports/verifylicense/28c218e5-51ed-41fb-94a7-80dabcbaa4e5\",\n                \"id\": \"28c218e5-51ed-41fb-94a7-80dabcbaa4e5\",\n                \"type\": \"GET\"\n            }\n        ],\n        \"orderDate\": \"2025-03-10T22:04:44.370343Z\",\n        \"productOrdered\": \"standard\"\n    },\n    \"createdDateTime\": \"2025-03-10T22:04:45.447522796Z\",\n    \"eventType\": \"licensevalidation.received\"\n}","options":{"raw":{"language":"json"}}},"url":"/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"},{"id":"3f4b9b73-835a-4a73-ac34-091700ebb7b2","name":".error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"84bceabb-5d52-41c0-9bf3-71e168403cf0\",\n    \"data\": {\n        \"orderId\": \"19e23a48-c7c4-49a0-8111-f91316d51cf8\",\n        \"links\": [\n            {\n                \"rel\": \"licensereports\",\n                \"href\": \"/reports/v1/licensereports/verifylicense/28c218e5-51ed-41fb-94a7-80dabcbaa4e5\",\n                \"id\": \"28c218e5-51ed-41fb-94a7-80dabcbaa4e5\",\n                \"type\": \"GET\"\n            }\n        ],\n        \"orderDate\": \"2025-03-10T22:04:44.370343Z\",\n        \"productOrdered\": \"standard\"\n    },\n    \"createdDateTime\": \"2025-03-10T22:04:45.447522796Z\",\n    \"eventType\": \"licensevalidation.error\"\n}","options":{"raw":{"language":"json"}}},"url":"/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"edc38080-302d-4885-b4d8-4131cc2f199d"},{"name":"vnd.sambasafety.licensestatus","event":[{"listen":"test","script":{"id":"8a0786c6-b18b-4d14-ad45-cf01da11aa49","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{}}}],"id":"e0f48039-e4a2-4591-a351-7bf61c903bc4","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-SambaSafety-Signature","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain, application/json, application/*+json, */*","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n  \"createdDateTime\": \"2014-01-01T23:28:56.782Z\",\n  \"data\": {\n    \"links\": [\n      {\n        \"rel\": \"licensestatus\",\n        \"href\": \"/organization/v1/licenses/f03f4a16-f91b-4c03-a8ac-08ee3e44bd9c/status\",\n        \"type\": \"GET\",\n        \"id\": \"f03f4a16-f91b-4c03-a8ac-08ee3e44bd9c\"\n      }\n    ]\n  },\n  \"eventType\": \"licensestatus.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook","description":"<h2 id=\"description\">Description</h2>\n<p>An event notification for License Status updates.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/vnd.sambasafety.licensestatus+json</code></p>\n</li>\n<li><p><code>Authorization: Basic [encoded Client ID &amp; Client Secret] (Optional)</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.-</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful receipt of the event, your application should respond with 200 OK.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","name":"Events","type":"folder"}},"urlObject":{"path":["webhook"],"host":["{{callbackUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f697d2e3-d8e3-49ab-ab03-f1ad868dfb9a","name":".received","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n  \"createdDateTime\": \"2014-01-01T23:28:56.782Z\",\n  \"eventType\": \"licensestatus.received\",\n  \"data\": {\n    \"links\": [\n      {\n        \"rel\": \"licensestatus\",\n        \"href\": \"/organization/v1/licenses/f03f4a16-f91b-4c03-a8ac-08ee3e44bd9c/status\",\n        \"type\": \"GET\",\n        \"id\": \"f03f4a16-f91b-4c03-a8ac-08ee3e44bd9c\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"e0f48039-e4a2-4591-a351-7bf61c903bc4"},{"name":"vnd.sambasafety.qorta.licensehistory","event":[{"listen":"test","script":{"id":"7813048c-3da4-4af0-b582-15324c362718","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{}}}],"id":"3fd4cf9e-6b76-4973-b9ad-5c6b2e0d5189","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-SambaSafety-Signature","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain, application/json, application/*+json, */*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"bf93a35d-45a6-4c57-9eb5-ee4526082cbc\",\n    \"data\": {\n        \"orderDateTime\": \"2025-03-10T22:14:46.091387Z\",\n        \"orderId\": \"57401267-e5a3-4f2f-9f1d-9c160d19bca4\",\n        \"links\": [\n            {\n                \"rel\": \"licensehistory\",\n                \"href\": \"/reports/v1/licensehistory/57401267-e5a3-4f2f-9f1d-9c160d19bca4\",\n                \"id\": \"57401267-e5a3-4f2f-9f1d-9c160d19bca4\",\n                \"type\": \"GET\"\n            }\n        ]\n    },\n    \"createdDateTime\": \"2025-03-10T22:14:47.258144492Z\",\n    \"eventType\": \"lhorder.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook","description":"<h2 id=\"description\">Description</h2>\n<p>An event notification for License History Discovery orders.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/vnd.sambasafety.licensehistory+json</code></p>\n</li>\n<li><p><code>Authorization: Basic [encoded Client ID &amp; Client Secret] (Optional)</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string): The order's unique identifier.</p>\n</li>\n<li><p><code>orderDateTime</code> (string, <em>datetime</em>): The timestamp of the order.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful receipt of the event, your application should respond with 200 OK.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","name":"Events","type":"folder"}},"urlObject":{"path":["webhook"],"host":["{{callbackUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a2922189-bb2e-42e7-8e31-e5227cba7f56","name":".received","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"bf93a35d-45a6-4c57-9eb5-ee4526082cbc\",\n    \"data\": {\n        \"orderDateTime\": \"2025-03-10T22:14:46.091387Z\",\n        \"orderId\": \"57401267-e5a3-4f2f-9f1d-9c160d19bca4\",\n        \"links\": [\n            {\n                \"rel\": \"licensehistory\",\n                \"href\": \"/reports/v1/licensehistory/57401267-e5a3-4f2f-9f1d-9c160d19bca4\",\n                \"id\": \"57401267-e5a3-4f2f-9f1d-9c160d19bca4\",\n                \"type\": \"GET\"\n            }\n        ]\n    },\n    \"createdDateTime\": \"2025-03-10T22:14:47.258144492Z\",\n    \"eventType\": \"lhorder.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"3fd4cf9e-6b76-4973-b9ad-5c6b2e0d5189"},{"name":"vnd.sambasafety.qorta.motorvehiclereport","event":[{"listen":"test","script":{"id":"cef01f60-4f6c-4dd0-9514-7da57a2e53f0","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{}}}],"id":"5175c9d0-2dd2-4f2d-a5c2-b7292dd8db3b","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-SambaSafety-Signature","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain, application/json, application/*+json, */*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"5b85a9d0-fe10-4f64-9a4f-bd1398652f39\",\n    \"data\": {\n        \"result\": \"MVR\",\n        \"reason\": \"ON DEMAND\",\n        \"mvrId\": \"89322775-c712-4108-b04f-6635554f7638\",\n        \"personId\": \"da304601-0264-495d-93b1-892342cc192a\",\n        \"links\": [\n            {\n                \"rel\": \"mvrreason\",\n                \"href\": \"/reports/v1/motorvehiclereports/89322775-c712-4108-b04f-6635554f7638/mvrreason\",\n                \"type\": \"GET\"\n            },\n            {\n                \"rel\": \"motorvehiclereports\",\n                \"href\": \"/reports/v1/motorvehiclereports/89322775-c712-4108-b04f-6635554f7638\",\n                \"id\": \"89322775-c712-4108-b04f-6635554f7638\",\n                \"type\": \"GET\"\n            },\n            {\n                \"rel\": \"order\",\n                \"href\": \"/transactional/v1/mvrorders/741d3c9f-7e41-4d7c-90e3-57833aeb3c38\",\n                \"id\": \"741d3c9f-7e41-4d7c-90e3-57833aeb3c38\",\n                \"type\": \"GET\"\n            },\n            {\n                \"rel\": \"license\",\n                \"href\": \"/organization/v1/licenses/b4fc94fe-c0db-497f-b1d3-f59e860e9c7a\",\n                \"id\": \"b4fc94fe-c0db-497f-b1d3-f59e860e9c7a\",\n                \"type\": \"GET\"\n            }\n        ],\n        \"mvrDateTime\": \"2025-03-10T21:52:37.3794615Z\",\n        \"productOrdered\": \"STANDARD\"\n    },\n    \"createdDateTime\": \"2025-03-10T21:52:38.293528428Z\",\n    \"eventType\": \"motorvehiclereport.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook","description":"<h2 id=\"description\">Description</h2>\n<p>An event notification for Motor Vehicle Report orders for a License ID.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/vnd.sambasafety.qorta.motorvehiclereport+json</code></p>\n</li>\n<li><p><code>Authorization: Basic [encoded Client ID &amp; Client Secret] (Optional)</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>result</code> (string): The result of the order.</p>\n</li>\n<li><p><code>reason</code> (string): The reason for the order.</p>\n</li>\n<li><p><code>mvrId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>personId</code> (string, <em>uuid</em>): The person's unique identifier.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>mvrDateTime</code> (string, <em>datetime</em>): The timestamp of the MVR order.</p>\n</li>\n<li><p><code>productOrdered</code> (string): The product ordered (subType).</p>\n</li>\n</ul>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.</p>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful receipt of the event, your application will respond with 200 OK.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","name":"Events","type":"folder"}},"urlObject":{"path":["webhook"],"host":["{{callbackUrl}}"],"query":[],"variable":[]}},"response":[{"id":"465edafd-43d2-46b8-b4d8-58d16c30efbe","name":".received","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"5b85a9d0-fe10-4f64-9a4f-bd1398652f39\",\n    \"data\": {\n        \"result\": \"MVR\",\n        \"reason\": \"ON DEMAND\",\n        \"mvrId\": \"89322775-c712-4108-b04f-6635554f7638\",\n        \"personId\": \"da304601-0264-495d-93b1-892342cc192a\",\n        \"links\": [\n            {\n                \"rel\": \"mvrreason\",\n                \"href\": \"/reports/v1/motorvehiclereports/89322775-c712-4108-b04f-6635554f7638/mvrreason\",\n                \"type\": \"GET\"\n            },\n            {\n                \"rel\": \"motorvehiclereports\",\n                \"href\": \"/reports/v1/motorvehiclereports/89322775-c712-4108-b04f-6635554f7638\",\n                \"id\": \"89322775-c712-4108-b04f-6635554f7638\",\n                \"type\": \"GET\"\n            },\n            {\n                \"rel\": \"order\",\n                \"href\": \"/transactional/v1/mvrorders/741d3c9f-7e41-4d7c-90e3-57833aeb3c38\",\n                \"id\": \"741d3c9f-7e41-4d7c-90e3-57833aeb3c38\",\n                \"type\": \"GET\"\n            },\n            {\n                \"rel\": \"license\",\n                \"href\": \"/organization/v1/licenses/b4fc94fe-c0db-497f-b1d3-f59e860e9c7a\",\n                \"id\": \"b4fc94fe-c0db-497f-b1d3-f59e860e9c7a\",\n                \"type\": \"GET\"\n            }\n        ],\n        \"mvrDateTime\": \"2025-03-10T21:52:37.3794615Z\",\n        \"productOrdered\": \"STANDARD\"\n    },\n    \"createdDateTime\": \"2025-03-10T21:52:38.293528428Z\",\n    \"eventType\": \"motorvehiclereport.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"},{"id":"38a5499e-0db6-4bc0-9b0c-e24b7d90dd14","name":".error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"ff5b5d9c-1937-45f0-9b36-c727c55b82c5\",\n    \"data\": {\n        \"result\": \"ERROR\",\n        \"reason\": \"ON DEMAND\",\n        \"mvrId\": \"55a929a5-5bca-41b3-96ce-ac09265924c4\",\n        \"personId\": \"5e02c2ca-f103-42e4-aed1-60e96d0ca8f6\",\n        \"links\": [\n            {\n                \"rel\": \"mvrreason\",\n                \"href\": \"/reports/v1/motorvehiclereports/55a929a5-5bca-41b3-96ce-ac09265924c4/mvrreason\",\n                \"type\": \"GET\"\n            },\n            {\n                \"rel\": \"motorvehiclereports\",\n                \"href\": \"/reports/v1/motorvehiclereports/55a929a5-5bca-41b3-96ce-ac09265924c4\",\n                \"id\": \"55a929a5-5bca-41b3-96ce-ac09265924c4\",\n                \"type\": \"GET\"\n            },\n            {\n                \"rel\": \"order\",\n                \"href\": \"/transactional/v1/mvrorders/128fa010-9d45-4417-90e0-d1f51a6aae0d\",\n                \"id\": \"128fa010-9d45-4417-90e0-d1f51a6aae0d\",\n                \"type\": \"GET\"\n            },\n            {\n                \"rel\": \"license\",\n                \"href\": \"/organization/v1/licenses/ce845002-324b-4eef-bf5a-9425f388fa38\",\n                \"id\": \"ce845002-324b-4eef-bf5a-9425f388fa38\",\n                \"type\": \"GET\"\n            }\n        ],\n        \"mvrDateTime\": \"2025-03-10T21:48:14.2036245Z\",\n        \"productOrdered\": \"STANDARD\"\n    },\n    \"createdDateTime\": \"2025-03-10T21:48:16.484955831Z\",\n    \"eventType\": \"motorvehiclereport.error\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"5175c9d0-2dd2-4f2d-a5c2-b7292dd8db3b"},{"name":"vnd.sambasafety.qorta.transactionalmvr","event":[{"listen":"test","script":{"id":"cbbc1302-a775-4e93-a83a-8d48150d93f1","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{}}}],"id":"a93186f4-1020-4f03-b202-a6912610987e","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-SambaSafety-Signature","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain, application/json, application/*+json, */*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"ca665628-de59-46a5-9e67-7343b78a2a40\",\n    \"data\": {\n        \"result\": \"SUCCESS\",\n        \"reason\": \"Direct Order\",\n        \"mvrId\": \"38817d78-957d-41a6-88f0-a3025487f122\",\n        \"links\": [\n            {\n                \"rel\": \"motorvehiclereports\",\n                \"href\": \"/reports/v1/motorvehiclereports/38817d78-957d-41a6-88f0-a3025487f122\",\n                \"id\": \"38817d78-957d-41a6-88f0-a3025487f122\",\n                \"type\": \"GET\"\n            },\n            {\n                \"rel\": \"order\",\n                \"href\": \"/transactional/v1/mvrorders/ffd49f5f-ddd9-4782-b2fe-e47e9481bfe0\",\n                \"id\": \"ffd49f5f-ddd9-4782-b2fe-e47e9481bfe0\",\n                \"type\": \"GET\"\n            }\n        ],\n        \"mvrDateTime\": \"2024-01-22T16:11:29.946588Z\",\n        \"productOrdered\": \"DL\"\n    },\n    \"createdDateTime\": \"2024-01-22T16:11:29.957945Z\",\n    \"eventType\": \"transactionalmvr.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook","description":"<h2 id=\"description\">Description</h2>\n<p>An event notification for Transactional MVR orders from the Data Solutions endpoint.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/vnd.sambasafety.qorta.transactionalmvr+json</code></p>\n</li>\n<li><p><code>Authorization: Basic [encoded Client ID &amp; Client Secret] (Optional)</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>mvrId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>mvrDateTime</code> (string, <em>datetime</em>): The timestamp of the MVR order.</p>\n</li>\n</ul>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful receipt of the event, your application should respond with 200 OK.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","name":"Events","type":"folder"}},"urlObject":{"path":["webhook"],"host":["{{callbackUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5599f90a-a2eb-4e45-a109-5ee367122874","name":".received","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"eventId\": \"4722a45f-5f92-4866-9dc1-8d1bd6a67481\",\n  \"data\": {\n    \"result\": \"SUCCESS\",\n    \"reason\": \"Direct Order\",\n    \"mvrId\": \"55c2076f-bc5a-4c16-b830-ddc8e4fdc073\",\n    \"links\": [\n      {\n        \"rel\": \"motorvehiclereports\",\n        \"href\": \"/reports/v1/motorvehiclereports/55c2076f-bc5a-4c16-b830-ddc8e4fdc073\",\n        \"id\": \"55c2076f-bc5a-4c16-b830-ddc8e4fdc073\",\n        \"type\": \"GET\"\n      },\n      {\n        \"rel\": \"order\",\n        \"href\": \"/transactional/v1/mvrorders/f6f536cf-08ed-4bde-be8c-0a4f3f437433\",\n        \"id\": \"f6f536cf-08ed-4bde-be8c-0a4f3f437433\",\n        \"type\": \"GET\"\n      }\n    ],\n    \"mvrDateTime\": \"2024-04-15T15:39:43.252801494Z\",\n    \"productOrdered\": \"DL\"\n  },\n  \"createdDateTime\": \"2024-04-15T15:39:43.270796Z\",\n  \"eventType\": \"transactionalmvr.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"},{"id":"4ec5ddb1-0c79-4671-9483-ea44a515d3f6","name":".error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"eventId\": \"c9f7e137-8b62-4222-90dd-f77a2f427441\",\n  \"data\": {\n    \"result\": \"FAILURE\",\n    \"reason\": \"Direct Order\",\n    \"mvrId\": \"2b839d12-002b-45d1-87ae-38fd95b3b446\",\n    \"links\": [\n      {\n        \"rel\": \"motorvehiclereports\",\n        \"href\": \"/reports/v1/motorvehiclereports/2b839d12-002b-45d1-87ae-38fd95b3b446\",\n        \"id\": \"2b839d12-002b-45d1-87ae-38fd95b3b446\",\n        \"type\": \"GET\"\n      },\n      {\n        \"rel\": \"order\",\n        \"href\": \"/transactional/v1/mvrorders/c120eb29-adc5-4ef1-bac9-c9f40840b4a3\",\n        \"id\": \"c120eb29-adc5-4ef1-bac9-c9f40840b4a3\",\n        \"type\": \"GET\"\n      }\n    ],\n    \"mvrDateTime\": \"2024-04-15T15:41:50.842872097Z\",\n    \"productOrdered\": \"DL\"\n  },\n  \"createdDateTime\": \"2024-04-15T15:41:50.858884Z\",\n  \"eventType\": \"transactionalmvr.error\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"a93186f4-1020-4f03-b202-a6912610987e"},{"name":"vnd.sambasafety.qorta.cdlisreport","event":[{"listen":"test","script":{"id":"cbbc1302-a775-4e93-a83a-8d48150d93f1","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","});"],"type":"text/javascript","packages":{}}}],"id":"5f84815c-08bf-4df2-9b85-84edc4dec17b","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-SambaSafety-Signature","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"text/plain, application/json, application/*+json, */*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"ca665628-de59-46a5-9e67-7343b78a2a40\",\n    \"data\": {\n        \"result\": \"SUCCESS\",\n        \"reason\": \"Direct Order\",\n        \"mvrId\": \"38817d78-957d-41a6-88f0-a3025487f122\",\n        \"links\": [\n            {\n                \"rel\": \"motorvehiclereports\",\n                \"href\": \"/reports/v1/motorvehiclereports/38817d78-957d-41a6-88f0-a3025487f122\",\n                \"id\": \"38817d78-957d-41a6-88f0-a3025487f122\",\n                \"type\": \"GET\"\n            },\n            {\n                \"rel\": \"order\",\n                \"href\": \"/transactional/v1/mvrorders/ffd49f5f-ddd9-4782-b2fe-e47e9481bfe0\",\n                \"id\": \"ffd49f5f-ddd9-4782-b2fe-e47e9481bfe0\",\n                \"type\": \"GET\"\n            }\n        ],\n        \"mvrDateTime\": \"2024-01-22T16:11:29.946588Z\",\n        \"productOrdered\": \"DL\"\n    },\n    \"createdDateTime\": \"2024-01-22T16:11:29.957945Z\",\n    \"eventType\": \"transactionalmvr.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook","description":"<h2 id=\"description\">Description</h2>\n<p>An event notification for CDLIS orders from the Data Solutions endpoint.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/vnd.sambasafety.qorta.cdlisreport+json</code></p>\n</li>\n<li><p><code>Authorization: Basic [encoded Client ID &amp; Client Secret] (Optional)</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>eventId</code> (string, <em>uuid</em>): The callback event's unique identifier.</p>\n</li>\n<li><p><code>createdDateTime</code> (string, <em>date</em>): The callback event's timestamp.</p>\n</li>\n<li><p><code>data</code> (object): The order summary object containing:</p>\n<ul>\n<li><p><code>orderId</code> (string, <em>uuid</em>): The order's unique identifier.</p>\n</li>\n<li><p><code>links</code> (array): An array of links related to the order.</p>\n<ul>\n<li><p><code>rel</code> (string): The relationship of the link.</p>\n</li>\n<li><p><code>href</code> (string): The URL of the link.</p>\n</li>\n<li><p><code>type</code> (string): The HTTP Method used to access the link.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier associated with the link.</p>\n</li>\n</ul>\n</li>\n<li><p><code>orderDateTime</code> (string, <em>datetime</em>): The timestamp of the CDLIS order.</p>\n</li>\n<li><p><code>orderStatus</code>(string): Status of order, fulfilled OR error</p>\n</li>\n</ul>\n</li>\n<li><p><code>eventType</code> (string): The callback event name.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful receipt of the event, your application should respond with 200 OK.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","name":"Events","type":"folder"}},"urlObject":{"path":["webhook"],"host":["{{callbackUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d7a91f91-64cd-4936-a3ed-ec54e09a6319","name":".received","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"eventId\": \"23345-abbdee-28dxddds-2827166\",\n  \"createdDateTime\": \"2014-01-01T23:28:56.782Z\",\n  \"data\": {\n    \"orderId\": \"c907694b-f4cd-41c7-a568-6ac1966cbbc6\",\n    \"orderDateTime\": \"2022-11-01T23:28:01.782Z\",\n    \"orderStatus\": \"fulfilled\",\n    \"links\": [\n      {\n        \"rel\": \"order\",\n        \"href\": \"/orders/v1/reports/cdlis/3fe2b16e-bcbf-406b-aa37-b999f4602f45\",\n        \"type\": \"GET\",\n        \"id\": \"3fe2b16e-bcbf-406b-aa37-b999f4602f45\"\n      }\n    ]\n  },\n  \"eventType\": \"cdlisreport.v1.received\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"},{"id":"c3308188-9bc2-416d-9ce7-7c1c5986d6c1","name":".received (error)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"eventId\": \"9c929a5a-2162-476b-8fdb-a1b522e6bd8d\",\n  \"createdDateTime\": \"2024-05-06T21:00:01.557Z\",\n  \"data\": {\n    \"orderId\": \"0fc0fe9a-f3f5-40c1-8cc0-0a16ebc547dc\",\n    \"orderDateTime\": \"2024-05-06T20:54:58.571950Z\",\n    \"orderStatus\": \"error\",\n    \"result\": {\n      \"message\": \"Order failed, please try again\"\n    },\n  },\n  \"eventType\": \"cdlisreport.v1.received\"\n}","options":{"raw":{"language":"json"}}},"url":"{{callbackUrl}}/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"eventId\": \"b2814c46-3411-4a0d-ac90-49334fa08b8b\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"5f84815c-08bf-4df2-9b85-84edc4dec17b"}],"id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b","description":"<h2 id=\"receive-order-completion-notification\">Receive Order Completion Notification</h2>\n<p>If you have subscribed to the webhook when the order has been successfully \"fulfilled\", the CallbackURL will be invoked with a <strong>\"POST\"</strong> and a body containing a url link to the report, and the report uuid.  </p>\n<p>Additonal information on webhook behavior can be found in our Knowledge Base.</p>\n<h3 id=\"event-types\">Event Types</h3>\n<p>MVR</p>\n<ul>\n<li><p><code>motorvehiclereport.error</code></p>\n</li>\n<li><p><code>motorvehiclereport.received</code></p>\n</li>\n<li><p><code>transactionalmvr.error</code></p>\n</li>\n<li><p><code>transactionalmvr.received</code></p>\n</li>\n</ul>\n<p>Other</p>\n<ul>\n<li><p><code>activityhistory.received</code></p>\n</li>\n<li><p><code>activityindicator.v2.received</code></p>\n</li>\n<li><p><code>cdlisreport.v1.received</code></p>\n</li>\n<li><p><code>activitydetail.error</code></p>\n</li>\n<li><p><code>activitydetail.received</code></p>\n</li>\n<li><p><code>activityindicator.error</code></p>\n</li>\n<li><p><code>activityindicator.received</code></p>\n</li>\n<li><p><code>activitymvr.error</code></p>\n</li>\n<li><p><code>activitymvr.received</code></p>\n</li>\n<li><p><code>intelligentmvr.error</code></p>\n</li>\n<li><p><code>intelligentmvr.received</code></p>\n</li>\n<li><p><code>lhorder.received</code></p>\n</li>\n<li><p><code>licensediscovery.error</code></p>\n</li>\n<li><p><code>licensediscovery.received</code></p>\n</li>\n<li><p><code>licensevalidation.error</code></p>\n</li>\n<li><p><code>licensevalidation.received</code></p>\n</li>\n<li><p><code>licensestatus.received</code></p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"dc3c2f5f-edd2-4fab-9372-45939354c13b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f2f8eba0-538f-4cb3-93a2-641aa2af3d54"}}],"_postman_id":"f99922dd-9be2-4eaf-98c7-bf7e491f716b"},{"name":"Create a Subscription","event":[{"listen":"test","script":{"id":"173b84e2-221e-4db1-8f30-fa49b9e08d60","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.environment.set(\"subscriptionId\", pm.response.json().subscriptionId);","});"],"type":"text/javascript","packages":{}}}],"id":"32606472-e835-4d74-a6d2-a98bb6caca57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://www.your-domain.com/webhook\",\n  \"filter\": \"state == CA\",\n  \"eventTypes\": [\n    \"activitydetail.error\",\n    \"activitydetail.received\",\n    \"activityhistory.received\",\n    \"activityindicator.v2.received\",\n    \"activityindicator.error\",\n    \"activityindicator.received\",\n    \"intelligentmvr.error\",\n    \"intelligentmvr.received\",\n    \"activitymvr.error\",\n    \"activitymvr.received\",\n    \"licensediscovery.error\",\n    \"licensediscovery.received\",\n    \"lhorder.received\",\n    \"licensevalidation.error\",\n    \"licensevalidation.received\",\n    \"motorvehiclereport.error\",\n    \"motorvehiclereport.received\",\n    \"transactionalmvr.error\",\n    \"transactionalmvr.received\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/reports/v1/subscriptions","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>Subscribe a callbackUrl to one or more webhook event(s).</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>url</code> (string, required): The callback URL where event notifications will be sent.</p>\n</li>\n<li><p><code>filter</code> (string, optional): A filter to be applied to the callback.</p>\n</li>\n<li><p><code>eventTypes</code> (array, <em>string</em>, required): An array of event names to receive notifications on.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p>Echos back what was sent in the request with a 200 HTTP OK Status</p>\n</li>\n<li><p><code>subscriptionId</code> (string, <em>uuid</em>): The subscription's unique id.</p>\n</li>\n<li><p><code>filter</code> (string, optional): A filter to be applied to the callback.</p>\n</li>\n<li><p><code>eventTypes</code> (array, <em>string</em>, required): An array of event names to receive notifications on.</p>\n</li>\n</ul>\n","urlObject":{"path":["reports","v1","subscriptions"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f2806b7b-f027-4e1d-87ab-e3d42b55c0ea","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://www.your-domain.com/webhook\",\n  \"filter\": \"state == 'CA'\",\n  \"eventTypes\": [\n    \"activityhistory.received\",\n    \"activityindicator.v2.received\",\n    \"cdlisreport.v1.received\",\n    \"activitydetail.error\",\n    \"activitydetail.received\",\n    \"activityindicator.error\",\n    \"activityindicator.received\",\n    \"activitymvr.error\",\n    \"activitymvr.received\",\n    \"intelligentmvr.error\",\n    \"intelligentmvr.received\",\n    \"lhorder.received\",\n    \"licensediscovery.error\",\n    \"licensediscovery.received\",\n    \"licensevalidation.error\",\n    \"licensevalidation.received\",\n    \"motorvehiclereport.error\",\n    \"motorvehiclereport.received\",\n    \"transactionalmvr.error\",\n    \"transactionalmvr.received\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/reports/v1/subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subscriptionId\": \"2c9bc058-b212-45dc-84e3-0d2a5698adf7\",\n  \"url\": \"https://www.your-domain.com/webhook\",\n  \"filter\": \"state == 'CA'\",\n  \"eventTypes\": [\n    \"activityhistory.received\",\n    \"activityindicator.v2.received\",\n    \"cdlisreport.v1.received\",\n    \"activitydetail.error\",\n    \"activitydetail.received\",\n    \"activityindicator.error\",\n    \"activityindicator.received\",\n    \"activitymvr.error\",\n    \"activitymvr.received\",\n    \"intelligentmvr.error\",\n    \"intelligentmvr.received\",\n    \"lhorder.received\",\n    \"licensediscovery.error\",\n    \"licensediscovery.received\",\n    \"licensevalidation.error\",\n    \"licensevalidation.received\",\n    \"motorvehiclereport.error\",\n    \"motorvehiclereport.received\",\n    \"transactionalmvr.error\",\n    \"transactionalmvr.received\"\n  ]\n}"},{"id":"f4c356a8-68f6-42d3-b647-f371653fe22b","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://www.your-domain.com/webhook\",\n  \"filter\": \"state == 'CA'\",\n  \"eventTypes\": [\n    \"activitydetail.error\",\n    \"activitydetail.received\",\n    \"activityhistory.received\",\n    \"activityindicator.error\",\n    \"activityindicator.received\",\n    \"intelligentmvr.error\",\n    \"intelligentmvr.received\",\n    \"activitymvr.error\",\n    \"activitymvr.received\",\n    \"licensediscovery.error\",\n    \"licensediscovery.received\",\n    \"lhorder.received\",\n    \"licensevalidation.error\",\n    \"licensevalidation.received\",\n    \"motorvehiclereport.error\",\n    \"motorvehiclereport.received\",\n    \"transactionalmvr.error\",\n    \"transactionalmvr.received\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/reports/v1/subscriptions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4664a235-ed99-40e7-b34e-0f79ba470285","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://www.your-domain.com/webhook\",\n  \"filter\": \"state == 'CA'\",\n  \"eventTypes\": [\n    \"activitydetail.error\",\n    \"activitydetail.received\",\n    \"activityhistory.received\",\n    \"activityindicator.error\",\n    \"activityindicator.received\",\n    \"intelligentmvr.error\",\n    \"intelligentmvr.received\",\n    \"activitymvr.error\",\n    \"activitymvr.received\",\n    \"licensediscovery.error\",\n    \"licensediscovery.received\",\n    \"lhorder.received\",\n    \"licensevalidation.error\",\n    \"licensevalidation.received\",\n    \"motorvehiclereport.error\",\n    \"motorvehiclereport.received\",\n    \"transactionalmvr.error\",\n    \"transactionalmvr.received\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/reports/v1/subscriptions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4efb1cb3-2cb2-422f-ad04-385965b79305","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://www.your-domain.com/webhook\",\n  \"filter\": \"state == 'CA'\",\n  \"eventTypes\": [\n    \"activitydetail.error\",\n    \"activitydetail.received\",\n    \"activityhistory.received\",\n    \"activityindicator.error\",\n    \"activityindicator.received\",\n    \"intelligentmvr.error\",\n    \"intelligentmvr.received\",\n    \"activitymvr.error\",\n    \"activitymvr.received\",\n    \"licensediscovery.error\",\n    \"licensediscovery.received\",\n    \"lhorder.received\",\n    \"licensevalidation.error\",\n    \"licensevalidation.received\",\n    \"motorvehiclereport.error\",\n    \"motorvehiclereport.received\",\n    \"transactionalmvr.error\",\n    \"transactionalmvr.received\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/reports/v1/subscriptions"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"32606472-e835-4d74-a6d2-a98bb6caca57"},{"name":"Update a Subscption","event":[{"listen":"test","script":{"id":"9892d2a9-2cec-4619-b367-9557b51c2565","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","    pm.environment.set(\"subscriptionId\", \"\");","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"8409a84b-06de-49d0-956a-c1dff578fb52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"{{callbackUrl}}\",\n    \"filter\": \"state == 'CO'\",\n    \"eventTypes\": [\n        \"motorvehiclereport.error\",\n        \"motorvehiclereport.received\",\n        \"transactionalmvr.error\",\n        \"transactionalmvr.received\",\n        \"activitydetail.error\",\n        \"activitydetail.received\",\n        \"activityindicator.error\",\n        \"activityindicator.received\",\n        \"intelligentmvr.error\",\n        \"intelligentmvr.received\",\n        \"activitymvr.error\",\n        \"activitymvr.received\",\n        \"licensediscovery.error\",\n        \"licensediscovery.received\",\n        \"licensevalidation.error\",\n        \"licensevalidation.received\",\n\t\t\"licensediscovery.received\",\n        \"lhorder.received\",\n        \"activityhistory.received\",\n        \"activityindicator.v2.received\",\n        \"cdlisreport.v1.received\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/v1/subscriptions/:subscriptionId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint updates the subscription associated with the <code>subscriptionId</code>. The request includes a request body.</p>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>url</code> (string, required): The callback URL where event notifications will be sent.</p>\n</li>\n<li><p><code>filter</code> (string, optional): A filter to be applied to the callback.</p>\n</li>\n<li><p><code>eventTypes</code> (array, <em>string</em>, required): An array of event names to receive notifications on.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p>Echos back what was sent in the request with a 200 HTTP OK Status</p>\n</li>\n<li><p><code>subscriptionId</code> (string, <em>uuid</em>): The subscription's unique id.</p>\n</li>\n<li><p><code>filter</code> (string, optional): A filter to be applied to the callback.</p>\n</li>\n<li><p><code>eventTypes</code> (array, <em>string</em>, required): An array of event names to receive notifications on.</p>\n</li>\n</ul>\n","urlObject":{"path":["reports","v1","subscriptions",":subscriptionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier of the webhook subscription</p>\n","type":"text/plain"},"type":"any","value":"{{subscriptionId}}","key":"subscriptionId"}]}},"response":[{"id":"aae23859-008b-40df-8e31-766228a1bccb","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"{{callbackUrl}}\",\n    \"filter\": \"state == 'CO'\",\n    \"eventTypes\": [\n        \"motorvehiclereport.error\",\n        \"motorvehiclereport.received\",\n        \"transactionalmvr.error\",\n        \"transactionalmvr.received\",\n        \"activitydetail.error\",\n        \"activitydetail.received\",\n        \"activityindicator.error\",\n        \"activityindicator.received\",\n        \"intelligentmvr.error\",\n        \"intelligentmvr.received\",\n        \"activitymvr.error\",\n        \"activitymvr.received\",\n        \"licensediscovery.error\",\n        \"licensediscovery.received\",\n        \"licensevalidation.error\",\n        \"licensevalidation.received\",\n\t\t\"licensediscovery.received\",\n        \"lhorder.received\",\n        \"activityhistory.received\",\n        \"activityindicator.v2.received\",\n        \"cdlisreport.v1.received\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/reports/v1/subscriptions/:subscriptionId","host":["{{baseUrl}}"],"path":["reports","v1","subscriptions",":subscriptionId"],"variable":[{"key":"subscriptionId","value":"{{subscriptionId}}","description":"(Required) The unique identifier of the webhook subscription"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"50425515-b64e-4283-9362-8f39daaa9ee5","name":"409 Conflict","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"{{callbackUrl}}\",\n    \"filter\": \"state == 'CO'\",\n    \"eventTypes\": [\n        \"motorvehiclereport.error\",\n        \"motorvehiclereport.received\",\n        \"transactionalmvr.error\",\n        \"transactionalmvr.received\",\n        \"activitydetail.error\",\n        \"activitydetail.received\",\n        \"activityindicator.error\",\n        \"activityindicator.received\",\n        \"intelligentmvr.error\",\n        \"intelligentmvr.received\",\n        \"activitymvr.error\",\n        \"activitymvr.received\",\n        \"licensediscovery.error\",\n        \"licensediscovery.received\",\n        \"licensevalidation.error\",\n        \"licensevalidation.received\",\n\t\t\"licensediscovery.received\",\n        \"lhorder.received\",\n        \"activityhistory.received\",\n        \"activityindicator.v2.received\",\n        \"cdlisreport.v1.received\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/reports/v1/subscriptions/:subscriptionId","host":["{{baseUrl}}"],"path":["reports","v1","subscriptions",":subscriptionId"],"variable":[{"key":"subscriptionId","value":"{{subscriptionId}}","description":"(Required) The unique identifier of the webhook subscription"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"C01\",\n    \"message\": \"Provided callback url is invalid\"\n}"},{"id":"949b254e-5e0c-42be-bc97-f0a13c1a5c99","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"{{callbackUrl}}\",\n    \"filter\": \"state == 'CO'\",\n    \"eventTypes\": [\n        \"motorvehiclereport.error\",\n        \"motorvehiclereport.received\",\n        \"transactionalmvr.error\",\n        \"transactionalmvr.received\",\n        \"activitydetail.error\",\n        \"activitydetail.received\",\n        \"activityindicator.error\",\n        \"activityindicator.received\",\n        \"intelligentmvr.error\",\n        \"intelligentmvr.received\",\n        \"activitymvr.error\",\n        \"activitymvr.received\",\n        \"licensediscovery.error\",\n        \"licensediscovery.received\",\n        \"licensevalidation.error\",\n        \"licensevalidation.received\",\n\t\t\"licensediscovery.received\",\n        \"lhorder.received\",\n        \"activityhistory.received\",\n        \"activityindicator.v2.received\",\n        \"cdlisreport.v1.received\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/reports/v1/subscriptions/:subscriptionId","host":["{{baseUrl}}"],"path":["reports","v1","subscriptions",":subscriptionId"],"variable":[{"key":"subscriptionId","value":"{{subscriptionId}}","description":"(Required) The unique identifier of the webhook subscription"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"8409a84b-06de-49d0-956a-c1dff578fb52"},{"name":"List a Subscription","event":[{"listen":"test","script":{"id":"8334a976-73f6-4d49-8130-b62df5cd68a3","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.environment.set(\"subscriptionId\", pm.response.json().data[0].subscriptionId);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e8d0cbfe-3fb1-4816-b3a0-99e51c618d9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/reports/v1/subscriptions/{{subscriptionId}}","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves a solo subscription associated with your account. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with the details of the subscription.</p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>subscriptionId</code> (string, <em>uuid</em>): The subscription's unique id.</p>\n</li>\n<li><p><code>url</code> (string): The callback URL where event notifications will be sent.</p>\n</li>\n<li><p><code>filter</code> (string, optional): A filter to be applied to the callback.</p>\n</li>\n<li><p><code>eventTypes</code> (array, <em>string</em>): An array of event names to receive notifications on.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["reports","v1","subscriptions","{{subscriptionId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"12ca176a-72f4-4389-9b02-70ff5ecddde8","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"{{baseUrl}}/reports/v1/subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"subscriptionId\": \"2c9bc058-b212-45dc-84e3-0d2a5698adf7\",\n      \"url\": \"https://www.your-domain.com/webhook\",\n      \"filter\": \"state == 'CA'\",\n      \"eventTypes\": [\n        \"activitydetail.error\",\n        \"activitydetail.received\",\n        \"activityhistory.received\",\n        \"activityindicator.error\",\n        \"activityindicator.received\",\n        \"activitymvr.error\",\n        \"activitymvr.received\",\n        \"intelligentmvr.error\",\n        \"intelligentmvr.received\",\n        \"lhorder.received\",\n        \"licensediscovery.error\",\n        \"licensediscovery.received\",\n        \"licensevalidation.error\",\n        \"licensevalidation.received\",\n        \"motorvehiclereport.error\",\n        \"motorvehiclereport.received\",\n        \"transactionalmvr.error\",\n        \"transactionalmvr.received\"\n      ]\n    }\n  ]\n}"},{"id":"56e7d83f-a7aa-4406-932b-883761bc5efb","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"{{baseUrl}}/reports/v1/subscriptions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b3039762-edb6-4206-82fa-d132cec491ba","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"{{baseUrl}}/reports/v1/subscriptions"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"e8d0cbfe-3fb1-4816-b3a0-99e51c618d9d"},{"name":"List all Subscriptions","event":[{"listen":"test","script":{"exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(200);","    pm.response.to.have.header(\"Content-Type\", \"application/json\");","    pm.environment.set(\"subscriptionId\", pm.response.json().data[0].subscriptionId);","});"],"type":"text/javascript","id":"8334a976-73f6-4d49-8130-b62df5cd68a3"}}],"id":"0a92e76f-40ea-4373-a5b3-3bea262ffe0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/reports/v1/subscriptions","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint retrieves a list of all subscriptions associated with your account. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful request, the API will respond with a list of subscriptions for an account.</p>\n<ul>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>subscriptionId</code> (string, <em>uuid</em>): The subscription's unique id.</p>\n</li>\n<li><p><code>url</code> (string): The callback URL where event notifications will be sent.</p>\n</li>\n<li><p><code>filter</code> (string, optional): A filter to be applied to the callback.</p>\n</li>\n<li><p><code>eventTypes</code> (array, <em>string</em>): An array of event names to receive notifications on.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["reports","v1","subscriptions"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c9f2f1ad-8fe4-448a-b3cd-2fa37b8e5e8f","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"{{baseUrl}}/reports/v1/subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"subscriptionId\": \"2c9bc058-b212-45dc-84e3-0d2a5698adf7\",\n      \"url\": \"https://www.your-domain.com/webhook\",\n      \"filter\": \"state == 'CA'\",\n      \"eventTypes\": [\n        \"activitydetail.error\",\n        \"activitydetail.received\",\n        \"activityhistory.received\",\n        \"activityindicator.error\",\n        \"activityindicator.received\",\n        \"activitymvr.error\",\n        \"activitymvr.received\",\n        \"intelligentmvr.error\",\n        \"intelligentmvr.received\",\n        \"lhorder.received\",\n        \"licensediscovery.error\",\n        \"licensediscovery.received\",\n        \"licensevalidation.error\",\n        \"licensevalidation.received\",\n        \"motorvehiclereport.error\",\n        \"motorvehiclereport.received\",\n        \"transactionalmvr.error\",\n        \"transactionalmvr.received\"\n      ]\n    }\n  ]\n}"},{"id":"87dae30d-f2da-45e0-ba58-d14b644277d2","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"{{baseUrl}}/reports/v1/subscriptions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2ea2eacf-3815-477d-8fda-d431d5e4f71a","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"{{baseUrl}}/reports/v1/subscriptions"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Forbidden\"\n}"}],"_postman_id":"0a92e76f-40ea-4373-a5b3-3bea262ffe0f"},{"name":"Delete a Subscription","event":[{"listen":"test","script":{"id":"9892d2a9-2cec-4619-b367-9557b51c2565","exec":["pm.test(\"Success\", () => {","    pm.expect(pm.response.code).to.eql(204);","    pm.environment.set(\"subscriptionId\", \"\");","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c4ecc943-3081-41a4-99c2-3c57e94a1021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":false},"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) The unique identifier of the platform organization</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"{{callbackUrl}}\",\n    \"filter\": \"state == 'CO'\",\n    \"eventTypes\": [\n        \"motorvehiclereport.error\",\n        \"motorvehiclereport.received\",\n        \"transactionalmvr.error\",\n        \"transactionalmvr.received\",\n        \"activitydetail.error\",\n        \"activitydetail.received\",\n        \"activityindicator.error\",\n        \"activityindicator.received\",\n        \"intelligentmvr.error\",\n        \"intelligentmvr.received\",\n        \"activitymvr.error\",\n        \"activitymvr.received\",\n        \"licensediscovery.error\",\n        \"licensediscovery.received\",\n        \"licensevalidation.error\",\n        \"licensevalidation.received\",\n\t\t\"licensediscovery.received\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/v1/subscriptions/:subscriptionId","description":"<h2 id=\"description\"><strong>Description</strong></h2>\n<p>This endpoint removes the subscription associated with the <code>subscriptionId</code>. The request does not include a request body.</p>\n<h2 id=\"headers\"><strong>Headers</strong></h2>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>Authorization: Bearer [Token]</code></p>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n<li><p><code>X-Api-Key: [ApiKey]</code></p>\n</li>\n</ul>\n<h2 id=\"request\">Request</h2>\n<p><strong>Parameters:</strong></p>\n<ul>\n<li><p><code>subscriptionId</code> (string, <em>uuid</em>): The subscription's unique id.</p>\n</li>\n<li><p>Send URL and list the eventTypes to be deleted.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful removal of the group, the API will respond with a 204 No Content.</p>\n","urlObject":{"path":["reports","v1","subscriptions",":subscriptionId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>(Required) The unique identifier of the webhook subscription</p>\n","type":"text/plain"},"type":"any","value":"{{subscriptionId}}","key":"subscriptionId"}]}},"response":[{"id":"76463df3-faf1-4bd4-8b5c-7db76479d934","name":"204 No Content","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) The unique identifier of the platform organization"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/reports/v1/subscriptions/:subscriptionId","host":["{{baseUrl}}"],"path":["reports","v1","subscriptions",":subscriptionId"],"variable":[{"key":"subscriptionId","value":"{{subscriptionId}}","description":"(Required) The unique identifier of the webhook subscription"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"c4ecc943-3081-41a4-99c2-3c57e94a1021"}],"id":"0ca9b908-f0e6-4a76-93c4-35078c9d0c4c","description":"<p>Webhooks are a powerful tool for integrations, offering several advantages:</p>\n<ol>\n<li><p><strong>Real-time Updates</strong>: Webhooks allow applications to receive real-time data updates without needing to constantly poll an API. This is efficient and reduces unnecessary network traffic.</p>\n</li>\n<li><p><strong>Automation</strong>: They enable automation of workflows. For example, when a specific event occurs (like a new user registration), a webhook can trigger an action (such as sending a welcome email).</p>\n</li>\n<li><p><strong>Integration</strong>: Webhooks facilitate seamless integration between different services and applications. They can be used to connect various tools, making it easier to build complex systems.</p>\n</li>\n<li><p><strong>Scalability</strong>: By using webhooks, developers can design systems that scale more effectively. Instead of having multiple clients repeatedly request data, the server pushes updates only when necessary.</p>\n</li>\n<li><p><strong>Cost Efficiency</strong>: Since webhooks reduce the need for constant polling, they can help lower server and bandwidth costs.</p>\n</li>\n</ol>\n","_postman_id":"0ca9b908-f0e6-4a76-93c4-35078c9d0c4c","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"},"isInherited":true,"source":{"_postman_id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","id":"5b4f5194-dba7-4d5c-abd6-4a46a986a78b","name":"SambaSafety API Documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{apiKey}}"}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"72983890-33f6-48bf-8ce1-064311f402bb"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"624a1b5a-95af-435b-8cb6-0d347caf3c0d"}}],"variable":[{"key":"groupId","value":"","type":"string"},{"key":"personId","value":"","type":"string"},{"key":"licenseId","value":"","type":"string"},{"key":"activityId","value":"","type":"string"},{"key":"attachmentId","value":"","type":"string"},{"key":"userId","value":"","type":"string"},{"key":"orderId","value":"","type":"string"},{"key":"reportId","value":"","type":"string"}]}