Delio API Documentation

Use the Delio API to access all the information within your Delio platform including Deals, Portfolio Reporting, Documents and Users.

Getting started

Authentication

All API requests must be authenticated using a Bearer token. When you receive your API token, you'll need to include it in the Authorization header of your requests like this:

Authorization: Bearer your-api-token

API Endpoints

All API endpoints are accessed through the following base URL structure:

https://your-url.com/kong/core/api/gateway/**

This base URL is used for all API routes, with the specific endpoint path appended to it. For example, to access the all forms endpoint, you would use:

https://your-url.com/kong/core/api/gateway/forms/form

Resources

Attachments

Learn about the attachments service and how to interact with it.

Forms

Learn about the forms service and how to interact with it.

Transaction Management

Learn about the transaction management service and how to interact with it.

Users

Learn about the users service and how to interact with it.

Portfolio Reporting

Learn about the portfolio service and how to interact with it.