This document provides an overview of how-to guides for using the HotDocs Advance API.
In this Topic Hide
You can view the latest reference documentation for the Advance API at https://yourorganization.com/HdaApi/rest/documentation/index.html, where yourorganization.com is the domain under which your Advance deployment is located.
See Advance REST API Base URL to find the URL to which you will make API requests.
When using the Advance API, you must create a client if you do not already have one. To make a request, you must first get an access token from Advance. Depending on the authentication flows you client uses, you can get an access token in the following ways:
The access token is then sent in the authorization header of a request to the API.
Once you have retrieved the token, you can make requests to the Advance API. See the link in the API Documentation section above to access the API documentation.
There is a selection of examples in our Code Examples documentation. The examples cover the following tasks: