{"info":{"_postman_id":"8afbc8ee-243c-4dff-8bea-164062b8489a","name":"FileInvite for Lending API Documentation","description":"<html><head></head><body><h1 id=\"getting-started\">Getting Started</h1>\n<p>Welcome to the FileInvite for Lending API Guide. This guide helps you connect FileInvite’s API with your existing lending systems—whether you're streamlining client onboarding or handling document collection throughout the loan process.</p>\n<h2 id=\"feedback\">Feedback</h2>\n<p>If you have additional use cases you’d like the API to support, please reach out to your <strong>Customer Success Representative</strong>. Your feedback helps us prioritize enhancements that best serve your needs.</p>\n<h2 id=\"api-guide\"><strong>API Guide</strong></h2>\n<p>Follow the steps below in the recommended order to integrate FileInvite’s API into your workflows.</p>\n<ol>\n<li><p><a href=\"https://byaulgzdivluomjf.fileinvite.io/#fafe6857-af86-401b-9dcb-03717ede72ce\">Authentication</a><br> FileInvite uses <strong>OAuth 2.0 (Client Credentials grant type)</strong> for secure access. See the <a href=\"#authentication\">Authentication Guide</a> for token generation and user attribution.</p>\n</li>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#8f1b7f7a-e317-46ef-9f3f-4d8fd4ea07c3\">Invites</a><br> Use the Invites API to automate document requests. Create, send, edit, and track invites to streamline your document collection process.</p>\n</li>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#0fac8f29-67ac-4b3a-8599-d9eb35d7097c\">Contacts</a><br> Sync your customer, client, or borrower records with FileInvite. Use the Contacts API to create, update, or retrieve contact details.</p>\n</li>\n<li><p>&nbsp;<strong>Webhooks</strong><br> Subscribe to real-time event notifications from FileInvite. Use Webhooks to receive instant updates on contacts,&nbsp; invites, and document submissions.</p>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"}],"owner":"24470732","collectionId":"8afbc8ee-243c-4dff-8bea-164062b8489a","publishedId":"2sAYX6ngiL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-09T08:22:02.000Z"},"item":[{"name":"Authentication","item":[],"id":"fafe6857-af86-401b-9dcb-03717ede72ce","description":"<p>The FileInvite API uses <strong>OAuth2 authentication</strong>, specifically the <strong>Client Credentials</strong> grant type. This ensures secure access to the API.</p>\n<h3 id=\"how-to-get-access-to-the-api\"><strong>How to Get Access to the API</strong></h3>\n<p>To use the FileInvite API, your organization needs its own set of API credentials.</p>\n<ul>\n<li><p><strong>Step 1</strong>: Contact your FileInvite account manager.</p>\n</li>\n<li><p><strong>Step 2</strong>: Request the following unique ids from your account manager<br />  <strong>- Client ID</strong><br />  <strong>- Client Secret<br />  - Organisation id (code)</strong> A short hash unique identifier of the organization<br />  - <strong>Account id (code)</strong> A short hash unique identifier of the account. There can be multiple accounts under a single organisation.</p>\n</li>\n</ul>\n<h3 id=\"what-to-do-after-you-receive-your-api-credentials\"><strong>What to Do After You Receive Your API Credentials</strong></h3>\n<p>Once you have your Client ID and Secret:</p>\n<ol>\n<li><p>You need to generate an <strong>Access Token</strong> to make API requests.</p>\n</li>\n<li><p>Access tokens are required to use any API endpoints.</p>\n</li>\n</ol>\n<p>You can find technical documentation on how to get an access token and refresh token in our <a href=\"https://byaulgzdivluomjf.fileinvite.io/#ae88ec7e-5ad5-41b6-b8be-e62caff73c95\">Authentication API Reference</a>.</p>\n<h3 id=\"is-the-api-client-linked-to-a-specific-user\">Is the API client linked to a specific user?</h3>\n<p>No, the API client is not linked to a specific user but directly linked to the organisation. But the API calls are recorded as the Organisation owner made them.</p>\n<h3 id=\"can-i-force-a-specific-user-to-make-api-calls\">Can I force a specific user to make API calls?</h3>\n<p>Yes, if you pass a custom header <code>triggered-by-user-email</code> with the user's email, the API request will be recorded as if the specific user has made the API calls.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6613f5d6-f734-4ec5-a25a-7eb445ec5b0a","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"006ec35f-14ba-4079-834e-6c0ab94b64a2","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"fafe6857-af86-401b-9dcb-03717ede72ce"},{"name":"Invites","item":[{"name":"Creating & Sending an Invite","item":[],"id":"a137cd67-7730-479a-a0b6-db76b664684a","description":"<p>This guide walks you through creating an <strong>Invite</strong> using the <strong>FileInvite API</strong>. <strong>Invites</strong> allow you to request documents, signatures, and other information from your Contacts.</p>\n<h2 id=\"prerequisite\">Prerequisite</h2>\n<p>Before creating an Invite, ensure the following are set up in your FileInvite app:</p>\n<p><strong>Templates</strong><br />Templates streamline the Invite creation process by preloading a list of <strong>Request</strong> (documents to upload, forms to sign etc.). Learn how to create and manage Templates in our <a href=\"https://help.fileinvite.com/articles/create-a-template\">Templates Help Articles.</a></p>\n<h2 id=\"step-1-selecting-a-template\">Step 1: Selecting a template</h2>\n<p>Use the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#7fd414d4-b087-43bf-87dd-be9e000ce952\">Get Templates</a> endpoint to retrieve available Templates.</p>\n<p>The API will return up to 25 Templates by default, sorted by the most recently created.<br />Allow the user to select a Template ID that matches the required requests.</p>\n<h2 id=\"step-2-create--send-an-invite\"><strong>Step 2: Create &amp; Send an Invite</strong></h2>\n<p>Calling the <a href=\"https://byaulgzdivluomjf.fileinvite.io/#c50e5f3f-fc40-4e03-b5a4-5c24fe664e65\">Dispatch Invite</a> endpoint automatically:</p>\n<ul>\n<li><p>Creates the Invite.</p>\n</li>\n<li><p>Generates the Portal for each Contact.</p>\n</li>\n<li><p><strong>Sends the Invite email</strong> to the specified Contacts (unless explicitly disabled).</p>\n</li>\n</ul>\n<p><strong>Required Parameters:</strong></p>\n<ul>\n<li><p><strong>Contact’s Email</strong>: Specify up to <strong>10 Contact Emails</strong>.</p>\n</li>\n<li><p><strong>Template ID</strong>: Provide the Template ID to use for the Invite.</p>\n</li>\n</ul>\n<h3 id=\"create--send-variations\"><strong>Create &amp; Send Variations</strong></h3>\n<p>There are three ways to handle Invite creation, depending on whether you want to send the email immediately or review it first.</p>\n<h4 id=\"1-conventional-create--send-default-behavior\">1. Conventional Create &amp; Send (Default Behavior)</h4>\n<p>This is the <strong>standard</strong> flow, where the Invite email is sent as soon as the Invite is created.</p>\n<p><strong>Steps:</strong></p>\n<ol>\n<li><p>Call the <a href=\"https://byaulgzdivluomjf.fileinvite.io/#c50e5f3f-fc40-4e03-b5a4-5c24fe664e65\">Dispatch Invite</a> endpoint with the required parameters.</p>\n</li>\n<li><p>The API responds with a <code>200</code> status, confirming that:</p>\n<ul>\n<li><p>The <strong>Portal is created</strong> for each Contact.</p>\n</li>\n<li><p>The <strong>Invite email is sent automatically</strong> to the specified Contacts.</p>\n</li>\n</ul>\n</li>\n</ol>\n<p><em>No further action is needed to send the Invite email in this scenario.</em></p>\n<h4 id=\"2-create--send---disable-the-invite-email\">2. Create &amp; Send - Disable the Invite Email</h4>\n<p>If you prefer to send the Invite email using your own email engine instead of FileInvite:</p>\n<p><strong>Steps:</strong></p>\n<ol>\n<li><p>Call the <strong>Dispatch Invite</strong> endpoint.</p>\n</li>\n<li><p>Set the <code>notify</code> to <code>false</code> in your request.</p>\n</li>\n<li><p>The API responds with a <code>200</code> status, confirming that:</p>\n<ul>\n<li><p>The <strong>Portal is created</strong> for each Contact.</p>\n</li>\n<li><p>The <strong>Invite email is NOT sent</strong> by FileInvite.</p>\n</li>\n<li><p>The <strong>Portal link</strong> is returned in the response.</p>\n</li>\n</ul>\n</li>\n</ol>\n<p>You can now use the returned Portal link to send your custom email.</p>\n<h4 id=\"3-create--send---review-before-sending-the-email\">3. Create &amp; Send - Review Before Sending the Email</h4>\n<p>If you want to review the Invite details before sending the email, follow this process:</p>\n<p><strong>Steps:</strong></p>\n<ol>\n<li><p>Call the <a href=\"https://byaulgzdivluomjf.fileinvite.io/#c50e5f3f-fc40-4e03-b5a4-5c24fe664e65\">Dispatch Invite</a> endpoint with <code>notify</code> to <code>false</code> in your request.</p>\n</li>\n<li><p>The API responds with a <code>200</code> status, confirming that:</p>\n<ul>\n<li><p>The <strong>Portal is created</strong> for each Contact.</p>\n</li>\n<li><p>The <strong>Invite email is NOT sent</strong> by FileInvite.</p>\n</li>\n<li><p>The <strong>Portal link</strong> is returned in the response.</p>\n</li>\n</ul>\n</li>\n<li><p>Retrieve the Invite details using the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#7376b80e-7d3b-4027-92f7-8d9246bf3f1c\">Get Invite</a> endpoint to review:</p>\n<ul>\n<li><p><strong>Contacts</strong></p>\n</li>\n<li><p><strong>Subject &amp; Message</strong></p>\n</li>\n<li><p><strong>Requests</strong></p>\n</li>\n<li><p><strong>Due Dates &amp; Reminder Settings</strong></p>\n</li>\n</ul>\n</li>\n<li><p>If modifications are needed, follow the <a href=\"#\">Edit Invite Guide</a>.</p>\n</li>\n<li><p>Once finalized, call the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#a52eca47-db74-44ed-82e0-477096c2f13e\">Resend Invite</a> endpoint with the <code>Invite ID</code> and the <code>Contact ID</code> (or IDs) for the customers you want to resend the email to.</p>\n</li>\n</ol>\n<h3 id=\"whats-next\"><strong>What’s Next?</strong></h3>\n<ul>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#2d57fbc2-7e83-4267-b8b7-431eaafc4981\"><b>Edit an Invite:</b></a> Modify an Invite after creation (e.g., add Contacts, update details).</p>\n</li>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#cdaa9cf7-9014-4790-a84a-8cc1a9e8f4cc\"><b>Add More Request Items:</b></a> Learn how to include additional items in an Invite.</p>\n</li>\n</ul>\n","_postman_id":"a137cd67-7730-479a-a0b6-db76b664684a"},{"name":"Updating an Invite","item":[],"id":"2d57fbc2-7e83-4267-b8b7-431eaafc4981","description":"<p>If you need to make changes to an Invite, this guide covers the following use cases:</p>\n<ul>\n<li><p>Updating basic Invite details, such as the <strong>Subject</strong>, <strong>Message</strong>, <strong>Due Date</strong>, or <strong>Point of Contact</strong>.</p>\n</li>\n<li><p>Deleting a redundant request.</p>\n</li>\n<li><p>Adding or removing Contacts from the Invite.</p>\n</li>\n</ul>\n<h2 id=\"updating-basic-invite-details\">Updating basic Invite details</h2>\n<p>To update details of an existing Invite:</p>\n<ol>\n<li><p>Pass the <code>Invite ID</code> and the updated value for the parameter(s) you want to modify to the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#1f012944-5e55-4350-bd7b-540f19a2e309\">Update Invite </a> API.</p>\n</li>\n<li><p>Examples of editable parameters:</p>\n<ul>\n<li><p><code>Subject</code></p>\n</li>\n<li><p><code>Message</code></p>\n</li>\n<li><p><code>Due Date</code></p>\n</li>\n<li><p><code>Point of Contact</code></p>\n</li>\n</ul>\n</li>\n</ol>\n<h2 id=\"delete-a-request\">Delete a request</h2>\n<p>If a request on an Invite is no longer needed:</p>\n<ol>\n<li><p>Pass the <code>Invite ID</code> and the <code>Request ID</code> of the request you want to delete to the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#adac5d76-3e80-4dc0-bd31-237b5b8b9b6f\">Get Invite Request</a> endpoint.</p>\n</li>\n<li><p>This action removes the redundant request from the Invite.</p>\n</li>\n</ol>\n<h2 id=\"adding-or-removing-contacts-form-the-invite\">Adding or Removing Contacts form the Invite</h2>\n<h4 id=\"adding-contacts\">Adding Contacts</h4>\n<ol>\n<li><p>Pass the <code>Invite ID</code> and the <code>Contact ID(s)</code> to the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#8fd37b6d-eca0-4413-9f0c-ab659588276e\">Add Contact to an Invite</a> endpoint.</p>\n</li>\n<li><p>Note: An Invite can have a maximum of <strong>10 Contacts</strong>.</p>\n</li>\n</ol>\n<h4 id=\"removing-contacts\"><strong>Removing Contacts</strong></h4>\n<ol>\n<li><p>Pass the <code>Invite ID</code> and the <code>Contact ID(s)</code> to the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#4504a669-15c0-4acf-9e1c-8b737b1638a9\">Remove Contact From an Invite</a> endpoint.</p>\n</li>\n<li><p>Important: Every Invite must have <strong>at least one Contact</strong>. Ensure you do not remove the last Contact.</p>\n</li>\n</ol>\n<h2 id=\"whats-next\">What's next?</h2>\n<ul>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#cdaa9cf7-9014-4790-a84a-8cc1a9e8f4cc\"><b>Add More Request Items:</b></a> Learn how to include additional items in an Invite.</p>\n</li>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#ec9c4f74-abb4-4e70-9bce-f3b13b804f28\"><b>Retrieve Files and Documents:</b></a> Access files submitted through the Invite.</p>\n</li>\n</ul>\n","_postman_id":"2d57fbc2-7e83-4267-b8b7-431eaafc4981"},{"name":"Add More Requests to an Invite","item":[],"id":"cdaa9cf7-9014-4790-a84a-8cc1a9e8f4cc","description":"<p>This guide walks you through creating a <strong>Follow-up</strong> using the <strong>FileInvite API</strong>. A Follow-up allows you to request additional documents, signatures, or information from your Contacts after an Invite has already been sent.</p>\n<h2 id=\"prerequisites\">Prerequisites</h2>\n<p>Before creating a Follow-up, ensure the following are set up in your FileInvite app:</p>\n<p><strong>Templates</strong><br />Follow-ups must use Templates to predefine the additional requests. Learn how to create and manage Templates in our <a href=\"https://help.fileinvite.com/articles/create-a-template\">Templates Help Articles</a>.</p>\n<p><strong>Invite ID</strong><br />Since Follow-ups are appended to an existing Invite, you must have a valid Invite ID to associate the Follow-up with an Invite.</p>\n<h2 id=\"step-1-create--send-a-follow-up\">Step 1: Create &amp; Send a Follow-up</h2>\n<p><em><strong>Note:</strong></em> <em>The Create Follow-up API endpoint is not yet available, but this guide illustrates how it will behave once implemented.</em></p>\n<p><strong>Calling the</strong> <strong>Create Follow-up</strong> <strong>endpoint will:</strong></p>\n<ul>\n<li><p>Append additional requests to the existing Invite.</p>\n</li>\n<li><p>Generate the Follow-up Name for tracking.</p>\n</li>\n<li><p>Automatically send the Follow-up email to the Contacts (unless explicitly disabled).</p>\n</li>\n</ul>\n<p><strong>Required Parameters:</strong></p>\n<ul>\n<li><p>Invite ID: The ID of the existing Invite.</p>\n</li>\n<li><p>Template ID: The ID of the Template that contains the predefined request items.</p>\n</li>\n<li><p>Follow-up Name: A label for the Follow-up (e.g., \"Underwriting Documents\").</p>\n</li>\n</ul>\n<h3 id=\"follow-up-variations\">Follow-up Variations</h3>\n<p>There are three ways to handle Follow-ups, depending on whether you want to send the email immediately or review it first.</p>\n<h4 id=\"1-conventional-create--send-default-behavior\">1. Conventional Create &amp; Send (Default Behavior)</h4>\n<p>This is the <strong>standard</strong> flow, where the Follow-up email is sent as soon as the Follow-up is created.</p>\n<p><strong>Steps:</strong></p>\n<ol>\n<li><p>Call the <strong>Create Follow-up</strong> endpoint with the required parameters.</p>\n</li>\n<li><p>The API responds with a <code>200</code> status, confirming that:</p>\n<ul>\n<li><p>The <strong>Follow-up is created</strong> and linked to the Invite.</p>\n</li>\n<li><p>The <strong>Follow-up email is sent automatically</strong> to the specified Contacts.</p>\n</li>\n</ul>\n</li>\n</ol>\n<h4 id=\"2-follow-up-without-triggering-email\"><strong>2. Follow-up Without Triggering Email</strong></h4>\n<p>If you prefer to send the Follow-up email using your own email engine instead of FileInvite:</p>\n<p><strong>Steps:</strong></p>\n<ol>\n<li><p>Call the <strong>Create Follow-up</strong> endpoint.</p>\n</li>\n<li><p>Set the <code>email_flag</code> to <code>0</code> in your request.</p>\n</li>\n<li><p>The API responds with a <code>200</code> status, confirming that:</p>\n<ul>\n<li><p>The <strong>Follow-up is created</strong> and linked to the Invite.</p>\n</li>\n<li><p>The <strong>Follow-up email is NOT sent</strong> by FileInvite.</p>\n</li>\n<li><p>The <strong>Portal link</strong> remains the same as the original Invite.</p>\n</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"3-follow-up-with-review-steps\"><strong>3. Follow-up with Review Steps</strong></h3>\n<p>If you want to review the Follow-up details before sending the email, follow this process:</p>\n<p><strong>Steps:</strong></p>\n<ol>\n<li><p>Call the <strong>Create Follow-up</strong> endpoint with <code>email_flag: 0</code>.</p>\n</li>\n<li><p>The API responds with a <code>200</code> status, confirming that:</p>\n<ul>\n<li><p>The <strong>Follow-up is created</strong> and linked to the Invite.</p>\n</li>\n<li><p>The <strong>Follow-up email is NOT sent</strong> by FileInvite.</p>\n</li>\n<li><p>The <strong>Portal link remains unchanged</strong> (same as the original Invite).</p>\n</li>\n</ul>\n</li>\n<li><p>Retrieve the Follow-up details using the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#adac5d76-3e80-4dc0-bd31-237b5b8b9b6f\">Get Invite Requests</a> endpoint to review:</p>\n<ul>\n<li><p><strong>Contacts</strong></p>\n</li>\n<li><p><strong>Follow-up Name</strong></p>\n</li>\n<li><p><strong>Reminder Settings</strong></p>\n</li>\n</ul>\n</li>\n<li><p>If modifications are needed, follow the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#2d57fbc2-7e83-4267-b8b7-431eaafc4981\">Edit Invite Guide</a>.</p>\n</li>\n<li><p>Once finalized, call the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#a52eca47-db74-44ed-82e0-477096c2f13e\">Resend Invite</a> endpoint with the <code>Invite ID</code> to manually trigger the Follow-up email.</p>\n</li>\n</ol>\n<h2 id=\"whats-next\"><strong>What’s Next?</strong></h2>\n<ul>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#ec9c4f74-abb4-4e70-9bce-f3b13b804f28\"><b>Retrieve Files &amp; Documents:</b> </a> Learn how to access submitted files through the Invite.</p>\n</li>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#00ad1019-8869-46e5-972e-4339b76b36e4\"><b>Archive an Invite:</b></a> Close the Invite when all requests are completed.</p>\n</li>\n</ul>\n","_postman_id":"cdaa9cf7-9014-4790-a84a-8cc1a9e8f4cc"},{"name":"Retreiving returned documents, or signed forms","item":[],"id":"ec9c4f74-abb4-4e70-9bce-f3b13b804f28","description":"<p>When your customers begin submitting documents or completing forms, you can access these files through the Invite. The <strong>Download API</strong> allows you to retrieve all files and forms that have been uploaded or completed at a given time.</p>\n<h3 id=\"how-to-retrieve-files\"><strong>How to retrieve files</strong></h3>\n<ol>\n<li><p><strong>Retrieve File IDs</strong></p>\n<ol>\n<li><p>Pass the <code>Invite ID</code> to the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#adac5d76-3e80-4dc0-bd31-237b5b8b9b6f\">Get Invite Requests</a> endpoint.</p>\n</li>\n<li><p>This endpoint will return a list of File IDs.</p>\n</li>\n</ol>\n</li>\n<li><p><strong>Download File</strong></p>\n<ol>\n<li><p>Pass each File ID to the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#b4cd15da-a10c-4d63-84c4-755fff507b54\">Download File</a> endpoint.</p>\n</li>\n<li><p>This endpoint will return a File URL, which expires in 5 minutes.</p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"future-enhancements\"><strong>Future Enhancements</strong></h3>\n<p>In future updates, we plan to introduce a webhook that will notify you when new files or completed forms are ready for download. This will eliminate the need for frequent polling.</p>\n<h4 id=\"whats-next\"><strong>What’s Next?</strong></h4>\n<ul>\n<li><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#00ad1019-8869-46e5-972e-4339b76b36e4\"><b>Archive an Invite:</b> </a> Close the Portal when all submissions are complete and the Invite is no longer active.</li>\n</ul>\n","_postman_id":"ec9c4f74-abb4-4e70-9bce-f3b13b804f28"},{"name":"Archiving an Invite","item":[],"id":"00ad1019-8869-46e5-972e-4339b76b36e4","description":"<p>When an Invite is complete, and you’ve downloaded all the documents submitted through it, you may want to close the Portal to prevent further submissions. Archiving the Invite allows you to finalize and close the workflow.</p>\n<h4 id=\"how-to-archive-an-invite\"><strong>How to Archive an Invite</strong></h4>\n<p>To archive an Invite:</p>\n<ol>\n<li><p>Pass the <code>Invite ID</code> of the Invite you wish to archive to the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#26a005d6-80aa-4efc-9323-bc020b79e680\">Archive Invite</a> endpoint.</p>\n</li>\n<li><p>Once archived, the Portal will be closed, and no further submissions will be allowed.</p>\n</li>\n</ol>\n<p><strong>Key Notes:</strong></p>\n<ul>\n<li><p>Ensure all required documents have been downloaded before archiving, as the Portal will no longer be accessible to Contacts once archived.</p>\n</li>\n<li><p>Archived Invites are still available for reference and reporting purposes in the system.</p>\n</li>\n</ul>\n","_postman_id":"00ad1019-8869-46e5-972e-4339b76b36e4"}],"id":"8f1b7f7a-e317-46ef-9f3f-4d8fd4ea07c3","description":"<p>In FileInvite, an <strong>Invite</strong> is the primary tool for collecting documents or information from your customers, clients, or applicants. It simplifies document requests by combining all required items (called <strong>Requests</strong>) into a single, streamlined workflow.</p>\n<ul>\n<li><p><strong>Requests</strong>: Individual tasks within an Invite that you are asking your customers to fulfill, such as uploading files, completing forms, or signing documents.</p>\n</li>\n<li><p>When an Invite is sent, your <strong>Contacts</strong> will receive an email containing a link to the <strong>Portal</strong>, where they can complete the requested tasks. For example:</p>\n<ul>\n<li><p>Upload documents like bank statements or identification.</p>\n</li>\n<li><p>Fill out and sign forms.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Invites eliminate manual follow-ups by automating document collection and tracking in one place, ensuring a seamless experience for both your team and your clients.</p>\n<h2 id=\"prerequisites\">Prerequisites</h2>\n<p>We recommend that you have Templates already set up in the FileInvite app. Templates is a convenient way to streamlime the Invite creation process by preloading an exisitng list of requests that you would need to have on the Invite. The <a href=\"https://help.fileinvite.com/articles/create-a-template\">Templates help article</a> explains how to create and set up Templates.</p>\n<h2 id=\"how-to-interact-with-invites-via-the-api\"><strong>How to Interact with Invites via the API</strong></h2>\n<p>The FileInvite API allows you to integrate Invites into your existing tools and workflows, so your team doesn’t have to switch between multiple systems. Below is a step-by-step guide for using the Invites API:</p>\n<ol>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#a137cd67-7730-479a-a0b6-db76b664684a\"><b>Create and Send Invite</b></a><br /> Set up a new Invite by specifying the Contact(s), Request items, and any additional details (e.g., deadlines, instructions) and dispatch the Invite to your Contacts.</p>\n</li>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#2d57fbc2-7e83-4267-b8b7-431eaafc4981\"><b>Update an Invite<br /></b></a>Modify an existing Invite to update details like due dates, or add more contacts to the Invite.</p>\n</li>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#cdaa9cf7-9014-4790-a84a-8cc1a9e8f4cc\"><b>Adding Additional Request Items (Follow-Up)</b></a><br /> Include new tasks or document requests in an already-sent Invite to keep the process flexible.</p>\n</li>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#ec9c4f74-abb4-4e70-9bce-f3b13b804f28\"><b>Retrieving Returned Files, Documents, or Signed Forms</b></a><br /> Access the files, forms, or other items submitted by your Contacts through the Invite.</p>\n</li>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#00ad1019-8869-46e5-972e-4339b76b36e4\"><b>Archiving an Invite<br /></b></a>Mark an Invite as completed and archive it for future reference or record-keeping.</p>\n</li>\n</ol>\n<h3 id=\"what-are-the-different-invite-statuses\">What are the different Invite Statuses</h3>\n<p>Invite status transition can be used to build workflows on your end. Following are the different invite statuses and their description</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>draft</td>\n<td>An Invite is created but not yet sent</td>\n</tr>\n<tr>\n<td>scheduled</td>\n<td>An Invite is scheduled to be sent.</td>\n</tr>\n<tr>\n<td>sent</td>\n<td>An Invite is sent</td>\n</tr>\n<tr>\n<td>progressing</td>\n<td>An Invite is sent and the end-user has viewed the portal but not yet submitted documents or forms.</td>\n</tr>\n<tr>\n<td>ready_for_review</td>\n<td>The end-user/borrower has submitted documents and forms</td>\n</tr>\n<tr>\n<td>in_review</td>\n<td>The lender/app user has accepted some requests but not all the requests yet.</td>\n</tr>\n<tr>\n<td>completed</td>\n<td>The lender has marked all the requests accepted and happy with the forms and documents received so the invite is completed.</td>\n</tr>\n<tr>\n<td>archived</td>\n<td>The invite is no longer is use it is archived.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"what-are-indicators\">What are indicators?</h3>\n<p>Indicators are used visual indication of the progress of an Invite. Use the indicators to build a UI to display a view at an Invite level.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Indicator</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>sent</strong></td>\n<td>Invite has been sent to all the contact/s</td>\n</tr>\n<tr>\n<td><strong>no_progress</strong></td>\n<td>Invite has been sent to contact/s but there is no activity for more than a day.</td>\n</tr>\n<tr>\n<td><strong>progressing</strong></td>\n<td>There is activity from the contact/s on this request but they haven’t yet pressed submit</td>\n</tr>\n<tr>\n<td><strong>awaiting_review</strong></td>\n<td>Contact has returned files and it is now available to be reviewed by the customer.</td>\n</tr>\n<tr>\n<td><strong>in_review</strong></td>\n<td>FileInvite customer has rejected the items returned by borrower. The Invite requires action from the borrower to proceed.</td>\n</tr>\n<tr>\n<td><strong>accepted</strong></td>\n<td>The FileInvite customer has approved the items returned by the borrower</td>\n</tr>\n<tr>\n<td><strong>due_today</strong></td>\n<td>The invite is due today, not all the requests are complete</td>\n</tr>\n<tr>\n<td><strong>overdue</strong></td>\n<td>The invite has past the due date not all the requests are complete.</td>\n</tr>\n<tr>\n<td><strong>complete</strong></td>\n<td>All contacts on all requests have had their returned items approved (and before the due date)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"8f1b7f7a-e317-46ef-9f3f-4d8fd4ea07c3"},{"name":"Contacts","item":[],"id":"0fac8f29-67ac-4b3a-8599-d9eb35d7097c","description":"<p>Contacts in FileInvite represent your customers, clients, or borrowers—the individuals who will interact with the Portal when an Invite is sent. Managing Contacts is a crucial first step before you can send Invites or collect documents.</p>\n<h3 id=\"importing-contacts-into-fileinvite\">Importing contacts into FileInvite</h3>\n<p>If you’re just starting out with FileInvite (welcome!), you’ll need to import your customer contact information into the system. Here’s how you can do it:</p>\n<ol>\n<li><p><strong>Using the FileInvite UI</strong><br /> Export your contacts as a CSV file and upload them via the FileInvite user interface. <a href=\"https://help.fileinvite.com/articles/create-edit-or-delete-contacts\">Learn how to import contacts via the UI</a>.</p>\n</li>\n<li><p><strong>Using the API</strong><br /> Use the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#f092f42d-27da-48e8-b642-531ba2c6415b\">Import Contact</a> endpoint to programmatically upload your contacts as a CSV or TXT file.</p>\n</li>\n</ol>\n<h3 id=\"keeping-contact-list-and-contacts-updated-on-fileinvite\">Keeping contact list and contacts updated on FileInvite</h3>\n<p>After importing your contacts, you can manage changes to ensure your contact list stays up to date.</p>\n<p><strong>For Existing Contacts:</strong></p>\n<ul>\n<li><p><strong>Update a Contact</strong>: Modify contact details as needed using the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#e32da8ce-b469-44ba-8c84-76a704dce340\">Update Contact </a> endpoint.</p>\n</li>\n<li><p><strong>Delete a Contact</strong>: Remove a contact from the system when they are no longer needed using the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#66b75b4c-a83f-4377-966f-509e419d2d83\">Delete Contact</a> endpoint.</p>\n</li>\n</ul>\n<p><strong>For New Contacts:</strong></p>\n<ul>\n<li><strong>Add a Contact</strong>: Use the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#47ed50ff-450e-468f-a94c-882491cf7532\">Add Contact</a> endpoint to add new customers, clients, or borrowers to your system.</li>\n</ul>\n<h3 id=\"accessing-and-displaying-contacts\"><strong>Accessing and displaying Contacts</strong></h3>\n<p>When you need to work with your contact list, the following endpoints will help:</p>\n<ul>\n<li><p><strong>List Contacts</strong>: Retrieve a complete list of all contacts using the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#5069e43a-c415-4f81-b3ce-745daecab496\">List Contact</a> endpoint.</p>\n</li>\n<li><p><strong>Get Contact</strong>: Fetch details for a specific contact using the <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#42c63a4a-6ff5-474c-ac5b-cc881c3d6139\">Get Contact </a> endpoint.</p>\n</li>\n</ul>\n<h3 id=\"who-can-interact-with-contacts\"><strong>Who can interact with Contacts?</strong></h3>\n<p>Contact-related actions depend on user roles and permissions. Refer to <a href=\"https://help.fileinvite.com/articles/user-roles-and-permissions\">this article</a> for details on which roles can perform specific actions with Contacts.</p>\n<h3 id=\"whats-next\">What's next?</h3>\n<p>Now that you’ve set up and managed your Contacts, you’re ready to:</p>\n<ul>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#a137cd67-7730-479a-a0b6-db76b664684a\">Create, send,</a> and <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#2d57fbc2-7e83-4267-b8b7-431eaafc4981\">edit Invites</a> to collect documents.</p>\n</li>\n<li><p><a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#ec9c4f74-abb4-4e70-9bce-f3b13b804f28\">Retrieve returned files</a> and <a href=\"https://documenter.getpostman.com/view/24470732/2sAYX6ngiL#00ad1019-8869-46e5-972e-4339b76b36e4\">archive completed Invites</a>.</p>\n</li>\n</ul>\n","_postman_id":"0fac8f29-67ac-4b3a-8599-d9eb35d7097c"},{"name":"Webhooks","item":[],"id":"0a4d20ae-b380-4ac9-8793-2557afc5a2df","description":"<p>Webhooks allow you to receive real-time notifications when key events occur in FileInvite, eliminating the need to poll the API for updates. When a subscribed event is triggered, FileInvite sends an HTTP POST request with a JSON payload to your configured endpoint.</p>\n<h3 id=\"how-webhooks-work\"><strong>How Webhooks Work</strong></h3>\n<p>When a subscribed event is triggered in FileInvite, a POST request is automatically sent to the endpoint URL you provide. Each delivery includes a standard JSON envelope:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"event\": \"&lt;event name&gt;\",\n  \"fired_at\": \"&lt;ISO-8601 timestamp&gt;\",\n  \"data\": {}\n}\n\n</code></pre>\n<ul>\n<li><p><strong>event</strong> — identifies what happened (e.g. contactCreated, requestCompleted)</p>\n</li>\n<li><p><strong>fired_at</strong> — when the event occurred</p>\n</li>\n<li><p><strong>data</strong> — the full details of the affected resource</p>\n</li>\n</ul>\n<h3 id=\"responding-to-deliveries\"><strong>Responding to Deliveries</strong></h3>\n<p>Your endpoint must return any 2xx response to confirm successful delivery. If FileInvite receives a non-2xx response or encounters a transport failure, it will retry delivery up to <strong>3 times with backoff</strong>.</p>\n<h3 id=\"verifying-webhook-deliveries\"><strong>Verifying Webhook Deliveries</strong></h3>\n<p>To confirm a webhook delivery was sent by FileInvite, you can enable webhook signing. When active, FileInvite includes a signature header with each request—an HMAC-SHA256 hash computed from the timestamp, content-length, and raw request body. Validate this on your end to protect against spoofed requests.</p>\n<p><strong>Key Notes:</strong></p>\n<ul>\n<li><p>Process webhook payloads asynchronously if your endpoint needs more time—acknowledge receipt immediately and handle the logic in the background.</p>\n</li>\n<li><p>Ensure your endpoint is publicly accessible and can receive POST requests.</p>\n</li>\n</ul>\n<h3 id=\"available-webhook-events\"><strong>Available Webhook Events</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>contactCreated</code></td>\n<td>A contact was created in the account. Payload data uses the contact resource shape.</td>\n</tr>\n<tr>\n<td><code>contactUpdated</code></td>\n<td>A contact was updated in the account. Payload data uses the contact resource shape.</td>\n</tr>\n<tr>\n<td><code>contactDeleted</code></td>\n<td>A contact was deleted in the account. Payload data uses the contact resource shape for the deleted contact where available.</td>\n</tr>\n<tr>\n<td><code>inviteDispatched</code></td>\n<td>An invite was dispatched to recipients. Payload data uses the invite resource shape.</td>\n</tr>\n<tr>\n<td><code>requestCompleted</code></td>\n<td>A request in an invite was completed. Payload data uses the request resource shape and includes the related invite when available.</td>\n</tr>\n<tr>\n<td><code>requestStatusChanged</code></td>\n<td>A request status changed. Payload data uses the request resource shape and includes the related invite when available.</td>\n</tr>\n<tr>\n<td><code>integrationIllionFileUploaded</code></td>\n<td>Illion Bank Statements uploaded files for an invite request. Payload data uses the request resource shape and includes the related invite when available.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"whats-next\"><strong>What's</strong> <strong>Next?</strong></h3>\n<p>Now that you're receiving real-time notifications via Webhooks, you're ready to:</p>\n<ul>\n<li><p><a href=\"https://docs.fileinvite.app/#ec9c4f74-abb4-4e70-9bce-f3b13b804f28\">Download submitted documents</a> as soon as a requestCompleted event fires.</p>\n</li>\n<li><p><a href=\"https://docs.fileinvite.app/#00ad1019-8869-46e5-972e-4339b76b36e4\">Archive</a> completed Invites to close the Portal once all submissions are in.</p>\n</li>\n</ul>\n","_postman_id":"0a4d20ae-b380-4ac9-8793-2557afc5a2df"},{"name":"API Reference","item":[{"name":"Authentication","item":[{"name":"Refresh Token","event":[{"listen":"test","script":{"id":"16cb5c29-52ef-4de2-af5e-a505fca9f2fe","exec":["const response = pm.response.json();","pm.environment.set(\"access_token\", response.access_token)","pm.environment.set(\"refresh_token\", response.refresh_token)"],"type":"text/javascript","packages":{}}}],"id":"a79b4e19-ba2a-4f4e-878b-e5aadf4c8233","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"},{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"scope","value":"","type":"text"},{"key":"Origin","value":"{{cors_origin}}","type":"text"}]},"url":"{{region}}.fileinvite.app/2023-02/token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","id":"99068099-e00d-4e53-aaca-05f4d5c453e9","name":"API Reference","type":"folder"}},"urlObject":{"path":["2023-02","token"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"9453ddad-5c5a-47ab-bdd2-60b33f3638ed","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"refresh_token\",\n    \"refresh_token\": {{refresh_token}},\n    \"client_id\": {{client_id}},\n    \"scope\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/token"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Server","value":"nginx/1.23.2","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.13","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"Cache-Control","value":"no-store, private","enabled":true},{"key":"Date","value":"Mon, 12 Dec 2022 22:29:25 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 3600,\n    \"access_token\": \"access_token\",\n    \"refresh_token\": \"refresh_token\"\n}"}],"_postman_id":"a79b4e19-ba2a-4f4e-878b-e5aadf4c8233"},{"name":"Access token","event":[{"listen":"test","script":{"id":"16cb5c29-52ef-4de2-af5e-a505fca9f2fe","exec":["const response = pm.response.json();","pm.environment.set(\"access_token\", response.access_token)","pm.environment.set(\"refresh_token\", response.refresh_token)"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"ef92f3b3-0c19-4f64-8afe-bad7c753392e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"{{client_credentials_client_id}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text","uuid":"1295f79a-1acd-4739-a2ee-4c606c0f6707"},{"key":"scope","value":"","type":"text"},{"key":"Origin","value":"{{cors_origin}}","type":"text"}]},"url":"{{region}}.fileinvite.app/2023-02/token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","id":"99068099-e00d-4e53-aaca-05f4d5c453e9","name":"API Reference","type":"folder"}},"urlObject":{"path":["2023-02","token"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"2c246dff-364c-44ec-8fa9-ab74d92f2fd7","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"refresh_token\",\n    \"refresh_token\": {{refresh_token}},\n    \"client_id\": {{client_id}},\n    \"scope\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"app.fileinvite.co/2023-02/token"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Server","value":"nginx/1.23.2","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Powered-By","value":"PHP/8.1.13","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"Cache-Control","value":"no-store, private","enabled":true},{"key":"Date","value":"Mon, 12 Dec 2022 22:29:25 GMT","enabled":true},{"key":"X-RateLimit-Limit","value":"60","enabled":true},{"key":"X-RateLimit-Remaining","value":"59","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 3600,\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIzIiwianRpIjoiOGEyZDc3ZTRmM2QxOTdhODU4MDMyMjQxMmU0ZTNlYTUzYzRiM2JlNzA1MmEzODVjMGRkMmQyZWYwYjZiMTNlOTk4Y2Y4M2UxNzE5NzgyNzUiLCJpYXQiOjE2NzA4ODQxNjQuOTYyMDc0LCJuYmYiOjE2NzA4ODQxNjQuOTYyMDgsImV4cCI6MTcwMjQyMDE2NC44NDM1NDIsInN1YiI6IjEiLCJzY29wZXMiOltdfQ.DlrzcA3hTgBA3edSKPIsbiiJn1q8h6ucGedBH7Qfg3Axf55qKdgdwSqWV3mqFOrl7UcYHGP8zZbb6g1-7IU8vQxvOAlV4AUchhRwLu_Yu3OVmtSjGvp-XqfcrRGeu9z4WmJSGcFUX9Ql8prUTBJWaTbNkT7J7idEttJgJeagNXQbkI2L45dyMyOfZxuYzoGup0T48JSSOK7_hiy4hUWdGM93rSlnZ_0ul7TveLZLkJU3iqdVlMGmCcy4EwpnCUKAot4d2qz10fZvh5F4PUDgSpQa1YGG3llHVAJokxRMou3_NiDdLNgRvi_G70CwwzU5lgbmZ2e9W9ppcimesjhnD7gZcZlfNtphlSmmN4I46qM4_ngxtGDqJQ-shcD2pvWpW577wZNews9WH4C5DEGF5TDNfXt_akaeoGkd7hHyaEG3p38vahHJAlDiWAeGWepoMAeZJeBs8RLrNjKJ3JZWDYxrEs4x3k72Tr3KRK1vrwLACVmsj9_jp1lrVmYfXP6PRknZEwxEDGrOh19iSHtq4jrT14GtsQ4cikJqhKtvEpuVL-RVKqlZ-17PmW3k5qvo3UejvTpd12sSk9sL2ATV38nZaVIl7xAPTJpqDBYHbO1pcJLTjE8svzhjUxS87vW0yLAtIqztnNlxCfd9EixrN2p1L8LzA4zeXQgbVn5401Q\",\n    \"refresh_token\": \"def50200f18d4b8388081719ec7928c3e48f82af96bd31511029f4d9ef039e2fadc245f912000da370d4d2205f636bdd1283c33ed715bcfaba168221c7d2e1ee6f9936e691beac833742eb097409923d75844c633f91bdbfd52de25e9567d1613c744edf83199cf4772fce086219868f26e229fe497450b6a5b2ad396ea3a4611912fe5788902e880193bde81d1c1439cbdd95a4dfccb2de4652bb65f3e77b1677bb178c1c323b286d3222c9c0182c04b374469fa0f14c88847f0ba3334c8940bc5209a55a1e0aa3d0d83e893b9a4ae403c292fb93e896628dcd2f5da180ab31a22c9220096dee438ee154c9ebafecf37bc7d68602a55848a6bd89bef5b2e3c22f0adb545ec3f374ae07c526e2a5869e99b267722f7fec30ce7473b955e52b895efe3b716347c3b62d87c260f19140cdf6cd5a57f1b780b872a64ae590b62c798f5df1a5b4159baaf68a5afaf754c6be0bac2293701a71475c80a17a7692731761\"\n}"}],"_postman_id":"ef92f3b3-0c19-4f64-8afe-bad7c753392e"}],"id":"ae88ec7e-5ad5-41b6-b8be-e62caff73c95","_postman_id":"ae88ec7e-5ad5-41b6-b8be-e62caff73c95","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","id":"99068099-e00d-4e53-aaca-05f4d5c453e9","name":"API Reference","type":"folder"}}},{"name":"Contacts","item":[{"name":"Import Contacts","event":[{"listen":"test","script":{"id":"faf71a44-b388-433f-8a16-6359b4b3c3c3","exec":["const response = pm.response.json();","pm.environment.set(\"contact_id\", response.data.contact.id);"],"type":"text/javascript","packages":{}}}],"id":"f092f42d-27da-48e8-b642-531ba2c6415b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"{{organisation_id}}"},{"key":"account-id","value":"{{account_id}}"}],"body":{"mode":"raw","raw":"{\n    \"file\": \"<asda>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/contacts/import","description":"<h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td>string</td>\n<td>required</td>\n<td>Max 150 characters.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n<td>required</td>\n<td>Max 150 characters.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>required</td>\n<td>Max 150 characters.  <br />  <br />Must be a valid email address.  <br />  <br />Email does not already exist in the account (Note: Can exist in another account within the organisation).</td>\n</tr>\n<tr>\n<td>number</td>\n<td>string</td>\n<td>optional</td>\n<td>Max 15 characters  <br />Should be a valid phone number.  <br />  <br />Should be a Mobile Number (Not a landline).</td>\n</tr>\n<tr>\n<td>country_number_code</td>\n<td>string</td>\n<td>optional (If the number exists)</td>\n<td>Must be a valid country code.</td>\n</tr>\n<tr>\n<td>country_iso2_code</td>\n<td>string</td>\n<td>optional (If the number exists)</td>\n<td>Must be a valid country iso code.  <br />  <br />Example: AU, NZ, PH, US</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","contacts","import"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"76810592-0cfd-44b2-8e45-6391f1d6a228","name":"201 Created - Contact added","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"stZGMPZ5ZX"},{"key":"organisation-id","value":"stZGMPZ5ZX"}],"body":{"mode":"raw","raw":"{\n    \"file\": \"<filename>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/contacts/import"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Your csv file was imported successfully.\"\n}"},{"id":"5f6dee85-2f55-4298-800e-19655513bf1d","name":"422 Unprocessable Entity - Fields validation errors","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"stZGMPZ5ZX"},{"key":"organisation-id","value":"stZGMPZ5ZX"}],"url":"{{region}}.fileinvite.app/2023-02/contacts/import"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The file field is required.\",\n    \"errors\": {\n        \"file\": [\n            \"The file field is required.\"\n        ]\n    }\n}"},{"id":"6b20a84e-65c9-4487-b002-f07128e3f4db","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"00000000-0000-0000-000000000000","type":"text"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"file\": \"<file>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/contacts/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Something went wrong. Please try again. If the problem continue to persist, contact us.\"\n}"}],"_postman_id":"f092f42d-27da-48e8-b642-531ba2c6415b"},{"name":"Update Contact","id":"e32da8ce-b469-44ba-8c84-76a704dce340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"{{organisation_id}}"},{"key":"account-id","value":"{{account_id}}"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Delmer\",\n    \"last_name\": \"Lemke\",\n    \"email\": \"{{username}}+78ff29a9-1f3a-4583-b749-ad72020f27c6@fileinvite.com\",\n    \"phone\": {\n        \"country_number_code\": \"{{phone.country_number_code}}\",\n        \"number\": \"{{phone.number}}\",\n        \"country_iso2_code\": \"{{phone.country_iso2_code}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/contacts/{{contact_id}}","description":"<h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td>string</td>\n<td>required</td>\n<td>Max 150 characters.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n<td>required</td>\n<td>Max 150 characters.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>required</td>\n<td>Max 150 characters.  <br />  <br />Must be a valid email address.  <br />  <br />Email does not already exist in the account (Note: Can exist in another account within the organisation).</td>\n</tr>\n<tr>\n<td>number</td>\n<td>string</td>\n<td>optional</td>\n<td>Max 15 characters  <br />Should be a valid phone number.  <br />  <br />Should be a Mobile Number (Not a landline).</td>\n</tr>\n<tr>\n<td>country_number_code</td>\n<td>string</td>\n<td>optional (If the number exists)</td>\n<td>Must be a valid country code.</td>\n</tr>\n<tr>\n<td>country_iso2_code</td>\n<td>string</td>\n<td>optional (If the number exists)</td>\n<td>Must be a valid country iso code.  <br />  <br />Example: AU, NZ, PH, US</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","contacts","{{contact_id}}"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"b1825f5c-e9d5-4718-80ee-16e447b16405","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"{{organisation_id}}"},{"key":"account-id","value":"{{account_id}}"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Clara\",\n    \"last_name\": \"Becker\",\n    \"email\": \"{{username}}+3c244142-ddfb-4da1-9259-c870db1be46f@fileinvite.com\",\n    \"phone\": {\n        \"country_number_code\": \"{{phone.country_number_code}}\",\n        \"number\": \"{{phone.number}}\",\n        \"country_iso2_code\": \"{{phone.country_iso2_code}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/contacts/{{contact_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"contact\": {\n            \"id\": \"9dd2c69d-06d1-4fb8-84f2-cc9d6214f973\",\n            \"first_name\": \"Travis\",\n            \"last_name\": \"Schimmel\",\n            \"email\": \"l.machado+11ae1331-cf00-4a6b-8404-79d7b2e2c2ae@fileinvite.com\",\n            \"phone\": {\n                \"id\": \"304a4a29-ea5e-4278-a0b6-1da411717ac8\",\n                \"number\": \"123456789\",\n                \"country_number_code\": \"+64\",\n                \"country_iso2_code\": \"NZ\"\n            },\n            \"created_at\": \"2024-01-19T08:26:18+11:00\"\n        }\n    },\n    \"message\": \"Record has been updated.\"\n}"},{"id":"e37e6342-8381-471b-ba06-076f6068005f","name":"422 Unprocessable Content","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"{{organisation_id}}"},{"key":"account-id","value":"{{account_id}}"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Kamren\",\n    \"last_name\": \"McLaughlin\",\n    \"phone\": {\n        \"number\": \"{{phone.number}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/contacts/{{contact_id}}"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The email field is required. (and 2 more errors)\",\n    \"errors\": {\n        \"email\": [\n            \"The email field is required.\"\n        ],\n        \"phone.country_number_code\": [\n            \"The phone.country number code field is required.\"\n        ],\n        \"phone.country_iso2_code\": [\n            \"The phone.country iso2 code field is required.\"\n        ]\n    }\n}"},{"id":"82fa9fa9-9d31-49ac-9846-0e85a32eacbf","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"{{organisation_id}}"},{"key":"account-id","value":"{{account_id}}"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Elias\",\n    \"last_name\": \"Boehm\",\n    \"email\": \"{{username}}+237f8edc-5858-417c-815f-6e4e39cddd9a@fileinvite.com\",\n    \"phone\": {\n        \"country_number_code\": \"{{phone.country_number_code}}\",\n        \"number\": \"{{phone.number}}\",\n        \"country_iso2_code\": \"{{phone.country_iso2_code}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/contacts/{{contact_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"7be01dac-e39d-4985-80bb-30b9b3094f34","name":"500 Internal Server Error","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"00000000-0000-0000-000000000000"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"john.doe@fileinvite.com\",    \n    \"phone\": {\n        \"country_number_code\": \"+64\",\n        \"number\": \"972-3040\",\n        \"country_iso2_code\": \"NZ\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/contacts/{{contact_id}}"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Something went wrong. Please try again. If the problem continue to persist, contact us.\"\n}"}],"_postman_id":"e32da8ce-b469-44ba-8c84-76a704dce340"},{"name":"Delete Contact","id":"66b75b4c-a83f-4377-966f-509e419d2d83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"contacts\" : [\"{{contact_id}}\"]\n}"},"url":"{{region}}.fileinvite.app/2023-02/contacts","description":"<h3 id=\"url-parameters\"><strong>URL Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>required</td>\n<td>The entity to which the file will be associated.  <br />  <br />At the moment, the allowed value is request.</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>string</td>\n<td>optional</td>\n<td>UUID of the type resource.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>files</td>\n<td>array</td>\n<td>required</td>\n<td>Associated with the type that the file belongs to  <br />  <br />Supports an array of file objects.  <br />  <br />There should be at least 1 file.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","contacts"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"3dd28b51-55e2-430c-9e39-c4ea74e9a734","name":"200 OK - Contacts removed","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000"},{"key":"account-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{\n    \"contacts\" : [\"00000000-0000-0000-000000000000\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Multiple record has been deleted.\"\n}"},{"id":"585bdb74-9342-49e6-9576-fdd237568c20","name":"401 Unauthorized - No access token","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"files\" : [\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/files/{{fileable_type}}/{{fileable_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"5257b131-2a47-4baf-80bb-6d7ad553653c","name":"422 Unprocessable Entity - Field validation errors","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"00000000-0000-0000-000000000000"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{\n    \"contacts\" : [\"00000000-0000-0000-000000000000\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/contacts"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The selected contacts.0 is invalid.\",\n    \"errors\": {\n        \"files.0.id\": [\n            \"The selected contacts.0 is invalid.\"\n        ]\n    }\n}"}],"_postman_id":"66b75b4c-a83f-4377-966f-509e419d2d83"},{"name":"Add Contact","event":[{"listen":"test","script":{"id":"faf71a44-b388-433f-8a16-6359b4b3c3c3","exec":["const response = pm.response.json();","pm.environment.set(\"contact_id\", response.data.contact.id);"],"type":"text/javascript","packages":{}}}],"id":"47ed50ff-450e-468f-a94c-882491cf7532","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"{{organisation_id}}"},{"key":"account-id","value":"{{account_id}}"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Verona\",\n    \"last_name\": \"Bogisich\",\n    \"email\": \"{{username}}+75269384-3eac-4e4c-871a-4e38623ae955@fileinvite.com\",\n    \"phone\": {\n        \"country_number_code\": \"{{phone.country_number_code}}\",\n        \"number\": \"{{phone.number}}\",\n        \"country_iso2_code\": \"{{phone.country_iso2_code}}\"\n    },\n    \"company\": \"\",\n    \"position\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/contacts","description":"<h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>first_name</td>\n<td>string</td>\n<td>required</td>\n<td>Max 150 characters.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n<td>required</td>\n<td>Max 150 characters.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>required</td>\n<td>Max 150 characters.  <br />  <br />Must be a valid email address.  <br />  <br />Email does not already exist in the account (Note: Can exist in another account within the organisation).</td>\n</tr>\n<tr>\n<td>number</td>\n<td>string</td>\n<td>optional</td>\n<td>Max 15 characters  <br />Should be a valid phone number.  <br />  <br />Should be a Mobile Number (Not a landline).</td>\n</tr>\n<tr>\n<td>country_number_code</td>\n<td>string</td>\n<td>optional (If the number exists)</td>\n<td>Must be a valid country code.</td>\n</tr>\n<tr>\n<td>country_iso2_code</td>\n<td>string</td>\n<td>optional (If the number exists)</td>\n<td>Must be a valid country iso code.  <br />  <br />Example: AU, NZ, PH, US</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","contacts"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"47a7f6d5-a3a8-4714-b7c5-ad5536c3dc00","name":"201 Created - Contact added","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"stZGMPZ5ZX"},{"key":"organisation-id","value":"stZGMPZ5ZX"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"john.doe@fileinvite.com\",    \n    \"phone\": {\n        \"country_number_code\": \"+64\",\n        \"number\": \"9723040\",\n        \"country_iso2_code\": \"NZ\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/contacts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"contact\": {\n            \"id\": \"00000000-0000-0000-000000000000\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"email\": \"john.doe@fileinvite.com\",\n            \"phone\": {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"number\": \"9723040\",\n                \"country_number_code\": \"+64\",\n                \"country_iso2_code\": \"NZ\"\n            },\n            \"created_at\": \"2023-02-13T05:50:46+00:00\"\n        }\n    }\n}"},{"id":"1eb94c6d-bfa1-4e64-bda8-7df73183c55e","name":"422 Unprocessable Entity - Fields validation errors","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"stZGMPZ5ZX"},{"key":"organisation-id","value":"stZGMPZ5ZX"}],"url":"{{region}}.fileinvite.app/2023-02/contacts"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The first name field is required. (and 5 more errors)\",\n    \"errors\": {\n        \"first_name\": [\n            \"The first name field is required.\"\n        ],\n        \"last_name\": [\n            \"The last name must not be greater than 150 characters.\"\n        ],\n        \"email\": [\n            \"The email field is required.\"\n        ],\n        \"phone.country_number_code\": [\n            \"The phone.country number code field is required.\",\n            \"The phone.country number code is invalid.\"\n        ],\n        \"phone.country_iso2_code\": [\n            \"The phone.country iso2 code is invalid.\",\n            \"The phone.country iso2 code must not be greater than 2 characters.\"\n        ]\n    }\n}"},{"id":"207fd0a2-fdb6-465b-af61-961c40d949ef","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"00000000-0000-0000-000000000000","type":"text"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"john.doe@fileinvite.com\",    \n    \"phone\": {\n        \"country_number_code\": \"+64\",\n        \"number\": \"972-3040\",\n        \"country_iso2_code\": \"NZ\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/contacts"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Something went wrong. Please try again. If the problem continue to persist, contact us.\"\n}"}],"_postman_id":"47ed50ff-450e-468f-a94c-882491cf7532"},{"name":"List Contacts","id":"5069e43a-c415-4f81-b3ce-745daecab496","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"{{organisation_id}}"},{"key":"account-id","value":"{{account_id}}"},{"key":"Origin","value":"http://localhost:3001","type":"text"}],"url":"{{region}}.fileinvite.app/2023-02/contacts?filter[full_name]=&sort[column]=created_at&sort[order]=desc&per_page=25&page=1","description":"<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filter[full_name]</td>\n<td>string</td>\n<td>optional</td>\n<td>Filters first name or full name (The order is first name, last name).</td>\n</tr>\n<tr>\n<td>sort[column]</td>\n<td>string</td>\n<td>optional (required if the sort[order] exists)</td>\n<td>The column to be sorted.  <br />  <br />Only allow created_at value.  <br />  <br />Note: If both sort[column] and sort[order] do not exist the default sort[column] is created_at and sort[order] is desc.</td>\n</tr>\n<tr>\n<td>sort[order]</td>\n<td>string</td>\n<td>optional (required if the sort[column] exists)</td>\n<td>The direction of the sorting.  <br />  <br />Only allows asc or desc value.  <br />  <br />Note: If both sort[column] and sort[order] do not exist the default sort[column] is created_at and sort[order] is desc.</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>integer</td>\n<td>optional</td>\n<td>The number of items returned on the page.  <br />  <br />Allowed values 10, 25, 50, 100.  <br />  <br />If not set, the default value will be 25.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>optional</td>\n<td>The page number to return.  <br />  <br />The default is 1.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","contacts"],"host":["{{region}}.fileinvite.app"],"query":[{"key":"filter[full_name]","value":""},{"key":"sort[column]","value":"created_at"},{"key":"sort[order]","value":"desc"},{"key":"per_page","value":"25"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"37eb93a9-df57-4467-8e04-58e9ea30c8b8","name":"200 OK - Complete list of contacts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"stZGMPZ5ZX"},{"key":"account-id","value":"stZGMPZ5ZX"}],"url":{"raw":"app.fileinvite.co/2023-02/contacts?filter[full_name]=&sort[column]=created_at&sort[order]=desc&per_page=25&page=1","host":["app","fileinvite","co"],"path":["2023-02","contacts"],"query":[{"key":"filter[full_name]","value":""},{"key":"sort[column]","value":"created_at"},{"key":"sort[order]","value":"desc"},{"key":"per_page","value":"25"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"contacts\": [\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Freeman\",\n                \"email\": \"jfreeman@djpich.com\",\n                \"phone\": {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"number\": \"33719747\",\n                    \"country_number_code\": \"+64\",\n                    \"country_iso2_code\": \"NZ\"\n                },\n                \"created_at\": \"2023-02-13T05:50:46+00:00\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"first_name\": \"Kelly\",\n                \"last_name\": \"Burke\",\n                \"email\": \"kburke@coges64662@fitzola.com\",\n                \"phone\": {\n                    \"id\": \"364785c893d2-6f059507-ae98-4a42-b3f2\",\n                    \"number\": \"34854046\",\n                    \"country_number_code\": \"+64\",\n                    \"country_iso2_code\": \"NZ\"\n                },\n                \"created_at\": \"2023-02-13T05:50:46+00:00\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Atkinson\",\n                \"email\": \"jatkinson@dogemn.com\",\n                \"phone\": {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"number\": \"33030933\",\n                    \"country_number_code\": \"+64\",\n                    \"country_iso2_code\": \"NZ\"\n                },\n                \"created_at\": \"2023-02-13T05:50:46+00:00\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"first_name\": \"Pat\",\n                \"last_name\": \"Andersen\",\n                \"email\": \"pandersen@gam1fy.com\",\n                \"phone\": {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"number\": \"38319895\",\n                    \"country_number_code\": \"+64\",\n                    \"country_iso2_code\": \"NZ\"\n                },\n                \"created_at\": \"2023-02-13T05:50:46+00:00\"\n            }\n        ]\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/contacts?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/contacts\",\n        \"per_page\": 25,\n        \"to\": 4\n    },\n    \"message\": \"Contact(s) retrieved successfully.\"\n}"},{"id":"e697ef56-4678-42d2-8acf-1eb11b8e5333","name":"200 OK - Filter first name or full name with contacts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"stZGMPZ5ZX"},{"key":"account-id","value":"stZGMPZ5ZX"}],"url":{"raw":"{{region}}.fileinvite.app/2023-02/contacts?filter[full_name]=John&sort[column]=created_at&sort[order]=desc&per_page=25&page=1","host":["{{region}}.fileinvite.app"],"path":["2023-02","contacts"],"query":[{"key":"filter[full_name]","value":"John"},{"key":"sort[column]","value":"created_at"},{"key":"sort[order]","value":"desc"},{"key":"per_page","value":"25"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"contacts\": [\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Freeman\",\n                \"email\": \"jfreeman@djpich.com\",\n                \"phone\": {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"number\": \"33719747\",\n                    \"country_number_code\": \"+64\",\n                    \"country_iso2_code\": \"NZ\"\n                },\n                \"created_at\": \"2023-02-13T05:50:46+00:00\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Atkinson\",\n                \"email\": \"jatkinson@dogemn.com\",\n                \"phone\": {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"number\": \"33030933\",\n                    \"country_number_code\": \"+64\",\n                    \"country_iso2_code\": \"NZ\"\n                },\n                \"created_at\": \"2023-02-13T05:50:46+00:00\"\n            }\n        ]\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/contacts?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/contacts\",\n        \"per_page\": 25,\n        \"to\": 2\n    },\n    \"message\": \"Contact(s) retrieved successfully.\"\n}"},{"id":"60416fdf-54d3-479d-b6cf-d55bdd1cb46e","name":"200 OK - Empty list of contacts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"stZGMPZ5ZX"},{"key":"account-id","value":"stZGMPZ5ZX"}],"url":{"raw":"{{region}}.fileinvite.app/2023-02/contacts?filter[full_name]=&sort[column]=created_at&sort[order]=desc&per_page=25&page=1","host":["{{region}}.fileinvite.app"],"path":["2023-02","contacts"],"query":[{"key":"filter[full_name]","value":""},{"key":"sort[column]","value":"created_at"},{"key":"sort[order]","value":"desc"},{"key":"per_page","value":"25"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"contacts\": []\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/contacts?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": null,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/contacts\",\n        \"per_page\": 25,\n        \"to\": null\n    },\n    \"message\": \"No contact(s) found.\"\n}"},{"id":"8f92f79f-76e3-46e3-a335-39450fffc727","name":"200 OK - Filter first name or full name without contacts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"stZGMPZ5ZX"},{"key":"account-id","value":"stZGMPZ5ZX"}],"url":{"raw":"{{region}}.fileinvite.app/2023-02/contacts?filter[full_name]=John&sort[column]=created_at&sort[order]=desc&per_page=25&page=1","host":["{{region}}.fileinvite.app"],"path":["2023-02","contacts"],"query":[{"key":"filter[full_name]","value":"John"},{"key":"sort[column]","value":"created_at"},{"key":"sort[order]","value":"desc"},{"key":"per_page","value":"25"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"contacts\": []\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/contacts?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": null,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/contacts\",\n        \"per_page\": 25,\n        \"to\": null\n    },\n    \"message\": \"No contact(s) found.\"\n}"},{"id":"313aa4b3-92b3-4e9b-ac1b-3911fa2e5c2a","name":"401 Unauthorized - No access token","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{region}}.fileinvite.app/2023-02/contacts?filter[full_name]=John&sort[column]=created_at&sort[order]=desc&per_page=10&page=1","host":["{{region}}.fileinvite.app"],"path":["2023-02","contacts"],"query":[{"key":"filter[full_name]","value":"John"},{"key":"sort[column]","value":"created_at"},{"key":"sort[order]","value":"desc"},{"key":"per_page","value":"10"},{"key":"page","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}],"_postman_id":"5069e43a-c415-4f81-b3ce-745daecab496"},{"name":"Get Contact","id":"42c63a4a-6ff5-474c-ac5b-cc881c3d6139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/contacts/{{contact_id}}","description":"<h3 id=\"url-parameters\">URL Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_uuid</td>\n<td></td>\n<td>required</td>\n<td>UUID of the contact.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","contacts","{{contact_id}}"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"d05e4aec-8171-4e36-a683-2b55cde7c1c3","name":"200 OK - Invite retrieved","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/contacts/{{contact_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contact\": {\n      \"id\": \"5ddf24a7-94cf-4f78-a4d8-4ef218f76b37\",\n      \"first_name\": \"Dimitri\",\n      \"last_name\": \"Rogahn\",\n      \"email\": \"langosh.karelle@gmail.com\",\n      \"company\": null,\n      \"position\": null,\n      \"phone\": null,\n      \"invites_count\": 0,\n      \"creator\": {\n        \"id\": \"8f9b0a22-c111-41cd-bcb2-81036c64977c\",\n        \"first_name\": \"Sunny\",\n        \"last_name\": \"Quitzon\",\n        \"email\": \"wyman.mills@hotmail.com\",\n        \"avatar_url\": null,\n        \"created_at\": \"2024-10-03T16:54:52+13:00\",\n        \"last_login_at\": null\n      },\n      \"created_at\": \"2024-10-03T16:54:52+13:00\",\n      \"completed_at\": null\n    }\n  },\n  \"message\": \"Records retrieved successfully.\"\n}"},{"id":"a48dd6a4-14e4-4954-8e2a-ebd754390754","name":"401 Unauthorized - No access token","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{region}}.fileinvite.app/2023-02/contacts/{{contact_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"bca48e5b-9f3b-4752-8b24-5283cf78517b","name":"403 Forbidden - No organisation-id header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"}],"url":"app.fileinvite.co/2023-02/contacts/{{contact_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - organization-id\"\n}"},{"id":"684a2832-3806-4279-beee-f1d9ceb50843","name":"404 Not Found - Invalid invite ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Resource not found.\"\n}"}],"_postman_id":"42c63a4a-6ff5-474c-ac5b-cc881c3d6139"}],"id":"9c0916b7-a2cf-4967-aeef-3b45bc026b9f","_postman_id":"9c0916b7-a2cf-4967-aeef-3b45bc026b9f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","id":"99068099-e00d-4e53-aaca-05f4d5c453e9","name":"API Reference","type":"folder"}}},{"name":"Invites","item":[{"name":"Requests","item":[{"name":"Create Invite Request","event":[{"listen":"test","script":{"id":"4ebcbb34-d69d-4a60-9e8c-df026f1b15ef","exec":["const response = pm.response.json();","pm.environment.set(\"request_id\", response.data.request.id);"],"type":"text/javascript","packages":{}}}],"id":"2a518bbe-a200-47bf-8b11-4cf99e89e469","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"a blanditiis dolores\",\n    \"description\": \"Sit consequatur commodi animi. Nihil explicabo a quae quam iste. Possimus eveniet ea corporis.\",\n    \"type\": \"file-upload\",\n    \"pdf_redactions\": []\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests","description":"<h3 id=\"url-parameters\">URL Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>invite_id</td>\n<td>string</td>\n<td>required</td>\n<td>Valid invite uuid</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>required</td>\n<td>Max 150 characters.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>order</td>\n<td>string</td>\n<td>required</td>\n<td>Order of the request.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>required</td>\n<td>Type of request.</td>\n</tr>\n<tr>\n<td>pdf_redactions</td>\n<td>array</td>\n<td>optional</td>\n<td>Valid pdf redaction uuid</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}","requests"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"99ca888d-4469-4a33-99b1-9a6cb76691ea","name":"201 Created - Invite request created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"stZGMPZ5ZX"},{"key":"organisation-id","value":"stZGMPZ5ZX"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Test Invite\",\n    \"description\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.\",\n    \"type\": \"file-upload\"\n}","options":{"raw":{"language":"json"}}},"url":"app.fileinvite.co/2023-02/invites/00000000-0000-0000-000000000000/requests"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"request\": {\n            \"id\": \"00000000-0000-0000-000000000000\",\n            \"title\": \"Test Invite\",\n            \"description\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.\",\n            \"type\": \"file-upload\",\n            \"order\": 1,\n            \"status\": \"draft\",\n            \"pdf_redactions\": [\n                {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"name\": \"SSN redaction (US)\",\n                    \"created_at\": \"2024-01-31T09:09:03+11:00\"\n                }\n            ],\n            \"created_at\": \"2023-02-13T05:50:46+00:00\"\n        }\n    }\n}"},{"id":"30ff6fed-c91a-45c4-9de0-45b524b8a41e","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"\",\n    \"description\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.\",\n    \"type\": \"file-upload\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/00000000-0000-0000-000000000000/requests"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - organization-id\"\n}"},{"id":"7fbf9451-a2bc-4d09-a12f-4c128456add6","name":"422 Unprocessable Entity - Field validation errors","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"stZGMPZ5ZX"},{"key":"organisation-id","value":"stZGMPZ5ZX"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"\",\n    \"description\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.\",\n    \"type\": \"file-upload\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/00000000-0000-0000-000000000000/requests"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The title field is required. (and 1 more errors)\",\n    \"errors\": {\n        \"title\": [\n            \"The title field is required.\"\n        ]\n    }\n}"}],"_postman_id":"2a518bbe-a200-47bf-8b11-4cf99e89e469"},{"name":"Delete Invite Request","id":"1b966342-b9d4-47cd-9916-20fd16382a5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"id\": \"{{request_id}}\"\n        }\n    ]\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>invite_ids</td>\n<td>string</td>\n<td>required</td>\n<td>Invite UUIDs to be deleted</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>required</td>\n<td>Type of reques</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}","requests"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"2563acf1-f3d5-4c75-916c-2ce0aa9e1655","name":"200 OK - Invite request deleted","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"stZGMPZ5ZX"},{"key":"organisation-id","value":"stZGMPZ5ZX"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        },\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites//{{invite_id}}/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Record has been deleted.\"\n}"},{"id":"7e0c5851-f580-4d85-92d2-1bc8547f0bf0","name":"403 Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        },\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites//{{invite_id}}/requests"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - organization-id\"\n}"},{"id":"51c38d48-279c-4f31-87ca-abf1b618f75c","name":"422 Unprocessable Entity - Field validation errors","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"00000000-0000-0000-000000000000"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites//{{invite_id}}/requests"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The selected requests.0.id is invalid.\",\n    \"errors\": {\n        \"requests.0.id\": [\n            \"The selected requests.0.id is invalid.\"\n        ]\n    }\n}"},{"id":"b83404d4-df63-416d-98d3-30077284a8ea","name":"422 Unprocessable Entity - Empty","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"00000000-0000-0000-000000000000"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites//{{invite_id}}/requests"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requests field is required.\",\n    \"errors\": {\n        \"requests\": [\n            \"The requests field is required.\"\n        ]\n    }\n}"}],"_postman_id":"1b966342-b9d4-47cd-9916-20fd16382a5e"},{"name":"Get Invite Requests","id":"3f94961a-445f-4611-8ae5-f2219c333b3c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests?filter[exclude_follow_up_requests]=1","urlObject":{"path":["2023-02","invites","{{invite_id}}","requests"],"host":["{{region}}.fileinvite.app"],"query":[{"key":"filter[exclude_follow_up_requests]","value":"1"}],"variable":[]}},"response":[{"id":"2f3e9327-3815-4408-8dcc-e50c05b8e9ee","name":"200 OK - Without a file","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"requests\": [\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"title\": \"illum sed rerum\",\n                \"description\": \"asd\",\n                \"type\": \"file-upload\",\n                \"order\": 12,\n                \"status\": \"draft\",\n                \"meta\": \"{}\",\n                \"pdf_redactions\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"name\": \"SSN redaction (US)\",\n                        \"created_at\": \"2024-01-31T09:09:03+11:00\"\n                    }\n                ],\n                \"creator\": {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"first_name\": null,\n                    \"last_name\": null,\n                    \"email\": \"john.doe2@fileinvite.com\",\n                    \"region\": \"AU\",\n                    \"avatar_url\": \"{{s3_endpoint}}/ap-southeast-2.api.gen2.co/users/e39f263b-cf0b-4eba-a2e7-890fb1a71b4e/uploads/j3uLHJsPEJsJVIrxYUHh7uyt9FzFB6GbFMMXpZvO.jpg\"\n                },\n                \"contacts\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000001\",\n                        \"first_name\": \"John\",\n                        \"last_name\": \"Freeman\",\n                        \"email\": \"jfreeman@fileinvite.com\",\n                        \"status\": \"draft\",\n                        \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-000000000002\",\n                        \"first_name\": \"Joe\",\n                        \"last_name\": \"Mango\",\n                        \"email\": \"jmango@fileinvite.com\",\n                        \"status\": \"draft\",\n                        \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                    }\n                ],\n                \"files\": [],\n                \"created_at\": \"2023-06-08T23:47:28+00:00\"\n            }\n        ]\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests\",\n        \"per_page\": 15,\n        \"to\": 10\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"},{"id":"8b653f49-d3f8-40f7-b33c-966e2bbbdc38","name":"200 OK - With files","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"requests\": [\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"title\": \"abcd\",\n                \"description\": \"aa\",\n                \"type\": \"file-upload\",\n                \"order\": 3,\n                \"status\": \"progressing\",\n                \"meta\": \"{}\",\n                \"pdf_redactions\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"name\": \"SSN redaction (US)\",\n                        \"created_at\": \"2024-01-31T09:09:03+11:00\"\n                    }\n                ],\n                \"creator\": {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"first_name\": null,\n                    \"last_name\": null,\n                    \"email\": \"john.doe2@fileinvite.com\",\n                    \"region\": \"AU\",\n                    \"avatar_url\": \"{{s3_endpoint}}/ap-southeast-2.api.gen2.co/users/e39f263b-cf0b-4eba-a2e7-890fb1a71b4e/uploads/j3uLHJsPEJsJVIrxYUHh7uyt9FzFB6GbFMMXpZvO.jpg\"\n                },\n                \"contacts\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000001\",\n                        \"first_name\": \"Kelly\",\n                        \"last_name\": \"Burke\",\n                        \"email\": \"kburke@coges64662@fitzola.com\",\n                        \"status\": \"progressing\",\n                        \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-000000000002\",\n                        \"first_name\": \"Joe\",\n                        \"last_name\": \"Mango\",\n                        \"email\": \"jmango@fileinvite.com\",\n                        \"status\": \"draft\",\n                        \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                    }\n                ],\n                \"files\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"original_name\": \"suscipit-quidem-maxime.pdf\",\n                        \"mime_type\": \"application/pdf\",\n                        \"creator\": {\n                            \"id\": \"00000000-0000-0000-000000000000\",\n                            \"first_name\": \"John\",\n                            \"last_name\": \"Freeman\",\n                            \"email\": \"jfreeman@djpich.com\",\n                            \"type\": \"user\"\n                        },\n                        \"created_at\": \"2023-06-09T02:54:34+00:00\"\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"original_name\": \"alias-voluptatem-voluptas.pdf\",\n                        \"mime_type\": \"application/pdf\",\n                        \"creator\": {\n                            \"id\": \"00000000-0000-0000-000000000000\",\n                            \"first_name\": \"Kelly\",\n                            \"last_name\": \"Burke\",\n                            \"email\": \"kburke@coges64662@fitzola.com\",\n                            \"type\": \"contact\"\n                        },\n                        \"created_at\": \"2023-06-09T02:54:37+00:00\"\n                    }\n                ],\n                \"created_at\": \"2023-05-24T06:58:04+00:00\"\n            }\n        ]\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests\",\n        \"per_page\": 15,\n        \"to\": 10\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"},{"id":"14aba209-9c39-424a-8053-040aab0ec32a","name":"200 OK - With Live Forms","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"requests\": [\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"title\": \"abcd\",\n                \"description\": \"aa\",\n                \"type\": \"live-form\",\n                \"order\": 3,\n                \"status\": \"progressing\",\n                \"meta\": \"{}\",\n                \"pdf_redactions\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"name\": \"SSN redaction (US)\",\n                        \"created_at\": \"2024-01-31T09:09:03+11:00\"\n                    }\n                ],\n                \"creator\": {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"first_name\": null,\n                    \"last_name\": null,\n                    \"email\": \"john.doe2@fileinvite.com\",\n                    \"region\": \"AU\",\n                    \"avatar_url\": \"{{s3_endpoint}}/ap-southeast-2.api.gen2.co/users/e39f263b-cf0b-4eba-a2e7-890fb1a71b4e/uploads/j3uLHJsPEJsJVIrxYUHh7uyt9FzFB6GbFMMXpZvO.jpg\"\n                },\n                \"contacts\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000001\",\n                        \"first_name\": \"Kelly\",\n                        \"last_name\": \"Burke\",\n                        \"email\": \"kburke@coges64662@fitzola.com\",\n                        \"status\": \"progressing\",\n                        \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                    }\n                ],\n                \"files\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"original_name\": \"suscipit-quidem-maxime.pdf\",\n                        \"mime_type\": \"application/pdf\",\n                        \"creator\": {\n                            \"id\": \"00000000-0000-0000-000000000000\",\n                            \"first_name\": \"John\",\n                            \"last_name\": \"Freeman\",\n                            \"email\": \"jfreeman@djpich.com\",\n                            \"type\": \"user\"\n                        },\n                        \"created_at\": \"2023-06-09T02:54:34+00:00\",\n                        \"liveform\": {\n                            \"fields\": {\n                                \"id\": \"98fad5eb-c7ed-4193-ad0a-4bad8ae5f7f1\",\n                                \"xfdf_data\": \"liveform field xfdf\",\n                                \"json_data\": \"{}\"\n                            },\n                            \"values\": [\n                                {\n                                    \"id\": \"98fad5eb-c7ed-4193-ad0a-4bad8ae5f7f2\",\n                                    \"xfdf_data\": \"liveform value xfdf\",\n                                    \"json_data\": null,\n                                    \"creator\": {\n                                        \"id\": \"6dd46ddb-ef6c-430a-8432-db22a6fb4694\",\n                                        \"first_name\": \"Carmelo\",\n                                        \"last_name\": \"Runolfsdottir\",\n                                        \"email\": \"j.doe@fileinvite.com\",\n                                        \"type\": \"contact\"\n                                    }\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"original_name\": \"alias-voluptatem-voluptas.pdf\",\n                        \"mime_type\": \"application/pdf\",\n                        \"creator\": {\n                            \"id\": \"00000000-0000-0000-000000000000\",\n                            \"first_name\": \"Kelly\",\n                            \"last_name\": \"Burke\",\n                            \"email\": \"kburke@coges64662@fitzola.com\",\n                            \"type\": \"contact\"\n                        },\n                        \"created_at\": \"2023-06-09T02:54:37+00:00\"\n                    }\n                ],\n                \"created_at\": \"2023-05-24T06:58:04+00:00\"\n            }\n        ]\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests\",\n        \"per_page\": 15,\n        \"to\": 10\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"},{"id":"85435318-8ba4-4d69-aaa7-cf522ed16ace","name":"200 OK - Request Revision","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"requests\": [\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"title\": \"abcd\",\n                \"description\": \"aa\",\n                \"type\": \"file-upload\",\n                \"order\": 3,\n                \"status\": \"progressing\",\n                \"meta\": \"{}\",\n                \"pdf_redactions\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"name\": \"SSN redaction (US)\",\n                        \"created_at\": \"2024-01-31T09:09:03+11:00\"\n                    }\n                ],\n                \"creator\": {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"first_name\": null,\n                    \"last_name\": null,\n                    \"email\": \"john.doe2@fileinvite.com\",\n                    \"region\": \"AU\",\n                    \"avatar_url\": \"{{s3_endpoint}}/ap-southeast-2.api.gen2.co/users/e39f263b-cf0b-4eba-a2e7-890fb1a71b4e/uploads/j3uLHJsPEJsJVIrxYUHh7uyt9FzFB6GbFMMXpZvO.jpg\"\n                },\n                \"contacts\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000001\",\n                        \"first_name\": \"Kelly\",\n                        \"last_name\": \"Burke\",\n                        \"email\": \"kburke@coges64662@fitzola.com\",\n                        \"status\": \"progressing\",\n                        \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-000000000002\",\n                        \"first_name\": \"Joe\",\n                        \"last_name\": \"Mango\",\n                        \"email\": \"jmango@fileinvite.com\",\n                        \"status\": \"draft\",\n                        \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                    }\n                ],\n                \"files\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"original_name\": \"suscipit-quidem-maxime.pdf\",\n                        \"mime_type\": \"application/pdf\",\n                        \"creator\": {\n                            \"id\": \"00000000-0000-0000-000000000000\",\n                            \"first_name\": \"John\",\n                            \"last_name\": \"Freeman\",\n                            \"email\": \"jfreeman@djpich.com\",\n                            \"type\": \"user\"\n                        },\n                        \"created_at\": \"2023-06-09T02:54:34+00:00\"\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"original_name\": \"alias-voluptatem-voluptas.pdf\",\n                        \"mime_type\": \"application/pdf\",\n                        \"creator\": {\n                            \"id\": \"00000000-0000-0000-000000000000\",\n                            \"first_name\": \"Kelly\",\n                            \"last_name\": \"Burke\",\n                            \"email\": \"kburke@coges64662@fitzola.com\",\n                            \"type\": \"contact\"\n                        },\n                        \"created_at\": \"2023-06-09T02:54:37+00:00\"\n                    }\n                ],\n                \"revision_notes\": [\n                    {\n                        \"message\": \"Please include a valid passport\",\n                        \"created_at\": \"2024-06-18T06:23:21+12:00\",\n                        \"user\": {\n                            \"first_name\": \"John\",\n                            \"last_name\": \"Doe\",\n                            \"email\": \"john.doe2@fileinvite.com\",\n                            \"avatar_url\": null\n                        },\n                        \"contact\": {\n                            \"first_name\": \"Karen\",\n                            \"last_name\": \"Ramsay\",\n                            \"email\": \"karen.ramsay@fileinvite.com\"\n                        }\n                    }\n                ],\n                \"created_at\": \"2023-05-24T06:58:04+00:00\"\n            }\n        ]\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests\",\n        \"per_page\": 15,\n        \"to\": 10\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"},{"id":"1e740706-d4da-4140-bb72-9fbcdd2cf7af","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - organization-id\"\n}"}],"_postman_id":"3f94961a-445f-4611-8ae5-f2219c333b3c"},{"name":"Update Invite Request","id":"5228756d-9edd-4c2f-9c92-d102bce8b6bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account_id}}","type":"text"},{"key":"organisation-id","value":"{{organisation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"natus nisi dolore\",\n    \"description\": \"Pariatur placeat natus in ducimus totam nihil a facere. Sed minima hic reiciendis quae. Voluptatem distinctio qui nobis molestiae error occaecati aut. Voluptatem aut minima sint non sed magnam aut. Debitis voluptas et voluptatem nostrum nobis laudantium sunt.\",\n    \"type\": \"written-response\",\n    \"pdf_redactions\": []\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}","description":"<h3 id=\"url-parameters\">URL Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>invite_id</td>\n<td>string</td>\n<td>required</td>\n<td>UUID of the invite.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>required</td>\n<td>UUID of the invite request.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>required</td>\n<td>Max 150 characters.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>required</td>\n<td>Type of request.</td>\n</tr>\n<tr>\n<td>pdf_redactions</td>\n<td>array</td>\n<td>optional</td>\n<td>PDF Redaction UUID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}","requests","{{request_id}}"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"8cd11147-b0b6-40e0-bc4f-1cd820fac17a","name":"200 OK - Invite request updated","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"ab culpa officiis\",\n    \"description\": \"Quis fugit exercitationem qui non sapiente perferendis nobis sed alias. Repudiandae delectus asperiores. Occaecati porro magni blanditiis cumque qui non voluptatem. Eos aut dolore inventore inventore. Libero blanditiis nobis autem.\",\n    \"type\": \"written-response\"\n}","options":{"raw":{"language":"json"}}},"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}/requests/{{request_id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"request\": {\n            \"id\": \"00000000-0000-0000-000000000000\",\n            \"title\": \"Sample upload title\",\n            \"description\": \"Sample request description\",                \n            \"type\": \"written-response\",\n            \"order\": 1,\n            \"status\": \"draft\",\n            \"pdf_redactions\": [\n                {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"name\": \"SSN redaction (US)\",\n                    \"created_at\": \"2024-01-31T09:09:03+11:00\"\n                }\n            ],\n            \"creator\": {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Freeman\",\n                \"email\": \"jfreeman@fileinvite.com\",\n                \"region\": \"AU\"\n            },\n            \"created_at\": \"2023-02-13T05:50:46+00:00\"\n        }\n    },\n    \"message\": \"Record has been updated.\"\n}"},{"id":"880d2f9f-3721-4dac-b79b-6e1ebf9b4806","name":"401 Unauthorized - No access token","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"omnis cum quod\",\n    \"description\": \"Tempore dolor iste minima earum ut architecto voluptatem consequatur natus. Non fugit cupiditate et ab doloremque.\",\n    \"type\": \"written-response\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"378a34de-e20d-4681-a70e-b92e42d8527f","name":"403 Forbidden - No organisation-id header","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"in quia provident\",\n    \"description\": \"Qui et quam ipsa iste totam asperiores labore. Esse delectus quidem ipsum dolorem molestiae quia nemo suscipit tempore. Aut omnis eos ex perspiciatis beatae. Dolor magnam ab provident ut dolorum.\",\n    \"type\": \"written-response\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - organization-id\"\n}"},{"id":"bd577828-0c98-4503-bd64-bc328c6071d2","name":"403 Forbidden - No account-id header","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organisation-id","value":"{{organisation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"rerum beatae nisi\",\n    \"description\": \"Velit nihil sit et id sunt quisquam error et reprehenderit. Et tenetur autem voluptatem qui cum sit incidunt. Accusantium eum consequatur molestiae culpa et saepe odit excepturi ut.\",\n    \"type\": \"written-response\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - account-id\"\n}"},{"id":"83daf009-2760-4953-9ed7-3ed60337fa10","name":"404 Not Found  - Invalid invite ID or request ID","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account_id}}","type":"text"},{"key":"organisation-id","value":"{{organisation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"qui odio ipsa\",\n    \"description\": \"Qui tempore mollitia vitae a dolor incidunt. Magni qui quos nostrum eveniet officia. Doloremque doloremque vel doloremque.\",\n    \"type\": \"written-response\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The resource was not found.\"\n}"},{"id":"f5ae7408-5032-49d2-b75a-5dbe23f80195","name":"422 Unprocessable Entity - Field validation errors","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account_id}}","type":"text"},{"key":"organisation-id","value":"{{organisation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"\",\n    \"description\": \"Voluptatem accusantium mollitia aliquid ea illo praesentium. Non nihil veniam. Nihil iste ut et vel optio deserunt. Alias minima molestiae libero dolores magni sed sit vel.\",\n    \"type\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The title field is required. (and 1 more error).\",\n    \"errors\": {\n        \"title\": [\n            \"The title field is required.\"\n        ]\n    }\n}"}],"_postman_id":"5228756d-9edd-4c2f-9c92-d102bce8b6bb"},{"name":"Contact Request Revision","id":"0414aa83-1415-4012-a755-6a6484d9f8b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"contact_ids\": [\n        \"{{contact_id}}\"\n    ],\n    \"message\": \"aliquid quos facere\"\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}/revision","description":"<h3 id=\"url-parameters\">URL Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>invite_id</td>\n<td>string</td>\n<td>required</td>\n<td>UUID of the invite.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>required</td>\n<td>UUID of the invite request.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_ids</td>\n<td>string</td>\n<td>required</td>\n<td>Contact UUids</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>optional</td>\n<td>Max 500 characters.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}","requests","{{request_id}}","revision"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"2c8a1fa9-c601-40fa-b727-814535450ad2","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"contact_ids\": [\n        \"00000000-0000-0000-000000000000\",\n        \"00000000-0000-0000-000000000001\"\n    ],\n    \"message\": \"Hi Karen and Joe, I am rejecting your bank statement for the following reasons\"\n}","options":{"raw":{"language":"json"}}},"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}/requests/{{request_id}}/request_revision"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"You've requested Shanelle Nicolas to revise their returned items.\"\n}"},{"id":"971c6298-7b2a-4636-9281-b04d4124bf21","name":"422 Unprocessable Entity - Field validation errors","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"contact_ids\": [\n        \"00000000-0000-0000-000000000000\"\n    ],\n    \"message\": \"Hi Karen, I am rejecting your bank statement for the following reasons...\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}/request_revision"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The message must not be greater than 500 characters. (and 1 more error)\",\n    \"errors\": {\n        \"message\": [\n            \"The message must not be greater than 500 characters.\"\n        ],\n        \"contact_ids.1\": [\n            \"The selected contact_ids.1 is invalid.\"\n        ]\n    }\n}"},{"id":"31949452-7490-4427-90ba-f68099db7c0e","name":"403 Forbidden Copy","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{\n    \"contact_ids\": [\n        \"00000000-0000-0000-000000000000\",\n        \"00000000-0000-0000-000000000001\"\n    ],\n    \"message\": \"Hi Karen and Joe, I am rejecting your bank statement for the following reasons\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites//{{invite_id}}/requests/request_revision"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - organization-id\"\n}"}],"_postman_id":"0414aa83-1415-4012-a755-6a6484d9f8b5"},{"name":"Accept Contact Request","id":"1598aebb-de55-427b-9983-5e070c656787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"contact_ids\": [\n        \"{{contact_id}}\"\n    ],\n    \"message\": \"architecto consequuntur molestiae\"\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}/accept","description":"<h3 id=\"url-parameters\">URL Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>invite_id</td>\n<td>string</td>\n<td>required</td>\n<td>UUID of the invite.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>required</td>\n<td>UUID of the invite request.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_ids</td>\n<td>string</td>\n<td>required</td>\n<td>Contact UUids</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>optional</td>\n<td>Max 500 characters.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}","requests","{{request_id}}","accept"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"4f031fbd-df14-42ef-a3cd-403aa85c9bac","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"contact_ids\": [\n        \"00000000-0000-0000-000000000000\",\n        \"00000000-0000-0000-000000000001\"\n    ],\n    \"message\": \"Hi Karen and Joe, I am rejecting your bank statement for the following reasons\"\n}","options":{"raw":{"language":"json"}}},"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}/requests/{{request_id}}/request_revision"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"The returned items of Shanelle Nicolas was accepted.\"\n}"},{"id":"a8eedf6f-38eb-4dd3-88c4-2465ac39f4d4","name":"422 Unprocessable Entity - Field validation errors","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"contact_ids\": [\n        \"00000000-0000-0000-000000000000\"\n    ],\n    \"message\": \"Hi Karen, I am rejecting your bank statement for the following reasons...\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}/request_revision"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The message must not be greater than 500 characters. (and 1 more error)\",\n    \"errors\": {\n        \"contact_ids.1\": [\n            \"The selected contact_ids.1 is invalid.\"\n        ]\n    }\n}"},{"id":"062cf649-66e7-47cd-9244-f095317a6a37","name":"403 Forbidden Copy","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{\n    \"contact_ids\": [\n        \"00000000-0000-0000-000000000000\",\n        \"00000000-0000-0000-000000000001\"\n    ],\n    \"message\": \"Hi Karen and Joe, I am rejecting your bank statement for the following reasons\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites//{{invite_id}}/requests/request_revision"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - organization-id\"\n}"}],"_postman_id":"1598aebb-de55-427b-9983-5e070c656787"},{"name":"Data extraction -  Get LiveForm Key values","id":"9367afff-c823-4caa-a004-797ff13cdc7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}/form-fields-values","urlObject":{"path":["2023-02","invites","{{invite_id}}","requests","{{request_id}}","form-fields-values"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"4a4ddb5d-ede2-47c2-a5c5-2146564af0d3","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}/form-fields-values"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 May 2025 22:56:11 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"no-referrer"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"contacts\": [\n            {\n                \"id\": \"58437086-fcc9-4919-9b27-ea1cda653b89\",\n                \"first_name\": \"Ringo\",\n                \"last_name\": \"Starr\",\n                \"email\": \"r.starr@fileinvite.com\"\n            },\n            {\n                \"id\": \"c3c01319-2e7c-45ad-8009-06faeb2362a7\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Lennon\",\n                \"email\": \"j.lennon@fileinvite.com\"\n            }\n        ],\n        \"liveform_fields\": [\n            {\n                \"id\": \"01JVTR36578GGPB7M1TP2Q1AAV\",\n                \"type\": \"TextField\"\n            },\n            {\n                \"id\": \"01JVTR36598FGZ3YFT274B4BCC\",\n                \"type\": \"signature\"\n            },\n            {\n                \"id\": \"01JVTR3659BGKTSVRJ1WF0MHM6\",\n                \"type\": \"signature\"\n            },\n            {\n                \"id\": \"01JVTR3659CJ2JHJCS8WZBJJN9\",\n                \"type\": \"ComboBox\"\n            },\n            {\n                \"id\": \"01JVTR3659V41YHDHN8J80TNFB\",\n                \"type\": \"ListBox\"\n            }\n        ],\n        \"liveform_values\": [\n            {\n                \"contact_assigned\": \"c3c01319-2e7c-45ad-8009-06faeb2362a7\",\n                \"field_id\": \"01JVTS7Z8APSQ8YK3MNZ8KF33T\",\n                \"field_type\": \"TextField\",\n                \"field_label\": \"01JVTR1FZ86KK3JX2EQX9G16QA\",\n                \"updated_at\": \"2025-05-22 01:20:42\",\n                \"01JVTR1FZ86KK3JX2EQX9G16QA\": \"5/25/2025 13:20\"\n            },\n            {\n                \"contact_assigned\": \"c3c01319-2e7c-45ad-8009-06faeb2362a7\",\n                \"field_id\": \"01JVTS7Z8BYWXJ96Q8VWRS9A9R\",\n                \"field_type\": \"ComboBox\",\n                \"field_label\": \"smc\",\n                \"updated_at\": \"2025-05-22 01:20:42\",\n                \"smc\": \"1\"\n            },\n            {\n                \"contact_assigned\": \"c3c01319-2e7c-45ad-8009-06faeb2362a7\",\n                \"field_id\": \"01JVTS7Z8BBTY4D7N1E8DX0MYK\",\n                \"field_type\": \"ListBox\",\n                \"field_label\": \"rds\",\n                \"updated_at\": \"2025-05-22 01:20:42\",\n                \"rds\": \"1\"\n            }\n        ],\n        \"type\": \"individual\",\n        \"request_status\": \"progressing\"\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"}],"_postman_id":"9367afff-c823-4caa-a004-797ff13cdc7b"}],"id":"d4f615df-72cb-4999-8d6f-119ac364ae73","_postman_id":"d4f615df-72cb-4999-8d6f-119ac364ae73","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","id":"99068099-e00d-4e53-aaca-05f4d5c453e9","name":"API Reference","type":"folder"}}},{"name":"Create Invite","item":[{"name":"Get Templates","id":"7fd414d4-b087-43bf-87dd-be9e000ce952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"{{organisation_id}}"},{"key":"account-id","value":"{{account_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/templates?sort[column]=created_at&sort[order]=desc&per_page=25&page=1","description":"<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sort[column]</td>\n<td>string</td>\n<td>optional (required if the sort[order] exists)</td>\n<td>The column to be sorted.  <br />  <br />Only allow created_at value.  <br />  <br />Note: If both sort[column] and sort[order] do not exist the default sort[column] is created_at and sort[order] is desc.</td>\n</tr>\n<tr>\n<td>sort[order]</td>\n<td>string</td>\n<td>optional (required if the sort[column] exists)</td>\n<td>The direction of the sorting.  <br />  <br />Only allows asc or desc value.  <br />  <br />Note: If both sort[column] and sort[order] do not exist the default sort[column] is created_at and sort[order] is desc.</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>integer</td>\n<td>optional</td>\n<td>The number of items returned on the page.  <br />  <br />Allowed values 10, 25, 50, 100.  <br />  <br />If not set, the default value will be 25.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>optional</td>\n<td>The page number to return.  <br />  <br />The default is 1.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","templates"],"host":["{{region}}.fileinvite.app"],"query":[{"key":"sort[column]","value":"created_at"},{"key":"sort[order]","value":"desc"},{"key":"per_page","value":"25"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"7afcdbbd-225a-4406-a1c5-05f84e87258d","name":"200 OK - Complete list of templates","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":{"raw":"{{region}}.fileinvite.app/2023-02/templates?sort[column]=created_at&sort[order]=desc&per_page=25&page=1","host":["{{region}}.fileinvite.app"],"path":["2023-02","templates"],"query":[{"key":"sort[column]","value":"created_at"},{"key":"sort[order]","value":"desc"},{"key":"per_page","value":"25"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"templates\": [\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"name\": \"Test Template\",\n                \"status\": \"active\",\n                \"created_at\": \"2023-02-13T05:50:46+00:00\"\n            }\n        ]\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/templates?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/templates\",\n        \"per_page\": 25,\n        \"to\": 4\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"},{"id":"78f692aa-0307-4fab-b549-2b0ab931157d","name":"200 OK - Empty list of templates","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":{"raw":"{{region}}.fileinvite.app/2023-02/templates?sort[column]=created_at&sort[order]=desc&per_page=25&page=1","host":["{{region}}.fileinvite.app"],"path":["2023-02","templates"],"query":[{"key":"sort[column]","value":"created_at"},{"key":"sort[order]","value":"desc"},{"key":"per_page","value":"25"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"templates\": []\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/templates?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/templates\",\n        \"per_page\": 25,\n        \"to\": 4\n    },\n    \"message\": \"No records found.\"\n}"}],"_postman_id":"7fd414d4-b087-43bf-87dd-be9e000ce952"},{"name":"Dispatch Invite","event":[{"listen":"prerequest","script":{"id":"b625712e-3e2d-4e62-9769-473824ad77e5","exec":["const moment = require('moment');","pm.environment.set(\"due_at\", moment().add(10, 'days').format('YYYY-MM-DD'));"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"7b2f3a4c-8a18-417b-955c-b4c34415f48e","exec":["const response = pm.response.json();","pm.environment.set(\"invite_id\", response.data.invite.id);"],"type":"text/javascript","packages":{}}}],"id":"c50e5f3f-fc40-4e03-b5a4-5c24fe664e65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"sapiente harum voluptas\",\n    \"due_at\": \"{{due_at}}\",\n    \"contacts\": [\n      {\n        \"first_name\": \"Aidan\",\n        \"last_name\": \"Hintz\",\n        \"email\": \"{{username}}+d6f20d82-de49-4dbc-8a40-c3ff7575088d@fileinvite.com\"\n      }\n    ],\n    \"notify\": true,\n    \"template_id\": \"{{template_id}}\"\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/dispatch","description":"<h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>due_at</td>\n<td>string</td>\n<td>required</td>\n<td>Must be a valid date format \"Y-m-d\".</td>\n</tr>\n<tr>\n<td>contacts</td>\n<td>array</td>\n<td>required</td>\n<td>Array of contacts, email, first_name and last_name required</td>\n</tr>\n<tr>\n<td>template_id</td>\n<td>string</td>\n<td>required</td>\n<td>Must be a valid UUID of a template.</td>\n</tr>\n<tr>\n<td>from_user_id</td>\n<td>string</td>\n<td>optional</td>\n<td>The assigned sender of the invite.  <br />  <br />Must be a valid UUID of a user.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","dispatch"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"614d2d1f-301d-4009-b156-020b9402d364","name":"201 Created - Invite created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"from_user_id\": \"00000000-0000-0000-000000000000\",\n    \"name\": \"Test Invite Name\",\n    \"subject\": \"Test Invite\",\n    \"message\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.\",\n    \"due_at\": \"2023–06–14T20:02:03+08:00\",\n    \"contacts\": [\n      {\n        \"id\": \"00000000-0000-0000-000000000000\"\n      },\n      {\n        \"id\": \"00000000-0000-0000-000000000000\"\n      }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gen2.co/2023-02/invites"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"invite\": {\n            \"id\": \"00000000-0000-0000-000000000000\",\n            \"name\": \"Test Invite Name\",\n            \"subject\": \"Test Invite\",\n            \"message\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.\",\n            \"status\": \"sent\",\n            \"indicator\": \"sent\",\n            \"progression_percentage\": 0,\n            \"due_at\": \"2023–02–14T01:02:03Z\",\n            \"contacts\": [\n                {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"first_name\": \"John\",\n                    \"last_name\": \"Freeman\",\n                    \"email\": \"jfreeman@djpich.com\",\n                    \"phone\": {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"number\": \"33719747\",\n                        \"country_number_code\": \"64\",\n                        \"country_iso2_code\": \"NZ\"\n                    },\n                    \"portal_url\": \"https://fileinvie.app/HI7EwQL01C/hIo7Us1YAy/portal/aaa6171d-3bc9-4802-9ddc-923a340f340a?signature=cdf1f856275e8950afff8bd8daa4903e71752403617707164eb9bb3cfd95bb1c959c6ace379e834159ca11aeba5a57e13aef92ab34b3a708cdc80280bffb09e4&region=au\",\n                    \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                }\n            ],\n            \"created_at\": \"2023-02-13T05:50:46+00:00\"\n        }\n    },\n    \"message\": \"New record has been created.\"\n}\n"},{"id":"bbdcac32-5a6b-4701-b449-505cd02643a7","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"due_at\": \"{{due_at}}\",\n    \"contacts\": [\n      {\n        \"first_name\": \"John\",\n        \"last_name\": \"Freeman\"\n      }\n    ],\n    \"template_id\": \"03f983bd-14aa-40d0-ab29-15fb8bc4e420\"\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/dispatch"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The contacts.0.email field is required.\",\n    \"errors\": {\n        \"contacts.0.email\": [\n            \"The contacts.0.email field is required.\"\n        ]\n    }\n}"},{"id":"d70418c2-c70a-4614-9bc0-00ad0426410d","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"due_at\": \"{{due_at}}\",\n    \"contacts\": [\n      {\n        \"first_name\": \"John\",\n        \"last_name\": \"Freeman\",\n        \"email\": \"j.freeman@gmail.com\"\n      }\n    ],\n    \"template_id\": \"181b4f93-a28a-43ba-b78a-73063e4291cc\"\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/dispatch"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The selected template contains a live form request with multi-type fields, which is not supported on this endpoint.\",\n    \"errors\": {\n        \"template_id\": [\n            \"The selected template contains a live form request with multi-type fields, which is not supported on this endpoint.\"\n        ]\n    }\n}"}],"_postman_id":"c50e5f3f-fc40-4e03-b5a4-5c24fe664e65"},{"name":"Get Invite","id":"7376b80e-7d3b-4027-92f7-8d9246bf3f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}","description":"<h3 id=\"url-parameters\">URL Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>invite_id</td>\n<td>string</td>\n<td>required</td>\n<td>UUID of the invite.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"4ad59159-2d4c-4858-ae10-1faefa62f379","name":"200 OK - Invite retrieved","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"invite\": {\n            \"id\": \"33e4ca23-33be-4ed1-b649-a0d6e716f463\",\n            \"subject\": \"corrupti placeat excepturi\",\n            \"message\": \"Dolor incidunt officia beatae exercitationem error nemo. Sed illo sed non ex aut molestias. Neque nemo quod ducimus et aut autem dolorum. Illum voluptas dicta reiciendis perspiciatis similique ea excepturi.\",\n            \"due_at\": \"2023-09-30T12:01:01+00:00\",\n            /**\n             * Invite status can be one of the following values\n             * \n             * draft, scheduled, sent, progressing, ready_for_review, in_review, completed, archived\n            **/            \n            \"status\": \"draft\", \n            /**\n             * Invite indicator can have one of following values\n             *\n             * draft,sent, no_progress, progressing, awaiting_review, accepted, in_review, complete, overdue, due_today\n             * archived\n             **/\n            \"indicator\": \"draft\",\n            \"progression_percentage\": 0,\n            \"almost_due_reminder\": 0,\n            \"overdue_reminder\": 0,\n            \"from_user\": {\n                \"id\": \"4d39c539-0a65-4d36-b80c-7abb51419075\",\n                \"first_name\": \"Christian\",\n                \"last_name\": \"Batz\",\n                \"email\": \"testpostman123+affa002c-20c9-4d4c-9215-5f686b424e1a@fileinvite.com\",\n                \"avatar_url\": null,\n                \"created_at\": \"2024-04-08T20:46:21+12:00\"\n            },\n            \"contacts\": [\n                {\n                    \"id\": \"839dc411-34e4-40f5-a67e-64338352fe0b\",\n                    \"first_name\": \"Gino\",\n                    \"last_name\": \"McClure\",\n                    \"email\": \"testpostman123+dffa002c-20c9-4d4c-9215-5f686b424afb@fileinvite.com\",\n                    \"phone\": {\n                        \"id\": \"400b5660-72cd-449d-8927-6bbb09065435\",\n                        \"number\": \"123456789\",\n                        \"country_number_code\": \"+64\",\n                        \"country_iso2_code\": \"NZ\"\n                    },\n                    \"portal_url\": \"https://portal.dev.file-invite.org/023f8052-bddc-4a75-8b55-3bf2078721c0/00033da3-29c3-4c58-b13a-97cb7099b5c8/portal/85b20bfa-a189-4f7a-8495-9ea0b45d6ba8?signature=70d906ed39e0735e341b81680723a8aecabf835eef643a9f1848fa7ddc8e1d85b7e5f2a7c138628817b2a9a1049185a05ddb34c7fadf216197489860729e775d&region=au\",\n                    \"created_at\": \"2023-09-19T23:16:56+00:00\"\n                }\n            ],\n            \"created_at\": \"2023-09-19T23:20:39+00:00\",\n            \"meta\": null,\n            \"last_activity_at\": \"2023-09-19T23:20:39+00:00\"\n        }\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"},{"id":"35c2e15a-5e9f-4d97-a78a-1476a4d2f2d7","name":"401 Unauthorized - No access token","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"77b4370d-e359-431c-9445-b523c5f35855","name":"403 Forbidden - No organisation-id header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"}],"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - organization-id\"\n}"},{"id":"94a50f63-0f1f-41c8-86c7-747656f4dacc","name":"403 Forbidden - No account-id header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - account-id\"\n}"},{"id":"6c878347-dafd-4b11-9fc2-b1b30993759d","name":"404 Not Found - Invalid invite ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Resource not found.\"\n}"}],"_postman_id":"7376b80e-7d3b-4027-92f7-8d9246bf3f1c"},{"name":"Dispatch Invite","event":[{"listen":"prerequest","script":{"id":"b625712e-3e2d-4e62-9769-473824ad77e5","exec":["const moment = require('moment');","pm.environment.set(\"due_at\", moment().add(10, 'days').format('YYYY-MM-DD'));"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"7b2f3a4c-8a18-417b-955c-b4c34415f48e","exec":["const response = pm.response.json();","pm.environment.set(\"invite_id\", response.data.invite.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"bb93990b-e080-47a8-a04b-272f9de16e0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer "},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"from_user_id\": \"00000000-0000-0000-000000000000\",\n    \"name\": \"Test Invite Name\",\n    \"subject\": \"Test Invite\",\n    \"message\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.\",\n    \"contacts\": [\n      {\n        \"id\": \"00000000-0000-0000-000000000000\"\n      },\n      {\n        \"id\": \"00000000-0000-0000-000000000000\"\n      }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{region}}.fileinvite.app2023-02/invites","urlObject":{"protocol":"https","path":["invites"],"host":["{{region}}.fileinvite.app2023-02"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb93990b-e080-47a8-a04b-272f9de16e0e"}],"id":"e7707311-e84e-4323-81d7-57c65e52c9ed","_postman_id":"e7707311-e84e-4323-81d7-57c65e52c9ed","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","id":"99068099-e00d-4e53-aaca-05f4d5c453e9","name":"API Reference","type":"folder"}}},{"name":"Updating an Invite","item":[{"name":"Add Contact(s) To An Invite","id":"8fd37b6d-eca0-4413-9f0c-ab659588276e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"contact_ids\": [\n        \"{{contact_id}}\"\n    ],\n    \"contact_group_ids\": [\n        {{contact_group_id}}\n    ]\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/contacts","description":"<h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contacts</td>\n<td>array</td>\n<td>required</td>\n<td>Associated with the account that the user belongs to.  <br />  <br />Supports an array of contact objects.  <br />  <br />There should be at least 1 contact.  <br />  <br />Max of 5 contacts per invite.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}","contacts"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"1693bdfd-499a-47a0-ad43-ec3d857a2726","name":"201 Created  - Contacts assigned","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000"},{"key":"account-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{\n    \"contacts\": [\n        {\n            \"id\": \"00000000-0000-0000-000000000001\"\n        },\n        {\n            \"id\": \"00000000-0000-0000-000000000002\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"app.fileinvite.co/2023-02/invites/{uuid}/contacts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"invite\": {\n            \"id\": \"00000000-0000-0000-000000000000\",\n            \"contacts\": [\n                {\n                    \"id\": \"00000000-0000-0000-000000000001\",\n                    \"first_name\": \"John\",\n                    \"last_name\": \"Freeman\",\n                    \"email\": \"jfreeman@fileinvite.com\",\n                    \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                },\n                {\n                    \"id\": \"00000000-0000-0000-000000000002\",\n                    \"first_name\": \"Joe\",\n                    \"last_name\": \"Mango\",\n                    \"email\": \"jmango@fileinvite.com\",\n                    \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                }\n            ]\n        },\n        \"message\": \"New contact has been associated.\"\n    }\n}"},{"id":"fb04c9b2-19e1-4edd-a9ba-91dde1b8fac5","name":"422 Unprocessable Entity - Max limit of contacts reached","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000"},{"key":"account-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{\n    \"contacts\": [\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        },\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        },\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        },\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        },\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        },\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{uuid}/contacts"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Maximum limit of 5 contacts per Invite. Contact Support to add more or try again with less contacts.\"\n}"},{"id":"9b4de2e2-2075-41df-bfda-523ffc42b3ce","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"contacts\": [\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        },\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{uuid}/contacts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}],"_postman_id":"8fd37b6d-eca0-4413-9f0c-ab659588276e"},{"name":"Remove Contact From An Invite","id":"4504a669-15c0-4acf-9e1c-8b737b1638a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/contacts/{{contact_id}}","description":"<h3 id=\"url-parameters\"><strong>URL Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>invite_id</td>\n<td>string</td>\n<td>required</td>\n<td>UUID of the invite of the contact to be removed.</td>\n</tr>\n<tr>\n<td>contact_id</td>\n<td>string</td>\n<td>required</td>\n<td>UUID of the contact to be removed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}","contacts","{{contact_id}}"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"d575d652-1ae7-470c-89f8-fb1face98689","name":"200 OK - Contact removed","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000"},{"key":"account-id","value":"00000000-0000-0000-000000000000"}],"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}/contacts/{{contact_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"invite\": {\n            \"id\": \"00000000-0000-0000-000000000000\",\n            \"contacts\": [\n                {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"first_name\": \"Bob\",\n                    \"last_name\": \"Doe\",\n                    \"email\": \"bob.doe@fileinvite.com\",\n                    \"created_at\": \"2023-05-22T08:51:54+00:00\"\n                }\n            ]\n        }\n    },\n    \"message\": \"Record has been deleted.\"\n}"},{"id":"690bfc5a-5322-4608-a0c8-b74dbaaa0309","name":"401 Unauthorized - No access token","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/contacts/{{contact_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}],"_postman_id":"4504a669-15c0-4acf-9e1c-8b737b1638a9"},{"name":"Update Invite Request","id":"398e2693-a974-4cef-871e-7b86c89c7a2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account_id}}","type":"text"},{"key":"organisation-id","value":"{{organisation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"est voluptatem sunt\",\n    \"description\": \"Perferendis architecto possimus aliquam. Provident occaecati molestiae quae repudiandae.\",\n    \"type\": \"written-response\",\n    \"pdf_redactions\": []\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}","description":"<h3 id=\"url-parameters\">URL Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>invite_id</td>\n<td>string</td>\n<td>required</td>\n<td>UUID of the invite.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>required</td>\n<td>UUID of the invite request.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>required</td>\n<td>Max 150 characters.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>required</td>\n<td>Type of request.</td>\n</tr>\n<tr>\n<td>pdf_redactions</td>\n<td>array</td>\n<td>optional</td>\n<td>PDF Redaction UUID</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}","requests","{{request_id}}"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"2cda88b6-9e59-46aa-9d9c-a94b15aa1579","name":"200 OK - Invite request updated","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"ab culpa officiis\",\n    \"description\": \"Quis fugit exercitationem qui non sapiente perferendis nobis sed alias. Repudiandae delectus asperiores. Occaecati porro magni blanditiis cumque qui non voluptatem. Eos aut dolore inventore inventore. Libero blanditiis nobis autem.\",\n    \"type\": \"written-response\"\n}","options":{"raw":{"language":"json"}}},"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}/requests/{{request_id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"request\": {\n            \"id\": \"00000000-0000-0000-000000000000\",\n            \"title\": \"Sample upload title\",\n            \"description\": \"Sample request description\",                \n            \"type\": \"written-response\",\n            \"order\": 1,\n            \"status\": \"draft\",\n            \"pdf_redactions\": [\n                {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"name\": \"SSN redaction (US)\",\n                    \"created_at\": \"2024-01-31T09:09:03+11:00\"\n                }\n            ],\n            \"creator\": {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Freeman\",\n                \"email\": \"jfreeman@fileinvite.com\",\n                \"region\": \"AU\"\n            },\n            \"created_at\": \"2023-02-13T05:50:46+00:00\"\n        }\n    },\n    \"message\": \"Record has been updated.\"\n}"},{"id":"847c9db1-2eb2-4b60-91ee-f9ff081299ea","name":"401 Unauthorized - No access token","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"dicta reiciendis atque\",\n    \"description\": \"Aut et voluptas recusandae. Iure nihil nostrum quam eos tempore in tempora facilis veritatis.\",\n    \"type\": \"written-response\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"56aa9f4f-daca-49b6-bb09-80cf8767ba6c","name":"403 Forbidden - No organisation-id header","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"quia et alias\",\n    \"description\": \"Consequuntur voluptas dolorem facilis ut atque sint est. Veniam quam minus. Ipsam rem perferendis veniam molestiae delectus quia. Dolores et ducimus facere voluptatum enim recusandae ea dignissimos.\",\n    \"type\": \"written-response\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - organization-id\"\n}"},{"id":"70e90190-494e-4321-be26-180346580402","name":"403 Forbidden - No account-id header","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organisation-id","value":"{{organisation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"rerum voluptatem soluta\",\n    \"description\": \"Dolorem occaecati quia et architecto quibusdam impedit. Eligendi sed sint atque. Expedita soluta sapiente quo aut voluptatibus odit voluptas itaque. Vero quis aut officia rerum eligendi aspernatur officia. Ut consequuntur ut.\",\n    \"type\": \"written-response\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - account-id\"\n}"},{"id":"83460020-3eaa-4e9e-a9d8-55452ba18ad9","name":"404 Not Found  - Invalid invite ID or request ID","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account_id}}","type":"text"},{"key":"organisation-id","value":"{{organisation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"et et nesciunt\",\n    \"description\": \"Mollitia eveniet libero facere. Veritatis in provident enim dicta quidem facilis modi. Cum error amet quia rerum hic eum. A quibusdam aut nam ut ut laudantium.\",\n    \"type\": \"written-response\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The resource was not found.\"\n}"},{"id":"80a61590-4126-4cf4-b4fb-e928c893d48d","name":"422 Unprocessable Entity - Field validation errors","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"account-id","value":"{{account_id}}","type":"text"},{"key":"organisation-id","value":"{{organisation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"\",\n    \"description\": \"Ad deserunt similique consequatur perspiciatis rem fugiat illo officia vero. Doloremque ab eos a. Illo similique ut aperiam pariatur necessitatibus sed ea eligendi. Sunt consequatur rerum quam et et.\",\n    \"type\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The title field is required. (and 1 more error).\",\n    \"errors\": {\n        \"title\": [\n            \"The title field is required.\"\n        ]\n    }\n}"}],"_postman_id":"398e2693-a974-4cef-871e-7b86c89c7a2d"},{"name":"Get Invite Requests","id":"adac5d76-3e80-4dc0-bd31-237b5b8b9b6f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests?filter[exclude_follow_up_requests]=1","urlObject":{"path":["2023-02","invites","{{invite_id}}","requests"],"host":["{{region}}.fileinvite.app"],"query":[{"key":"filter[exclude_follow_up_requests]","value":"1"}],"variable":[]}},"response":[{"id":"10349b18-56c3-4e77-b1f6-20bc2d352a6a","name":"200 OK - Without a file","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"requests\": [\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"title\": \"illum sed rerum\",\n                \"description\": \"asd\",\n                \"type\": \"file-upload\",\n                \"order\": 12,\n                /**\n                * Request status will be one of the following:\n                * draft, sent, progressing, ready_for_review, in_review, completed\n                **/\n                \"status\": \"draft\", \n                \"meta\": \"{}\",\n                \"pdf_redactions\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"name\": \"SSN redaction (US)\",\n                        \"created_at\": \"2024-01-31T09:09:03+11:00\"\n                    }\n                ],\n                \"creator\": {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"first_name\": null,\n                    \"last_name\": null,\n                    \"email\": \"john.doe2@fileinvite.com\",\n                    \"region\": \"AU\",\n                    \"avatar_url\": \"{{s3_endpoint}}/ap-southeast-2.api.gen2.co/users/e39f263b-cf0b-4eba-a2e7-890fb1a71b4e/uploads/j3uLHJsPEJsJVIrxYUHh7uyt9FzFB6GbFMMXpZvO.jpg\"\n                },\n                \"contacts\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000001\",\n                        \"first_name\": \"John\",\n                        \"last_name\": \"Freeman\",\n                        \"email\": \"jfreeman@fileinvite.com\",\n                        \"status\": \"draft\",\n                        \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-000000000002\",\n                        \"first_name\": \"Joe\",\n                        \"last_name\": \"Mango\",\n                        \"email\": \"jmango@fileinvite.com\",\n                        \"status\": \"draft\",\n                        \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                    }\n                ],\n                \"files\": [],\n                \"created_at\": \"2023-06-08T23:47:28+00:00\"\n            }\n        ]\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests\",\n        \"per_page\": 15,\n        \"to\": 10\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"},{"id":"baa5fcf8-3359-43d8-ba4d-875801973953","name":"200 OK - With files","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"requests\": [\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"title\": \"abcd\",\n                \"description\": \"aa\",\n                \"type\": \"file-upload\",\n                \"order\": 3,\n                /**\n                * Request status will be one of the following:\n                * draft, sent, progressing, ready_for_review, in_review, completed\n                **/\n                \"status\": \"progressing\",\n                \"meta\": \"{}\",\n                \"pdf_redactions\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"name\": \"SSN redaction (US)\",\n                        \"created_at\": \"2024-01-31T09:09:03+11:00\"\n                    }\n                ],\n                \"creator\": {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"first_name\": null,\n                    \"last_name\": null,\n                    \"email\": \"john.doe2@fileinvite.com\",\n                    \"region\": \"AU\",\n                    \"avatar_url\": \"{{s3_endpoint}}/ap-southeast-2.api.gen2.co/users/e39f263b-cf0b-4eba-a2e7-890fb1a71b4e/uploads/j3uLHJsPEJsJVIrxYUHh7uyt9FzFB6GbFMMXpZvO.jpg\"\n                },\n                \"contacts\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000001\",\n                        \"first_name\": \"Kelly\",\n                        \"last_name\": \"Burke\",\n                        \"email\": \"kburke@coges64662@fitzola.com\",\n                        \"status\": \"progressing\",\n                        \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-000000000002\",\n                        \"first_name\": \"Joe\",\n                        \"last_name\": \"Mango\",\n                        \"email\": \"jmango@fileinvite.com\",\n                        \"status\": \"draft\",\n                        \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                    }\n                ],\n                \"files\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"original_name\": \"suscipit-quidem-maxime.pdf\",\n                        \"mime_type\": \"application/pdf\",\n                        \"creator\": {\n                            \"id\": \"00000000-0000-0000-000000000000\",\n                            \"first_name\": \"John\",\n                            \"last_name\": \"Freeman\",\n                            \"email\": \"jfreeman@djpich.com\",\n                            \"type\": \"user\"\n                        },\n                        \"created_at\": \"2023-06-09T02:54:34+00:00\"\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"original_name\": \"alias-voluptatem-voluptas.pdf\",\n                        \"mime_type\": \"application/pdf\",\n                        \"creator\": {\n                            \"id\": \"00000000-0000-0000-000000000000\",\n                            \"first_name\": \"Kelly\",\n                            \"last_name\": \"Burke\",\n                            \"email\": \"kburke@coges64662@fitzola.com\",\n                            \"type\": \"contact\"\n                        },\n                        \"created_at\": \"2023-06-09T02:54:37+00:00\"\n                    }\n                ],\n                \"created_at\": \"2023-05-24T06:58:04+00:00\"\n            }\n        ]\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests\",\n        \"per_page\": 15,\n        \"to\": 10\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"},{"id":"ed19ded1-099f-44e6-a42b-7cb71148dde0","name":"200 OK - With Live Forms","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"requests\": [\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"title\": \"abcd\",\n                \"description\": \"aa\",\n                \"type\": \"live-form\",\n                \"order\": 3,\n                /**\n                * Request status will be one of the following:\n                * draft, sent, progressing, ready_for_review, in_review, completed\n                **/\n                \"status\": \"progressing\",\n                \"meta\": \"{}\",\n                \"pdf_redactions\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"name\": \"SSN redaction (US)\",\n                        \"created_at\": \"2024-01-31T09:09:03+11:00\"\n                    }\n                ],\n                \"creator\": {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"first_name\": null,\n                    \"last_name\": null,\n                    \"email\": \"john.doe2@fileinvite.com\",\n                    \"region\": \"AU\",\n                    \"avatar_url\": \"{{s3_endpoint}}/ap-southeast-2.api.gen2.co/users/e39f263b-cf0b-4eba-a2e7-890fb1a71b4e/uploads/j3uLHJsPEJsJVIrxYUHh7uyt9FzFB6GbFMMXpZvO.jpg\"\n                },\n                \"contacts\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000001\",\n                        \"first_name\": \"Kelly\",\n                        \"last_name\": \"Burke\",\n                        \"email\": \"kburke@coges64662@fitzola.com\",\n                        \"status\": \"progressing\",\n                        \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                    }\n                ],\n                \"files\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"original_name\": \"suscipit-quidem-maxime.pdf\",\n                        \"mime_type\": \"application/pdf\",\n                        \"creator\": {\n                            \"id\": \"00000000-0000-0000-000000000000\",\n                            \"first_name\": \"John\",\n                            \"last_name\": \"Freeman\",\n                            \"email\": \"jfreeman@djpich.com\",\n                            \"type\": \"user\"\n                        },\n                        \"created_at\": \"2023-06-09T02:54:34+00:00\",\n                        \"liveform\": {\n                            \"fields\": {\n                                \"id\": \"98fad5eb-c7ed-4193-ad0a-4bad8ae5f7f1\",\n                                \"xfdf_data\": \"liveform field xfdf\",\n                                \"json_data\": \"{}\"\n                            },\n                            \"values\": [\n                                {\n                                    \"id\": \"98fad5eb-c7ed-4193-ad0a-4bad8ae5f7f2\",\n                                    \"xfdf_data\": \"liveform value xfdf\",\n                                    \"json_data\": null,\n                                    \"creator\": {\n                                        \"id\": \"6dd46ddb-ef6c-430a-8432-db22a6fb4694\",\n                                        \"first_name\": \"Carmelo\",\n                                        \"last_name\": \"Runolfsdottir\",\n                                        \"email\": \"j.doe@fileinvite.com\",\n                                        \"type\": \"contact\"\n                                    }\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"original_name\": \"alias-voluptatem-voluptas.pdf\",\n                        \"mime_type\": \"application/pdf\",\n                        \"creator\": {\n                            \"id\": \"00000000-0000-0000-000000000000\",\n                            \"first_name\": \"Kelly\",\n                            \"last_name\": \"Burke\",\n                            \"email\": \"kburke@coges64662@fitzola.com\",\n                            \"type\": \"contact\"\n                        },\n                        \"created_at\": \"2023-06-09T02:54:37+00:00\"\n                    }\n                ],\n                \"created_at\": \"2023-05-24T06:58:04+00:00\"\n            }\n        ]\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests\",\n        \"per_page\": 15,\n        \"to\": 10\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"},{"id":"adde7ab0-3070-497c-bff7-d4429aeb9fac","name":"200 OK - Request Revision","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"requests\": [\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"title\": \"abcd\",\n                \"description\": \"aa\",\n                \"type\": \"file-upload\",\n                \"order\": 3,\n                /**\n                * Request status will be one of the following:\n                * draft, sent, progressing, ready_for_review, in_review, completed\n                **/\n                \"status\": \"progressing\",\n                \"meta\": \"{}\",\n                \"pdf_redactions\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"name\": \"SSN redaction (US)\",\n                        \"created_at\": \"2024-01-31T09:09:03+11:00\"\n                    }\n                ],\n                \"creator\": {\n                    \"id\": \"00000000-0000-0000-000000000000\",\n                    \"first_name\": null,\n                    \"last_name\": null,\n                    \"email\": \"john.doe2@fileinvite.com\",\n                    \"region\": \"AU\",\n                    \"avatar_url\": \"{{s3_endpoint}}/ap-southeast-2.api.gen2.co/users/e39f263b-cf0b-4eba-a2e7-890fb1a71b4e/uploads/j3uLHJsPEJsJVIrxYUHh7uyt9FzFB6GbFMMXpZvO.jpg\"\n                },\n                \"contacts\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000001\",\n                        \"first_name\": \"Kelly\",\n                        \"last_name\": \"Burke\",\n                        \"email\": \"kburke@coges64662@fitzola.com\",\n                        \"status\": \"progressing\",\n                        \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-000000000002\",\n                        \"first_name\": \"Joe\",\n                        \"last_name\": \"Mango\",\n                        \"email\": \"jmango@fileinvite.com\",\n                        \"status\": \"draft\",\n                        \"created_at\": \"2023-02-13T05:50:46+00:00\"\n                    }\n                ],\n                \"files\": [\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"original_name\": \"suscipit-quidem-maxime.pdf\",\n                        \"mime_type\": \"application/pdf\",\n                        \"creator\": {\n                            \"id\": \"00000000-0000-0000-000000000000\",\n                            \"first_name\": \"John\",\n                            \"last_name\": \"Freeman\",\n                            \"email\": \"jfreeman@djpich.com\",\n                            \"type\": \"user\"\n                        },\n                        \"created_at\": \"2023-06-09T02:54:34+00:00\"\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-000000000000\",\n                        \"original_name\": \"alias-voluptatem-voluptas.pdf\",\n                        \"mime_type\": \"application/pdf\",\n                        \"creator\": {\n                            \"id\": \"00000000-0000-0000-000000000000\",\n                            \"first_name\": \"Kelly\",\n                            \"last_name\": \"Burke\",\n                            \"email\": \"kburke@coges64662@fitzola.com\",\n                            \"type\": \"contact\"\n                        },\n                        \"created_at\": \"2023-06-09T02:54:37+00:00\"\n                    }\n                ],\n                \"revision_notes\": [\n                    {\n                        \"message\": \"Please include a valid passport\",\n                        \"created_at\": \"2024-06-18T06:23:21+12:00\",\n                        \"user\": {\n                            \"first_name\": \"John\",\n                            \"last_name\": \"Doe\",\n                            \"email\": \"john.doe2@fileinvite.com\",\n                            \"avatar_url\": null\n                        },\n                        \"contact\": {\n                            \"first_name\": \"Karen\",\n                            \"last_name\": \"Ramsay\",\n                            \"email\": \"karen.ramsay@fileinvite.com\"\n                        }\n                    }\n                ],\n                \"created_at\": \"2023-05-24T06:58:04+00:00\"\n            }\n        ]\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/invites/82e2c9e4-636b-42db-b2bc-838dad3e7daf/requests\",\n        \"per_page\": 15,\n        \"to\": 10\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"},{"id":"76303d24-c3aa-4963-80a9-2f3da4e77714","name":"403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - organization-id\"\n}"}],"_postman_id":"adac5d76-3e80-4dc0-bd31-237b5b8b9b6f"},{"name":"Update Invite","event":[{"listen":"prerequest","script":{"id":"a827d35e-03fc-403d-be1f-83892e5b9551","exec":["const moment = require('moment');","pm.environment.set(\"due_at\", moment().add(10, 'days').format('YYYY-MM-DD'));"],"type":"text/javascript","packages":{}}}],"id":"1f012944-5e55-4350-bd7b-540f19a2e309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"from_user_id\": \"{{user_id}}\",\n    \"assignee_user_id\": \"{{user_id}}\",\n    \"subject\": \"et omnis consequatur\",\n    \"message\": \"Cum recusandae nam asperiores optio eveniet officia temporibus. Illum neque dignissimos maiores ducimus aut. Quibusdam laudantium nobis velit.\",\n    \"due_at\": \"{{due_at}}\",\n    \"almost_due_reminder\": 0,\n    \"overdue_reminder\": 0\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}","description":"<h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>subject</td>\n<td>string</td>\n<td>required if message is empty</td>\n<td>Max 100 characters.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>required if subject is empty</td>\n<td></td>\n</tr>\n<tr>\n<td>due_at</td>\n<td>string</td>\n<td>optional</td>\n<td>Must be a valid date format \"Y-m-d\".</td>\n</tr>\n<tr>\n<td>from_user_id</td>\n<td>string</td>\n<td>optional</td>\n<td>The assigned sender of the invite.  <br />  <br />Must be a valid UUID of a user.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"a930fb49-f0c3-4f8d-8e37-12bbdf280009","name":"200 OK - Invite updated","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"from_user_id\": \"00000000-0000-0000-000000000000\",\n    \"subject\": \"Test Invite\",\n    \"message\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.\",\n    \"due_at\": \"2023–06–14T20:02:03+08:00\"\n}","options":{"raw":{"language":"json"}}},"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"invite\": {\n            \"id\": \"00000000-0000-0000-000000000000\",\n            \"subject\": \"Test Invite\",\n            \"message\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod.\",\n            \"due_at\": \"2023–02-14T01:02:03Z\",\n            \"status\": \"draft\", //Statuses: draft, scheduled, sent, progressing, ready_for_review, in_review, completed, archived\n            \"indicator\": \"draft\",\n            \"progression_percentage\": 0,\n            \"almost_due_reminder\": 0,\n            \"overdue_reminder\": 0,\n            \"created_at\": \"2023-02-13T05:50:46+00:00\",\n            \"updated_at\": \"2023-02-13T05:50:46+00:00\",\n            \"last_activity_at\": \"2023-09-19T23:20:39+00:00\"\n        }\n    },\n    \"message\": \"Record has been updated.\"\n}\n"},{"id":"b3b4d519-f2a7-42b6-aab6-e264913376fe","name":"422 Unprocessable Entity - Field validation errors","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"stZGMPZ5ZX"},{"key":"organisation-id","value":"stZGMPZ5ZX"}],"body":{"mode":"raw","raw":"{\n    \"from_user_id\": \"\",\n    \"subject\": \"\",\n    \"message\": \"\",\n    \"due_at\": \"2023–06–\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The subject field is required. (and 4 more errors).\",\n    \"errors\": {\n        \"subject\": [\n            \"A valid Subject or Message is required to save an Invite as a Draft.\"\n        ],\n        \"due_at\": [\n            \"Invalid Date Format. Format should be ISO 8601 format YYYY-MM-DDThh:mm:ssZ\"\n        ]\n    }\n}"},{"id":"a8f82663-bf98-4f6a-bc2f-e6b52f226614","name":"403 Forbbiden","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"from_user_id\": \"5f33919a-a1dd-44a1-a78d-99c81151ffff\",\n    \"subject\": \"Test1\",\n    \"message\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod\",\n    \"due_at\": \"2023–06–14T20:02:03+08:00\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - organization-id\"\n}"},{"id":"ba0ba4be-ae1c-44dd-8700-3261bed5a726","name":"500 Internal Server Error","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"from_user_id\": \"5f33919a-a1dd-44a1-a78d-99c81151ffff\",\n    \"subject\": \"Test1\",\n    \"message\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod\",\n    \"due_at\": \"2023–06–14T20:02:03+08:00\"\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Something went wrong. Please try again. If the problem continue to persist, contact us.\"\n}"}],"_postman_id":"1f012944-5e55-4350-bd7b-540f19a2e309"},{"name":"Resend Invite","id":"a52eca47-db74-44ed-82e0-477096c2f13e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"message\": \"Iure reiciendis velit aut voluptas.\",\n    \"contact_ids\": [\n        \"b8de1a0e-82d2-48b9-86fc-3a6f86391024\"\n    ]\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/resend","description":"<p>If your customers didn’t receive the Invite email or need the link sent again, this endpoint allows you to resend the Invite email to them.</p>\n<ul>\n<li><p><strong>Required Parameters</strong>:<br />  Specify the <code>Invite ID</code> and the <code>Contact ID</code> (or IDs) for the customers you want to resend the Invite email to.</p>\n</li>\n<li><p><strong>Optional Parameter</strong>:<br />  Include an optional custom message to appear in the resent Invite email.</p>\n</li>\n</ul>\n","urlObject":{"path":["2023-02","invites","{{invite_id}}","resend"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"e71b97eb-e0ac-42e8-bfb9-254c3b5334cd","name":"200 OK - Resend invite","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"message\": \"Iure enim maxime omnis qui blanditiis id eum et esse.\",\n    \"contacts\": [\n      {\n        \"id\": \"b8de1a0e-82d2-48b9-86fc-3a6f86391024\"\n      }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}/resend"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {},\n    \"message\": \"Invite was resent successfully\"\n}"},{"id":"a3309c36-3c06-4c2b-bc94-6df765f75ee9","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"message\": \"a\",\n    \"contacts\": [\n      {\n        \"id\": \"b8de1a0e-82d2-48b9-86fc-3a6f86391024\"\n      }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}/resend"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The message must be at least 2 characters. (and 1 more error)\",\n    \"errors\": {\n        \"message\": [\n            \"The message must be at least 2 characters.\"\n        ],\n        \"contacts.0.id\": [\n            \"Contact does not belong to the invite.\",\n            \"The selected contacts.0.id is invalid\"\n        ]\n    }\n}"}],"_postman_id":"a52eca47-db74-44ed-82e0-477096c2f13e"},{"name":"Delete Invite Request","id":"5c7b3918-4101-4629-8825-178c65152d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"id\": \"{{request_id}}\"\n        }\n    ]\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>invite_ids</td>\n<td>string</td>\n<td>required</td>\n<td>Invite UUIDs to be deleted</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>optional</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>required</td>\n<td>Type of reques</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}","requests"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"41caac2e-7453-45fb-af31-d9adc796ecad","name":"200 OK - Invite request deleted","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"stZGMPZ5ZX"},{"key":"organisation-id","value":"stZGMPZ5ZX"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        },\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites//{{invite_id}}/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Record has been deleted.\"\n}"},{"id":"2e12e9f0-923a-44f9-98e4-b04504b940f5","name":"403 Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        },\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites//{{invite_id}}/requests"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - organization-id\"\n}"},{"id":"d80fb694-26ca-456f-8d4a-8121d8bd70dd","name":"422 Unprocessable Entity - Field validation errors","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"00000000-0000-0000-000000000000"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{\n    \"requests\": [\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites//{{invite_id}}/requests"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The selected requests.0.id is invalid.\",\n    \"errors\": {\n        \"requests.0.id\": [\n            \"The selected requests.0.id is invalid.\"\n        ]\n    }\n}"},{"id":"953fff3d-ac8b-4682-b811-4bde8ccc00cf","name":"422 Unprocessable Entity - Empty","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"00000000-0000-0000-000000000000"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/invites//{{invite_id}}/requests"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The requests field is required.\",\n    \"errors\": {\n        \"requests\": [\n            \"The requests field is required.\"\n        ]\n    }\n}"}],"_postman_id":"5c7b3918-4101-4629-8825-178c65152d17"}],"id":"7219d6bd-bdc2-4b53-8552-1f9277b471a1","_postman_id":"7219d6bd-bdc2-4b53-8552-1f9277b471a1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","id":"99068099-e00d-4e53-aaca-05f4d5c453e9","name":"API Reference","type":"folder"}}},{"name":"Add More Requests to an Invite","item":[{"name":"Update Follow-Up","event":[{"listen":"prerequest","script":{"id":"a827d35e-03fc-403d-be1f-83892e5b9551","exec":["const moment = require('moment');","pm.environment.set(\"due_at\", moment().add(10, 'days').format('YYYY-MM-DD'));"],"type":"text/javascript","packages":{}}}],"id":"ec7e92f6-eaa3-4760-89d7-715b060a8cc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Shoes Inlet\"\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/follow-ups/{{follow_up_id}}","description":"<h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>optional</td>\n<td>Min 2 and Max 150 cha.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}","follow-ups","{{follow_up_id}}"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"308ec104-309f-41f1-ab81-5b49d99e4182","name":"200 OK - Follow-up updated","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer "},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":""},{"key":"organisation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Follow-up\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gen2.co/2023-02/invites/00000000-0000-0000-000000000000/follow-ups/00000000-0000-0000-000000000000"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"follow_up\": {\n            \"id\": \"00000000-0000-0000-000000000000\",\n            \"name\": \"Test Follow-up\",\n            /**\n            * Follow up status\n            * Possible values: draft, sent, invalid\n            **/\n            \"status\": \"draft\",\n            \"sent_at\": null\n        }\n    },\n    \"message\": \"New record has been updated.\"\n}\n"}],"_postman_id":"ec7e92f6-eaa3-4760-89d7-715b060a8cc8"},{"name":"Get Follow-Up","event":[{"listen":"prerequest","script":{"id":"a827d35e-03fc-403d-be1f-83892e5b9551","exec":["const moment = require('moment');","pm.environment.set(\"due_at\", moment().add(10, 'days').format('YYYY-MM-DD'));"],"type":"text/javascript","packages":{}}}],"id":"673f5bf2-aae0-4d18-938a-d1d34e78fe9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/follow-ups/{{follow_up_id}}","description":"<h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>optional</td>\n<td>Min 2 and Max 150 cha.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}","follow-ups","{{follow_up_id}}"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"972c9416-0cad-4bef-a377-145be2941f2f","name":"200 OK - Follow retrieved","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer "},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":""},{"key":"organisation-id","value":""}],"url":"https://api.gen2.co/2023-02/invites/00000000-0000-0000-000000000000/follow-ups/00000000-0000-0000-000000000000"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"follow_up\": {\n            \"id\": \"00000000-0000-0000-000000000000\",\n            \"name\": \"Test Follow-up\",\n            /**\n            * Follow up status\n            * Possible values: draft, sent, invalid\n            **/\n            \"status\": \"draft\",\n            \"sent_at\": null\n        }\n    },\n    \"message\": \"Records retrieved successfully.\"\n}\n"}],"_postman_id":"673f5bf2-aae0-4d18-938a-d1d34e78fe9e"},{"name":"List Follow-Up","id":"0f74b57e-2b65-4568-8880-e3d357026955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/follow-ups?sort[column]=created_at&sort[order]=desc&per_page=25&page=1","urlObject":{"path":["2023-02","invites","{{invite_id}}","follow-ups"],"host":["{{region}}.fileinvite.app"],"query":[{"key":"sort[column]","value":"created_at"},{"key":"sort[order]","value":"desc"},{"key":"per_page","value":"25"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"a7d4334c-cc2e-4f44-9e8b-3b1cdfc22bd5","name":"200 OK - Follow-Up listed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/00000000-0000-0000-000000000000/follow-ups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"follow_ups\": [\n            {\n                \"id\": \"b091519c-3813-4929-a136-0175c1ed15fd\",\n                \"name\": \"reboot Mobility\",\n                \"status\": \"draft\",\n                \"sent_at\": null,\n                \"requests\": [\n                    {\n                        \"id\": \"c07d04f6-ad53-47db-b54b-c05a59871d94\",\n                        \"title\": \"saepe magnam maxime\",\n                        \"description\": \"Delectus illum sed reprehenderit non voluptatem culpa quibusdam. Quibusdam commodi deleniti.\",\n                        \"type\": \"file-upload\",\n                        \"order\": 5,\n                        \"status\": \"draft\",\n                        \"indicator\": \"draft\",\n                        \"meta\": null,\n                        \"contacts\": [\n                            {\n                                \"id\": \"ad16c473-70a0-4753-a73a-13132c3e609b\",\n                                \"first_name\": \"Rosella\",\n                                \"last_name\": \"Littel\",\n                                \"email\": \"r.torres+4d783ec3-4cf8-45a4-abf2-dc780212e432@fileinvite.com\",\n                                \"status\": \"draft\",\n                                \"indicator\": \"draft\",\n                                \"created_at\": \"2024-08-28T14:48:22+12:00\",\n                                \"completed_at\": null\n                            }\n                        ],\n                        \"revision_notes\": [],\n                        \"created_at\": \"2024-08-28T23:30:28+12:00\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"links\": {\n        \"first\": \"https://api.gen2.co/2023-02/invites/6975fdb1-70ee-48cd-9753-2b61843b37b5/follow-ups?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"https://api.gen2.co/2023-02/invites/6975fdb1-70ee-48cd-9753-2b61843b37b5/follow-ups\",\n        \"per_page\": 25,\n        \"to\": 1\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"}],"_postman_id":"0f74b57e-2b65-4568-8880-e3d357026955"},{"name":"Send Follow Up","id":"37c148fd-5908-4c7e-bf4b-9a8d89006081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/follow-ups/{{follow_up_id}}/send","urlObject":{"path":["2023-02","invites","{{invite_id}}","follow-ups","{{follow_up_id}}","send"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"16f4af4f-a075-4cef-8a53-c3268d6a0c72","name":"200 OK - Invite sent","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":""},{"key":"organisation-id","value":""}],"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}/follow-ups/{{follow_up_id}}/send"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Follow-up was sent successfully\"\n}"},{"id":"8bb2f760-209f-48f7-a589-4ddb98abbe9b","name":"422 Unprocessable Entity - Field validation errors","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"00000000-0000-0000-000000000000"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000"}],"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}/follow-ups/{{follow_up_id}}/send"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"A valid Name is required to send this Follow-Up. (and 1 more error)\",\n    \"errors\": {\n        \"name\": [\n            \"A valid Name is required to send this Follow-Up.\"\n        ],\n        \"requests\": [\n            \"The Follow-Up should include at least 1 request before sending.\"\n        ]\n    }\n}"}],"_postman_id":"37c148fd-5908-4c7e-bf4b-9a8d89006081"},{"name":"Create Follow-Up","event":[{"listen":"prerequest","script":{"id":"b625712e-3e2d-4e62-9769-473824ad77e5","exec":["const moment = require('moment');","pm.environment.set(\"due_at\", moment().add(10, 'days').format('YYYY-MM-DD'));"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"7b2f3a4c-8a18-417b-955c-b4c34415f48e","exec":["const response = pm.response.json();","pm.environment.set(\"follow_up_id\", response.data.follow_up.id);"],"type":"text/javascript","packages":{}}}],"id":"11d5963d-b4d0-4f6a-97ab-d1f232f0873d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Chief intelligence Plastic array\"\n}"},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/follow-ups","description":"<h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>optional</td>\n<td>Min 2 and Max 150 characters</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}","follow-ups"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"771a033b-1197-4783-bdde-872ce3e1fb29","name":"201 Created - Follow-up created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer "},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Follow-up\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gen2.co/2023-02/invites/00000000-0000-0000-000000000000/follow-ups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"follow_up\": {\n            \"id\": \"00000000-0000-0000-000000000000\",\n            \"name\": \"Test Follow-up\",\n            \"status\": \"draft\",\n            \"sent_at\": null\n        }\n    },\n    \"message\": \"New record has been created.\"\n}\n"}],"_postman_id":"11d5963d-b4d0-4f6a-97ab-d1f232f0873d"}],"id":"e3384310-c2bc-4be9-ab0f-85e040da6178","_postman_id":"e3384310-c2bc-4be9-ab0f-85e040da6178","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","id":"99068099-e00d-4e53-aaca-05f4d5c453e9","name":"API Reference","type":"folder"}}},{"name":"Archive Invite","item":[{"name":"Archive Invite","id":"26a005d6-80aa-4efc-9323-bc020b79e680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{}"},"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/archive","urlObject":{"path":["2023-02","invites","{{invite_id}}","archive"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"d4be7667-7ae4-48f0-9c10-749c16eb45f0","name":"200 OK - Invite archived","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}/send"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {},\n    \"message\": \"Invite was archived successfully\"\n}"}],"_postman_id":"26a005d6-80aa-4efc-9323-bc020b79e680"}],"id":"6aed7c37-7178-4c55-9bb1-8c8c8024dd91","_postman_id":"6aed7c37-7178-4c55-9bb1-8c8c8024dd91","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","id":"99068099-e00d-4e53-aaca-05f4d5c453e9","name":"API Reference","type":"folder"}}},{"name":"Retrieving returned documents","item":[{"name":"Download FIle","id":"b4cd15da-a10c-4d63-84c4-755fff507b54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"{{organisation_id}}"},{"key":"account-id","value":"{{account_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/files/{{file_id}}/download-url","description":"<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filter[full_name]</td>\n<td>string</td>\n<td>optional</td>\n<td>Filters first name or full name (The order is first name, last name).</td>\n</tr>\n<tr>\n<td>sort[column]</td>\n<td>string</td>\n<td>optional (required if the sort[order] exists)</td>\n<td>The column to be sorted.  <br />  <br />Only allow created_at value.  <br />  <br />Note: If both sort[column] and sort[order] do not exist the default sort[column] is created_at and sort[order] is desc.</td>\n</tr>\n<tr>\n<td>sort[order]</td>\n<td>string</td>\n<td>optional (required if the sort[column] exists)</td>\n<td>The direction of the sorting.  <br />  <br />Only allows asc or desc value.  <br />  <br />Note: If both sort[column] and sort[order] do not exist the default sort[column] is created_at and sort[order] is desc.</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>integer</td>\n<td>optional</td>\n<td>The number of items returned on the page.  <br />  <br />Allowed values 10, 25, 50, 100.  <br />  <br />If not set, the default value will be 25.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>optional</td>\n<td>The page number to return.  <br />  <br />The default is 1.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","files","{{file_id}}","download-url"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"dda3b9f6-6a9b-43e8-8a67-c6ab008ed1d0","name":"200 OK - File Download","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000"},{"key":"account-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{\n    \"files\" : [\n        {\n            \"id\": \"00000000-0000-0000-000000000000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/files/{{file_id}}/download-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"preview_url\": \"S3 Path\",\n        \"target_name\": \"name.pdf\"\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"}],"_postman_id":"b4cd15da-a10c-4d63-84c4-755fff507b54"},{"name":"Download all files as a Zip","id":"891a06a7-d02e-40bb-b6b7-c3705a7ec334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/files/zip","description":"<h3 id=\"url-parameters\">URL Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>invite_id</td>\n<td>string</td>\n<td>required</td>\n<td>UUID of the invite.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}","files","zip"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"ca15b6b5-86f9-4dda-9833-69ff2612f8af","name":"200 OK - Invite Files Download","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/files/zip"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"signed_url\": \"<aws-base-url>/bucket/temp-uploads/users/ad167876-a2df-47bd-a80f-03eb33b23ec3/Sample%20Subject.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=LKIAQAAAAAAAM6IE6QB3%2F20240121%2Fap-southeast-2%2Fs3%2Faws4_request&X-Amz-Date=20240121T230749Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Signature=484a326f8eefdcbb0cc66bcf237465c70cfa23aee2247bef44ad1a432036d566\"\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"}],"_postman_id":"891a06a7-d02e-40bb-b6b7-c3705a7ec334"}],"id":"aade2d6e-adfe-480c-a683-829129ae5446","_postman_id":"aade2d6e-adfe-480c-a683-829129ae5446","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","id":"99068099-e00d-4e53-aaca-05f4d5c453e9","name":"API Reference","type":"folder"}}},{"name":"Extract Liveform Data","item":[{"name":"Extract LiveForm Fields and Values","id":"f438aaa9-c0ca-4e46-8daa-b82aea734687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}/form-fields-values","urlObject":{"path":["2023-02","invites","{{invite_id}}","requests","{{request_id}}","form-fields-values"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"3149a5c5-3180-47f7-b8cb-9e9fc12ec560","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}/requests/{{request_id}}/form-fields-values"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 25 May 2025 22:56:11 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"no-referrer"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"contacts\": [\n            {\n                \"id\": \"58437086-fcc9-4919-9b27-ea1cda653b89\",\n                \"first_name\": \"Ringo\",\n                \"last_name\": \"Starr\",\n                \"email\": \"r.starr@fileinvite.com\"\n            },\n            {\n                \"id\": \"c3c01319-2e7c-45ad-8009-06faeb2362a7\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Lennon\",\n                \"email\": \"j.lennon@fileinvite.com\"\n            }\n        ],\n        \"liveform_fields\": [\n            {\n                \"id\": \"01JVTR36578GGPB7M1TP2Q1AAV\",\n                \"type\": \"TextField\"\n            },\n            {\n                \"id\": \"01JVTR36598FGZ3YFT274B4BCC\",\n                \"type\": \"signature\"\n            },\n            {\n                \"id\": \"01JVTR3659BGKTSVRJ1WF0MHM6\",\n                \"type\": \"signature\"\n            },\n            {\n                \"id\": \"01JVTR3659CJ2JHJCS8WZBJJN9\",\n                \"type\": \"ComboBox\"\n            },\n            {\n                \"id\": \"01JVTR3659V41YHDHN8J80TNFB\",\n                \"type\": \"ListBox\"\n            }\n        ],\n        \"liveform_values\": [\n            {\n                \"contact_assigned\": \"c3c01319-2e7c-45ad-8009-06faeb2362a7\",\n                \"field_id\": \"01JVTS7Z8APSQ8YK3MNZ8KF33T\",\n                \"field_type\": \"TextField\",\n                \"field_label\": \"01JVTR1FZ86KK3JX2EQX9G16QA\",\n                \"updated_at\": \"2025-05-22 01:20:42\",\n                \"01JVTR1FZ86KK3JX2EQX9G16QA\": \"5/25/2025 13:20\"\n            },\n            {\n                \"contact_assigned\": \"c3c01319-2e7c-45ad-8009-06faeb2362a7\",\n                \"field_id\": \"01JVTS7Z8BYWXJ96Q8VWRS9A9R\",\n                \"field_type\": \"ComboBox\",\n                \"field_label\": \"smc\",\n                \"updated_at\": \"2025-05-22 01:20:42\",\n                \"smc\": \"1\"\n            },\n            {\n                \"contact_assigned\": \"c3c01319-2e7c-45ad-8009-06faeb2362a7\",\n                \"field_id\": \"01JVTS7Z8BBTY4D7N1E8DX0MYK\",\n                \"field_type\": \"ListBox\",\n                \"field_label\": \"rds\",\n                \"updated_at\": \"2025-05-22 01:20:42\",\n                \"rds\": \"1\"\n            }\n        ],\n        \"type\": \"individual\",\n        \"request_status\": \"progressing\"\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"}],"_postman_id":"f438aaa9-c0ca-4e46-8daa-b82aea734687"}],"id":"14b59f05-af2d-4866-87f1-c0df66d194dc","_postman_id":"14b59f05-af2d-4866-87f1-c0df66d194dc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","id":"99068099-e00d-4e53-aaca-05f4d5c453e9","name":"API Reference","type":"folder"}}},{"name":"Get Invite","id":"3305825e-49dc-49b6-8d33-51818e156ff9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}","description":"<h3 id=\"url-parameters\">URL Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>invite_id</td>\n<td>string</td>\n<td>required</td>\n<td>UUID of the invite.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","invites","{{invite_id}}"],"host":["{{region}}.fileinvite.app"],"query":[],"variable":[]}},"response":[{"id":"9fbea3ed-6de6-4a0e-8de2-7672cd40ebbc","name":"200 OK - Invite retrieved","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"invite\": {\n            \"id\": \"33e4ca23-33be-4ed1-b649-a0d6e716f463\",\n            \"reference\": \"Test Invite Reference\",\n            \"subject\": \"corrupti placeat excepturi\",\n            \"message\": \"Dolor incidunt officia beatae exercitationem error nemo. Sed illo sed non ex aut molestias. Neque nemo quod ducimus et aut autem dolorum. Illum voluptas dicta reiciendis perspiciatis similique ea excepturi.\",\n            \"url\": \"https://fileinvite.app/invite-listing/33e4ca23-33be-4ed1-b649-a0d6e716f463\",\n            \"due_at\": \"2023-09-30T12:01:01+00:00\",\n            \"status\": \"draft\",\n            \"indicator\": \"draft\",\n            \"progression_percentage\": 0,\n            \"almost_due_reminder\": 0,\n            \"overdue_reminder\": 0,\n            \"from_user\": {\n                \"id\": \"4d39c539-0a65-4d36-b80c-7abb51419075\",\n                \"first_name\": \"Christian\",\n                \"last_name\": \"Batz\",\n                \"email\": \"testpostman123+affa002c-20c9-4d4c-9215-5f686b424e1a@fileinvite.com\",\n                \"avatar_url\": null,\n                \"created_at\": \"2024-04-08T20:46:21+12:00\"\n            },\n            \"contacts\": [\n                {\n                    \"id\": \"839dc411-34e4-40f5-a67e-64338352fe0b\",\n                    \"first_name\": \"Gino\",\n                    \"last_name\": \"McClure\",\n                    \"email\": \"testpostman123+dffa002c-20c9-4d4c-9215-5f686b424afb@fileinvite.com\",\n                    \"phone\": {\n                        \"id\": \"400b5660-72cd-449d-8927-6bbb09065435\",\n                        \"number\": \"123456789\",\n                        \"country_number_code\": \"+64\",\n                        \"country_iso2_code\": \"NZ\"\n                    },\n                    \"portal_url\": \"https://secure.fileinvite.app/023f8052-bddc-4a75-8b55-3bf2078721c0/00033da3-29c3-4c58-b13a-97cb7099b5c8/portal/85b20bfa-a189-4f7a-8495-9ea0b45d6ba8?signature=70d906ed39e0735e341b81680723a8aecabf835eef643a9f1848fa7ddc8e1d85b7e5f2a7c138628817b2a9a1049185a05ddb34c7fadf216197489860729e775d&region=au\",\n                    \"created_at\": \"2023-09-19T23:16:56+00:00\"\n                }\n            ],\n            \"created_at\": \"2023-09-19T23:20:39+00:00\",\n            \"meta\": null,\n            \"last_activity_at\": \"2023-09-19T23:20:39+00:00\"\n        }\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"},{"id":"a842c1d9-bbf1-4d9f-810c-9242b467e22c","name":"401 Unauthorized - No access token","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{region}}.fileinvite.app/2023-02/invites/{{invite_id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"8c3cba27-a368-4202-a4fe-d87325823878","name":"403 Forbidden - No organisation-id header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"}],"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - organization-id\"\n}"},{"id":"33b529ee-7ad2-4259-b55e-9bef2ea1d18a","name":"403 Forbidden - No account-id header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid HTTP header - account-id\"\n}"},{"id":"b4318d0b-269e-41ce-a739-fa684976711a","name":"404 Not Found - Invalid invite ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"app.fileinvite.co/2023-02/invites/{{invite_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Resource not found.\"\n}"}],"_postman_id":"3305825e-49dc-49b6-8d33-51818e156ff9"}],"id":"848e9300-4fc0-48b4-9053-0553a82205b1","_postman_id":"848e9300-4fc0-48b4-9053-0553a82205b1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","id":"99068099-e00d-4e53-aaca-05f4d5c453e9","name":"API Reference","type":"folder"}}},{"name":"Users","item":[{"name":"List Users","id":"2e813fe2-b269-4903-bef0-a82573ca20ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"url":"{{region}}.fileinvite.app/2023-02/users?filter[user]=&filter[full_name]=&filter[email]=&filter[permission]=&sort[column]=created_at&sort[order]=desc&per_page=25&page=1","description":"<h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>required</td>\n<td>Valid email address</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>string</td>\n<td>required</td>\n<td>Max 150 characters</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n<td>required</td>\n<td>Max 150 characters</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2023-02","users"],"host":["{{region}}.fileinvite.app"],"query":[{"key":"filter[user]","value":""},{"key":"filter[full_name]","value":""},{"key":"filter[email]","value":""},{"key":"filter[permission]","value":""},{"key":"sort[column]","value":"created_at"},{"key":"sort[order]","value":"desc"},{"key":"per_page","value":"25"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"d36299b4-8afd-444b-81a1-f4df3ad783d1","name":"422 Unprocessable Entity - Field validation errors","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"00000000-0000-0000-000000000000"},{"key":"organisation-id","value":"00000000-0000-0000-000000000000"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"developer@fileinvite.com\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/users"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthenticated.\"\n}"},{"id":"085cc862-95a8-4415-a73e-9774454be91c","name":"200 OK - User List","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"developer@fileinvite.com\",\n    \"first_name\": \"Jogn\",\n    \"last_name\": \"Doe\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{region}}.fileinvite.app/2023-02/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 07 Feb 2024 20:51:11 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Application"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"users\": [\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"email\": \"developer@fileinvite.com\",\n                \"avatar_url\": null,\n                \"mfa_enabled\": false,\n                \"created_at\": \"2023-02-13T05:50:46+00:00\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"first_name\": \"Kelly\",\n                \"last_name\": \"Burke\",\n                \"email\": \"kburke@coges64662@fitzola.com\",\n                \"avatar_url\": null,\n                \"mfa_enabled\": false,\n                \"created_at\": \"2023-02-13T05:50:46+00:00\"\n            }\n        ]\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/users?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/users\",\n        \"per_page\": 25,\n        \"to\": 4\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"},{"id":"2c585331-0f3c-4998-bc89-717474b4d120","name":"200 OK - Permission Filter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"account-id","value":"{{account_id}}"},{"key":"organisation-id","value":"{{organisation_id}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"developer@fileinvite.com\",\n    \"first_name\": \"Jogn\",\n    \"last_name\": \"Doe\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{region}}.fileinvite.app/2023-02/users?filter[permission]=create_invite,delete_invite&per_page=25&page=1","host":["{{region}}.fileinvite.app"],"path":["2023-02","users"],"query":[{"key":"filter[permission]","value":"create_invite,delete_invite"},{"key":"per_page","value":"25"},{"key":"page","value":"1"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 07 Feb 2024 20:51:11 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Application"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"users\": [\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Doe\",\n                \"email\": \"developer@fileinvite.com\",\n                \"avatar_url\": null,\n                \"mfa_enabled\": false,\n                \"created_at\": \"2023-02-13T05:50:46+00:00\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-000000000000\",\n                \"first_name\": \"Kelly\",\n                \"last_name\": \"Burke\",\n                \"email\": \"kburke@coges64662@fitzola.com\",\n                \"avatar_url\": null,\n                \"mfa_enabled\": false,\n                \"created_at\": \"2023-02-13T05:50:46+00:00\"\n            }\n        ]\n    },\n    \"links\": {\n        \"first\": \"{{region}}.fileinvite.app/2023-02/users?page=1\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"path\": \"{{region}}.fileinvite.app/2023-02/users\",\n        \"per_page\": 25,\n        \"to\": 4\n    },\n    \"message\": \"Records retrieved successfully.\"\n}"}],"_postman_id":"2e813fe2-b269-4903-bef0-a82573ca20ca"}],"id":"562b41cd-b2c9-4fe1-8d29-3207cf3d17d1","_postman_id":"562b41cd-b2c9-4fe1-8d29-3207cf3d17d1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","id":"99068099-e00d-4e53-aaca-05f4d5c453e9","name":"API Reference","type":"folder"}}},{"name":"Webhooks","item":[{"name":"Invite Dispatched","id":"6fbea3bf-50a7-4d4d-b1af-94f8df84d812","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Webhook payload content type.</p>\n"},{"key":"timestamp","value":"1779965040","description":"<p>Unix timestamp generated at delivery time.</p>\n"},{"key":"User-Agent","value":"FileInvite-Webhook/1.0","description":"<p>FileInvite webhook delivery user agent.</p>\n"},{"key":"signature","value":"sha256=example-hmac-signature","description":"<p>Only present when webhook signing is enabled.</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"event\": \"inviteDispatched\",\n  \"fired_at\": \"2026-05-28T14:44:00+12:00\",\n  \"data\": {\n    \"invite\": {\n      \"id\": \"b7d6b6e3-6f7d-4e1a-9d65-9ad4c2c6d671\",\n      \"reference\": \"INV-2026-0001\",\n      \"subject\": \"Home Loan Documents\",\n      \"message\": \"Please complete the requested documents.\",\n      \"url\": \"https://app.fileinvite.com/invites/b7d6b6e3-6f7d-4e1a-9d65-9ad4c2c6d671\",\n      \"sent_at\": \"2026-05-28T14:44:00+12:00\",\n      \"archived_at\": null,\n      \"due_at\": \"2026-06-11T23:59:59+12:00\",\n      \"status\": \"sent\",\n      \"type\": \"standard\",\n      \"indicator\": \"inProgress\",\n      \"progression_percentage\": 25,\n      \"almost_due_reminder\": true,\n      \"ongoing_reminder\": false,\n      \"ongoing_reminder_sent_at\": null,\n      \"ongoing_reminder_stopped_at\": null,\n      \"additional_data\": null,\n      \"from_user\": {\n        \"id\": \"7f6f7db5-26b7-4f5d-a9f6-f1af980d144e\",\n        \"first_name\": \"Alex\",\n        \"last_name\": \"Smith\",\n        \"email\": \"alex.smith@example.com\",\n        \"avatar_url\": null,\n        \"created_at\": \"2026-01-15T09:00:00+12:00\"\n      },\n      \"creator\": {\n        \"id\": \"7f6f7db5-26b7-4f5d-a9f6-f1af980d144e\",\n        \"first_name\": \"Alex\",\n        \"last_name\": \"Smith\",\n        \"email\": \"alex.smith@example.com\",\n        \"avatar_url\": null,\n        \"created_at\": \"2026-01-15T09:00:00+12:00\"\n      },\n      \"sender\": null,\n      \"assignee_user\": null,\n      \"contact_groups\": [],\n      \"contacts\": [\n        {\n          \"id\": \"6a732d73-6975-47de-9059-452d4a951cbb\",\n          \"first_name\": \"Jordan\",\n          \"last_name\": \"Lee\",\n          \"email\": \"jordan.lee@example.com\",\n          \"company\": \"Example Lending\",\n          \"position\": \"Applicant\",\n          \"language\": \"en\",\n          \"phone\": null,\n          \"created_at\": \"2026-05-01T10:00:00+12:00\",\n          \"completed_at\": null\n        }\n      ],\n      \"team\": null,\n      \"apryse\": null,\n      \"general_access\": null,\n      \"shareables\": [],\n      \"created_at\": \"2026-05-28T14:30:00+12:00\",\n      \"last_activity_at\": null,\n      \"completed_at\": null,\n      \"scheduled_at\": null,\n      \"due_days_after\": null,\n      \"rrule\": null,\n      \"start_at\": null,\n      \"next_scheduled_at\": null,\n      \"last_sent_at\": null,\n      \"recurring_status\": null\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_receiver_url}}","description":"<p>Sample outbound webhook delivery sent by FileInvite Gen2 to the configured customer webhook endpoint.</p>\n<p>Use this request as documentation or to replay a representative webhook payload against your own receiver.</p>\n<p>Event: <code>inviteDispatched</code></p>\n<p>This event is fired when an invite is dispatched. The <code>data.invite</code> object follows <code>InviteResource</code> from the Laravel API.</p>\n","urlObject":{"host":["{{webhook_receiver_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fbea3bf-50a7-4d4d-b1af-94f8df84d812"},{"name":"Illion File Uploaded","id":"e9ed93f7-326d-429e-a2ea-53835750b25c","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Webhook payload content type.</p>\n"},{"key":"timestamp","value":"1779965040","description":"<p>Unix timestamp generated at delivery time.</p>\n"},{"key":"User-Agent","value":"FileInvite-Webhook/1.0","description":"<p>FileInvite webhook delivery user agent.</p>\n"},{"key":"signature","value":"sha256=example-hmac-signature","description":"<p>Only present when webhook signing is enabled.</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"event\": \"integrationIllionFileUploaded\",\n  \"fired_at\": \"2026-05-28T03:00:32+00:00\",\n  \"data\": {\n    \"request\": {\n      \"id\": \"11111111-1111-4111-8111-111111111111\",\n      \"title\": \"BS\",\n      \"description\": null,\n      \"type\": \"illion-bankstatement\",\n      \"order\": 1,\n      \"status\": \"progressing\",\n      \"indicator\": \"progressing\",\n      \"meta\": null,\n      \"creator\": {\n        \"id\": \"33333333-3333-4333-8333-333333333333\",\n        \"first_name\": \"Alex\",\n        \"last_name\": \"Taylor\",\n        \"email\": \"alex.taylor@example.com\",\n        \"position\": null,\n        \"avatar_url\": null,\n        \"created_at\": \"2024-03-17T20:56:42+00:00\",\n        \"role\": null,\n        \"status\": null,\n        \"last_login_at\": null\n      },\n      \"files\": [\n        {\n          \"id\": \"55555555-5555-4555-8555-555555555501\",\n          \"original_name\": \"TL-jane_doe-transaction_account-bank_of_statements-456789-1779937226.pdf\",\n          \"mime_type\": \"application/pdf\",\n          \"size\": 38314,\n          \"type\": \"illion_bankstatement\",\n          \"data_retention_deleted_at\": null,\n          \"created_at\": \"2026-05-28T03:00:31+00:00\",\n          \"creator\": {\n            \"id\": \"44444444-4444-4444-8444-444444444444\",\n            \"first_name\": \"Jordan\",\n            \"last_name\": \"Lee\",\n            \"email\": \"jordan.lee@example.com\",\n            \"type\": \"contact\",\n            \"avatar_url\": null\n          }\n        },\n        {\n          \"id\": \"55555555-5555-4555-8555-555555555507\",\n          \"original_name\": \"bank_of_statements-9807-v2.csv\",\n          \"mime_type\": \"text/csv\",\n          \"size\": 54596,\n          \"type\": \"illion_bankstatement\",\n          \"data_retention_deleted_at\": null,\n          \"created_at\": \"2026-05-28T03:00:31+00:00\",\n          \"creator\": {\n            \"id\": \"44444444-4444-4444-8444-444444444444\",\n            \"first_name\": \"Jordan\",\n            \"last_name\": \"Lee\",\n            \"email\": \"jordan.lee@example.com\",\n            \"type\": \"contact\",\n            \"avatar_url\": null\n          }\n        },\n        {\n          \"id\": \"55555555-5555-4555-8555-555555555508\",\n          \"original_name\": \"V3--bank_of_statements-5102.html\",\n          \"mime_type\": \"text/html\",\n          \"size\": 1389485,\n          \"type\": \"illion_bankstatement\",\n          \"data_retention_deleted_at\": null,\n          \"created_at\": \"2026-05-28T03:00:31+00:00\",\n          \"creator\": {\n            \"id\": \"44444444-4444-4444-8444-444444444444\",\n            \"first_name\": \"Jordan\",\n            \"last_name\": \"Lee\",\n            \"email\": \"jordan.lee@example.com\",\n            \"type\": \"contact\",\n            \"avatar_url\": null\n          }\n        },\n        {\n          \"id\": \"55555555-5555-4555-8555-555555555509\",\n          \"original_name\": \"bank_of_statements-3642-v2.json\",\n          \"mime_type\": \"application/json\",\n          \"size\": 307090,\n          \"type\": \"illion_bankstatement\",\n          \"data_retention_deleted_at\": null,\n          \"created_at\": \"2026-05-28T03:00:32+00:00\",\n          \"creator\": {\n            \"id\": \"44444444-4444-4444-8444-444444444444\",\n            \"first_name\": \"Jordan\",\n            \"last_name\": \"Lee\",\n            \"email\": \"jordan.lee@example.com\",\n            \"type\": \"contact\",\n            \"avatar_url\": null\n          }\n        }\n      ],\n      \"contacts\": [\n        {\n          \"id\": \"44444444-4444-4444-8444-444444444444\",\n          \"first_name\": \"Jordan\",\n          \"last_name\": \"Lee\",\n          \"email\": \"jordan.lee@example.com\",\n          \"company\": null,\n          \"position\": null,\n          \"language\": null,\n          \"phone\": null,\n          \"status\": \"returned\",\n          \"indicator\": \"awaitingReview\",\n          \"created_at\": \"2025-06-02T22:35:25+00:00\",\n          \"completed_at\": null\n        }\n      ],\n      \"pdf_redactions\": [],\n      \"revision_notes\": [],\n      \"follow_up\": null,\n      \"created_at\": \"2026-05-28T02:59:32+00:00\",\n      \"follow_up_id\": null,\n      \"request_group_id\": null,\n      \"request_group\": null\n    },\n    \"invite\": {\n      \"id\": \"22222222-2222-4222-8222-222222222222\",\n      \"reference\": \"BS illion hook\",\n      \"subject\": \"BS illion hook\",\n      \"message\": \"<p dir=\\\"ltr\\\"><span>Test</span></p>\",\n      \"url\": \"https://preprod.fileinvite.info/invite-listing/22222222-2222-4222-8222-222222222222\",\n      \"sent_at\": \"2026-05-28T02:59:56+00:00\",\n      \"archived_at\": null,\n      \"due_at\": null,\n      \"status\": \"progressing\",\n      \"type\": \"single\",\n      \"indicator\": \"progressing\",\n      \"progression_percentage\": 0,\n      \"almost_due_reminder\": 0,\n      \"ongoing_reminder\": 0,\n      \"ongoing_reminder_sent_at\": null,\n      \"ongoing_reminder_stopped_at\": null,\n      \"additional_data\": null,\n      \"from_user\": {\n        \"id\": \"33333333-3333-4333-8333-333333333333\",\n        \"first_name\": \"Alex\",\n        \"last_name\": \"Taylor\",\n        \"email\": \"alex.taylor@example.com\",\n        \"position\": null,\n        \"avatar_url\": null,\n        \"created_at\": \"2024-03-17T20:56:42+00:00\",\n        \"role\": null,\n        \"status\": null,\n        \"last_login_at\": null\n      },\n      \"creator\": {\n        \"id\": \"33333333-3333-4333-8333-333333333333\",\n        \"first_name\": \"Alex\",\n        \"last_name\": \"Taylor\",\n        \"email\": \"alex.taylor@example.com\",\n        \"position\": null,\n        \"avatar_url\": null,\n        \"created_at\": \"2024-03-17T20:56:42+00:00\",\n        \"role\": null,\n        \"status\": null,\n        \"last_login_at\": null\n      },\n      \"contacts\": [\n        {\n          \"id\": \"44444444-4444-4444-8444-444444444444\",\n          \"first_name\": \"Jordan\",\n          \"last_name\": \"Lee\",\n          \"email\": \"jordan.lee@example.com\",\n          \"company\": null,\n          \"position\": null,\n          \"language\": null,\n          \"created_at\": \"2025-06-02T22:35:25+00:00\",\n          \"completed_at\": null\n        }\n      ],\n      \"apryse\": false,\n      \"general_access\": \"account\",\n      \"created_at\": \"2026-05-28T02:59:31+00:00\",\n      \"last_activity_at\": \"2026-05-28T03:00:26+00:00\",\n      \"completed_at\": null,\n      \"scheduled_at\": null,\n      \"due_days_after\": null,\n      \"rrule\": null,\n      \"start_at\": null,\n      \"next_scheduled_at\": null,\n      \"last_sent_at\": null,\n      \"recurring_status\": null\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_receiver_url}}","description":"<p>Sample outbound webhook delivery sent by FileInvite Gen2 to the configured customer webhook endpoint.</p>\n<p>Use this request as documentation or to replay a representative webhook payload against your own receiver.</p>\n<p>Event: <code>integrationIllionFileUploaded</code></p>\n<p>This event is fired after Illion Bank Statements files are uploaded for an invite request. The <code>data.request</code> object follows <code>RequestResource</code>; <code>data.invite</code> is appended for invite-backed requests.</p>\n<p>Anonymised captured manual testing payload from preprod on 2026-05-28. The sample body is intentionally close to the real outbound event, including multiple Illion-generated files and the invite appended by <code>WebhookListener</code>.</p>\n<p>All user names, UUIDs, emails, and file-name person names are fake documentation values.</p>\n","urlObject":{"host":["{{webhook_receiver_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9ed93f7-326d-429e-a2ea-53835750b25c"},{"name":"Contact Created","id":"42488aa5-2f92-4f82-b163-4ac2b5512b51","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Webhook payload content type.</p>\n"},{"key":"timestamp","value":"1779965040","description":"<p>Unix timestamp generated at delivery time.</p>\n"},{"key":"User-Agent","value":"FileInvite-Webhook/1.0","description":"<p>FileInvite webhook delivery user agent.</p>\n"},{"key":"signature","value":"sha256=example-hmac-signature","description":"<p>Only present when webhook signing is enabled.</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"event\": \"contactCreated\",\n  \"fired_at\": \"2026-05-28T14:44:00+12:00\",\n  \"data\": {\n    \"contact\": {\n      \"id\": \"6a732d73-6975-47de-9059-452d4a951cbb\",\n      \"first_name\": \"Jordan\",\n      \"last_name\": \"Lee\",\n      \"email\": \"jordan.lee@example.com\",\n      \"company\": \"Example Lending\",\n      \"position\": \"Applicant\",\n      \"language\": \"en\",\n      \"phone\": {\n        \"id\": \"3a8cdd1a-478d-491a-8c99-2dcb6b91c60a\",\n        \"number\": \"211234567\",\n        \"country_number_code\": \"+64\",\n        \"country_iso2_code\": \"NZ\"\n      },\n      \"created_at\": \"2026-05-01T10:00:00+12:00\",\n      \"completed_at\": null\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_receiver_url}}","description":"<p>Sample outbound webhook delivery sent by FileInvite Gen2 to the configured customer webhook endpoint.</p>\n<p>Use this request as documentation or to replay a representative webhook payload against your own receiver.</p>\n<p>Event: <code>contactCreated</code></p>\n<p>This event is fired when a contact is created. The <code>data.contact</code> object follows <code>ContactResource</code>.</p>\n","urlObject":{"host":["{{webhook_receiver_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"42488aa5-2f92-4f82-b163-4ac2b5512b51"},{"name":"Contact Updated","id":"881108e7-56c6-4227-a856-ce095e1f822b","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Webhook payload content type.</p>\n"},{"key":"timestamp","value":"1779965040","description":"<p>Unix timestamp generated at delivery time.</p>\n"},{"key":"User-Agent","value":"FileInvite-Webhook/1.0","description":"<p>FileInvite webhook delivery user agent.</p>\n"},{"key":"signature","value":"sha256=example-hmac-signature","description":"<p>Only present when webhook signing is enabled.</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"event\": \"contactUpdated\",\n  \"fired_at\": \"2026-05-28T14:44:00+12:00\",\n  \"data\": {\n    \"contact\": {\n      \"id\": \"6a732d73-6975-47de-9059-452d4a951cbb\",\n      \"first_name\": \"Jordan\",\n      \"last_name\": \"Lee\",\n      \"email\": \"jordan.lee@example.com\",\n      \"company\": \"Example Finance\",\n      \"position\": \"Co-borrower\",\n      \"language\": \"en\",\n      \"phone\": {\n        \"id\": \"3a8cdd1a-478d-491a-8c99-2dcb6b91c60a\",\n        \"number\": \"211234567\",\n        \"country_number_code\": \"+64\",\n        \"country_iso2_code\": \"NZ\"\n      },\n      \"created_at\": \"2026-05-01T10:00:00+12:00\",\n      \"completed_at\": null\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_receiver_url}}","description":"<p>Sample outbound webhook delivery sent by FileInvite Gen2 to the configured customer webhook endpoint.</p>\n<p>Use this request as documentation or to replay a representative webhook payload against your own receiver.</p>\n<p>Event: <code>contactUpdated</code></p>\n<p>This event is fired when a contact is updated. The <code>data.contact</code> object contains the current contact values after the update.</p>\n","urlObject":{"host":["{{webhook_receiver_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"881108e7-56c6-4227-a856-ce095e1f822b"},{"name":"Contact Deleted","id":"2d76dafc-ec58-4433-bacc-507b8a6c6046","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Webhook payload content type.</p>\n"},{"key":"timestamp","value":"1779965040","description":"<p>Unix timestamp generated at delivery time.</p>\n"},{"key":"User-Agent","value":"FileInvite-Webhook/1.0","description":"<p>FileInvite webhook delivery user agent.</p>\n"},{"key":"signature","value":"sha256=example-hmac-signature","description":"<p>Only present when webhook signing is enabled.</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"event\": \"contactDeleted\",\n  \"fired_at\": \"2026-05-28T14:44:00+12:00\",\n  \"data\": {\n    \"contact\": {\n      \"id\": \"6a732d73-6975-47de-9059-452d4a951cbb\",\n      \"first_name\": \"Jordan\",\n      \"last_name\": \"Lee\",\n      \"email\": \"jordan.lee@example.com\",\n      \"company\": \"Example Lending\",\n      \"position\": \"Applicant\",\n      \"language\": \"en\",\n      \"phone\": {\n        \"id\": \"3a8cdd1a-478d-491a-8c99-2dcb6b91c60a\",\n        \"number\": \"211234567\",\n        \"country_number_code\": \"+64\",\n        \"country_iso2_code\": \"NZ\"\n      },\n      \"created_at\": \"2026-05-01T10:00:00+12:00\",\n      \"completed_at\": null\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_receiver_url}}","description":"<p>Sample outbound webhook delivery sent by FileInvite Gen2 to the configured customer webhook endpoint.</p>\n<p>Use this request as documentation or to replay a representative webhook payload against your own receiver.</p>\n<p>Event: <code>contactDeleted</code></p>\n<p>This event is fired when a contact is deleted. The <code>data.contact</code> object represents the contact resource available at deletion time.</p>\n","urlObject":{"host":["{{webhook_receiver_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d76dafc-ec58-4433-bacc-507b8a6c6046"},{"name":"Request Completed","id":"777b75b0-734c-4ed7-954d-b1c8ed180db6","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Webhook payload content type.</p>\n"},{"key":"timestamp","value":"1779965040","description":"<p>Unix timestamp generated at delivery time.</p>\n"},{"key":"User-Agent","value":"FileInvite-Webhook/1.0","description":"<p>FileInvite webhook delivery user agent.</p>\n"},{"key":"signature","value":"sha256=example-hmac-signature","description":"<p>Only present when webhook signing is enabled.</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"event\": \"requestCompleted\",\n  \"fired_at\": \"2026-05-28T15:10:00+12:00\",\n  \"data\": {\n    \"request\": {\n      \"id\": \"41df7089-33ad-48b3-a1bb-831f674f083e\",\n      \"title\": \"Proof of income\",\n      \"description\": \"Upload your latest payslip.\",\n      \"type\": \"file\",\n      \"order\": 2,\n      \"status\": \"completed\",\n      \"indicator\": \"completed\",\n      \"meta\": null,\n      \"creator\": {\n        \"id\": \"7f6f7db5-26b7-4f5d-a9f6-f1af980d144e\",\n        \"first_name\": \"Alex\",\n        \"last_name\": \"Smith\",\n        \"email\": \"alex.smith@example.com\",\n        \"avatar_url\": null,\n        \"created_at\": \"2026-01-15T09:00:00+12:00\"\n      },\n      \"files\": [\n        {\n          \"id\": \"a4c8df95-cf57-4898-9651-363d389c8b07\",\n          \"original_name\": \"latest-payslip.pdf\",\n          \"mime_type\": \"application/pdf\",\n          \"size\": 153428,\n          \"type\": \"request\",\n          \"data_retention_deleted_at\": null,\n          \"url\": \"https://files.example.com/latest-payslip.pdf\",\n          \"created_at\": \"2026-05-28T15:08:00+12:00\",\n          \"parent_fileable_id\": null\n        }\n      ],\n      \"contacts\": [\n        {\n          \"id\": \"6a732d73-6975-47de-9059-452d4a951cbb\",\n          \"first_name\": \"Jordan\",\n          \"last_name\": \"Lee\",\n          \"email\": \"jordan.lee@example.com\",\n          \"company\": \"Example Lending\",\n          \"position\": \"Applicant\",\n          \"language\": \"en\",\n          \"phone\": {\n            \"id\": \"3a8cdd1a-478d-491a-8c99-2dcb6b91c60a\",\n            \"number\": \"211234567\",\n            \"country_number_code\": \"+64\",\n            \"country_iso2_code\": \"NZ\"\n          },\n          \"created_at\": \"2026-05-01T10:00:00+12:00\",\n          \"completed_at\": \"2026-05-28T15:10:00+12:00\",\n          \"status\": \"completed\",\n          \"indicator\": \"completed\"\n        }\n      ],\n      \"pdf_redactions\": [],\n      \"revision_notes\": [],\n      \"follow_up\": null,\n      \"created_at\": \"2026-05-28T14:30:00+12:00\",\n      \"follow_up_id\": null,\n      \"request_group_id\": null,\n      \"request_group\": null\n    },\n    \"invite\": {\n      \"id\": \"b7d6b6e3-6f7d-4e1a-9d65-9ad4c2c6d671\",\n      \"reference\": \"INV-2026-0001\",\n      \"subject\": \"Home Loan Documents\",\n      \"message\": \"Please complete the requested documents.\",\n      \"url\": \"https://app.fileinvite.com/invites/b7d6b6e3-6f7d-4e1a-9d65-9ad4c2c6d671\",\n      \"sent_at\": \"2026-05-28T14:44:00+12:00\",\n      \"archived_at\": null,\n      \"due_at\": \"2026-06-11T23:59:59+12:00\",\n      \"status\": \"sent\",\n      \"type\": \"standard\",\n      \"indicator\": \"inProgress\",\n      \"progression_percentage\": 50,\n      \"contacts\": [\n        {\n          \"id\": \"6a732d73-6975-47de-9059-452d4a951cbb\",\n          \"first_name\": \"Jordan\",\n          \"last_name\": \"Lee\",\n          \"email\": \"jordan.lee@example.com\",\n          \"company\": \"Example Lending\",\n          \"position\": \"Applicant\",\n          \"language\": \"en\",\n          \"phone\": {\n            \"id\": \"3a8cdd1a-478d-491a-8c99-2dcb6b91c60a\",\n            \"number\": \"211234567\",\n            \"country_number_code\": \"+64\",\n            \"country_iso2_code\": \"NZ\"\n          },\n          \"created_at\": \"2026-05-01T10:00:00+12:00\",\n          \"completed_at\": null\n        }\n      ],\n      \"created_at\": \"2026-05-28T14:30:00+12:00\",\n      \"last_activity_at\": \"2026-05-28T15:10:00+12:00\",\n      \"completed_at\": null\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_receiver_url}}","description":"<p>Sample outbound webhook delivery sent by FileInvite Gen2 to the configured customer webhook endpoint.</p>\n<p>Use this request as documentation or to replay a representative webhook payload against your own receiver.</p>\n<p>Event: <code>requestCompleted</code></p>\n<p>This event is fired when an invite request is completed. The <code>data.request</code> object follows <code>RequestResource</code>; <code>data.invite</code> is appended for invite-backed requests.</p>\n","urlObject":{"host":["{{webhook_receiver_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"777b75b0-734c-4ed7-954d-b1c8ed180db6"},{"name":"Request Status Changed","id":"af9c8f96-b59f-4de0-94d6-f90bb0559800","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Webhook payload content type.</p>\n"},{"key":"timestamp","value":"1779965040","description":"<p>Unix timestamp generated at delivery time.</p>\n"},{"key":"User-Agent","value":"FileInvite-Webhook/1.0","description":"<p>FileInvite webhook delivery user agent.</p>\n"},{"key":"signature","value":"sha256=example-hmac-signature","description":"<p>Only present when webhook signing is enabled.</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"event\": \"requestStatusChanged\",\n  \"fired_at\": \"2026-05-28T15:05:00+12:00\",\n  \"data\": {\n    \"request\": {\n      \"id\": \"41df7089-33ad-48b3-a1bb-831f674f083e\",\n      \"title\": \"Proof of income\",\n      \"description\": \"Upload your latest payslip.\",\n      \"type\": \"file\",\n      \"order\": 2,\n      \"status\": \"in_progress\",\n      \"indicator\": \"inProgress\",\n      \"meta\": null,\n      \"creator\": {\n        \"id\": \"7f6f7db5-26b7-4f5d-a9f6-f1af980d144e\",\n        \"first_name\": \"Alex\",\n        \"last_name\": \"Smith\",\n        \"email\": \"alex.smith@example.com\",\n        \"avatar_url\": null,\n        \"created_at\": \"2026-01-15T09:00:00+12:00\"\n      },\n      \"files\": [],\n      \"contacts\": [\n        {\n          \"id\": \"6a732d73-6975-47de-9059-452d4a951cbb\",\n          \"first_name\": \"Jordan\",\n          \"last_name\": \"Lee\",\n          \"email\": \"jordan.lee@example.com\",\n          \"company\": \"Example Lending\",\n          \"position\": \"Applicant\",\n          \"language\": \"en\",\n          \"phone\": {\n            \"id\": \"3a8cdd1a-478d-491a-8c99-2dcb6b91c60a\",\n            \"number\": \"211234567\",\n            \"country_number_code\": \"+64\",\n            \"country_iso2_code\": \"NZ\"\n          },\n          \"created_at\": \"2026-05-01T10:00:00+12:00\",\n          \"completed_at\": null,\n          \"status\": \"in_progress\",\n          \"indicator\": \"inProgress\"\n        }\n      ],\n      \"pdf_redactions\": [],\n      \"revision_notes\": [],\n      \"follow_up\": null,\n      \"created_at\": \"2026-05-28T14:30:00+12:00\",\n      \"follow_up_id\": null,\n      \"request_group_id\": null,\n      \"request_group\": null\n    },\n    \"invite\": {\n      \"id\": \"b7d6b6e3-6f7d-4e1a-9d65-9ad4c2c6d671\",\n      \"reference\": \"INV-2026-0001\",\n      \"subject\": \"Home Loan Documents\",\n      \"message\": \"Please complete the requested documents.\",\n      \"url\": \"https://app.fileinvite.com/invites/b7d6b6e3-6f7d-4e1a-9d65-9ad4c2c6d671\",\n      \"sent_at\": \"2026-05-28T14:44:00+12:00\",\n      \"archived_at\": null,\n      \"due_at\": \"2026-06-11T23:59:59+12:00\",\n      \"status\": \"sent\",\n      \"type\": \"standard\",\n      \"indicator\": \"inProgress\",\n      \"progression_percentage\": 50,\n      \"contacts\": [\n        {\n          \"id\": \"6a732d73-6975-47de-9059-452d4a951cbb\",\n          \"first_name\": \"Jordan\",\n          \"last_name\": \"Lee\",\n          \"email\": \"jordan.lee@example.com\",\n          \"company\": \"Example Lending\",\n          \"position\": \"Applicant\",\n          \"language\": \"en\",\n          \"phone\": {\n            \"id\": \"3a8cdd1a-478d-491a-8c99-2dcb6b91c60a\",\n            \"number\": \"211234567\",\n            \"country_number_code\": \"+64\",\n            \"country_iso2_code\": \"NZ\"\n          },\n          \"created_at\": \"2026-05-01T10:00:00+12:00\",\n          \"completed_at\": null\n        }\n      ],\n      \"created_at\": \"2026-05-28T14:30:00+12:00\",\n      \"last_activity_at\": \"2026-05-28T15:10:00+12:00\",\n      \"completed_at\": null\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_receiver_url}}","description":"<p>Sample outbound webhook delivery sent by FileInvite Gen2 to the configured customer webhook endpoint.</p>\n<p>Use this request as documentation or to replay a representative webhook payload against your own receiver.</p>\n<p>Event: <code>requestStatusChanged</code></p>\n<p>This event is fired when a request status changes. The <code>data.request</code> object follows <code>RequestResource</code>; <code>data.invite</code> is appended for invite-backed requests.</p>\n","urlObject":{"host":["{{webhook_receiver_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"af9c8f96-b59f-4de0-94d6-f90bb0559800"}],"id":"6294e006-004f-484e-ae7c-243752811644","_postman_id":"6294e006-004f-484e-ae7c-243752811644","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","id":"99068099-e00d-4e53-aaca-05f4d5c453e9","name":"API Reference","type":"folder"}}}],"id":"99068099-e00d-4e53-aaca-05f4d5c453e9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"_postman_id":"99068099-e00d-4e53-aaca-05f4d5c453e9","description":""}],"event":[{"listen":"prerequest","script":{"id":"bbf0aaea-f215-4532-a3bc-0352719f5ed1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"95c7df51-b2cf-488b-b630-72fbf80248ae","type":"text/javascript","exec":["pm.environment.set(\"xsrf-token\", decodeURIComponent(pm.cookies.get(\"XSRF-TOKEN\")))"]}}],"variable":[{"key":"api_domain","value":"{{region}}.fileinvite.app"},{"key":"state","value":""},{"key":"code_verifier","value":""}]}