Built Intelligence provides a complete set of APIs for you to integrate with FastDraft. Every aspect of FastDraft can be managed via simple, easy to use WEB API’s that supports the open-standard JSON format. Easily manage your contracts, users, early warnings and compensation events, extend existing reporting features or integrate your data with external applications or reporting platforms. You'll find all of our API resources on this page.
Preparation
- All API calls made to the FastDraft platform require an authenticated user with appropriate permissions. Before you can access the FastDraft API’s be sure to contact Built Intelligence to register your account and obtain the necessary permissions. Contract us @ https://www.builtintelligence.com/pages/contact-u z
- We recommend downloading the free Postman App to easily work with FastDraft API’s. https://www.getpostman.com/
- In your browser, navigate to your FastDraft instance API URL for a list of all the available API methods. For example, this could be https://api-docs.builtintelligence.com
Create some API requests
- An example of possible API calls on the Contract Controller is shown below. All API calls require an authenticated user with the correct permissions to be provided.
Before we look at how to request a list of Contracts from FastDraft, let us first authenticate ourselves and obtain our access token.
This API request will return a JSON response that includes your access token which must be used for all future requests.
Our next step is to request a valid CSRF token that we need to include with all our API requests. An example of this request is shown below.
Please note that you will need to request a valid CSRF token before every call to the API. The response will contain a “Permission-token”. You only need the token
Our final step is to request a list of contracts for an authenticate user using both our access and csrf tokens.
- First, we specify the Authentication option as Bearer token
- Then we provide the CSRF token in the header
- Provided your request was successful you will receive a JSON response of contract.
Comments
0 comments
Please sign in to leave a comment.