Getting Started
Quick Start - Requesting Access to FutureVault's APIs
To get access to FutureVault's APIs you need to be provided access by FutureVault. Follow the steps below to gain access.
- Request access to FutureVault's API using our API Access request form.
- Receive and review an email with API credential from FutureVault
See the video below for a walkthrough of these steps.
Quick Start - Authentication
You can use oauth2 client credentials to access FutureVault's APIs. Once you've requested access to FutureVault APIs and received a client_id and client_secret you can access FutureVault's APIs in the steps below.
- Use FutureVault provided credentials to get an access token
- Use an access token to call FutureVault APIs
See the video below for a walkthrough of the steps above that describe how to access FutureVault platform APIs and you can also review FutureVault's authentication guide for more details.
Quick Start - Create a Vault
A 'hello world' type sample using FutureVault's APIs to create a new vault including:
- Reviewing the Create a Vault API documentation
- Downloading and using a sample postman collection
- Using postman to call 'Create a vault'
- Using curl to call 'Create a vault'
Quick Start - Upload a document
A sample using FutureVault's APIs to upload a document to a vault including:
- Reviewing the Upload Vault API documentation
- Downloading and using a sample postman collection
- Using postman to call 'Upload a document'
- Using curl to call 'Upload a vault'
Updated about 2 years ago