This article covers how to set up Vinesign’s Public API. Once Vinesign’s Public API V2 has been enabled for your Org, you can authenticate requests to the gateway by following the subsequent steps.
Vinesign’s external API requests (not including requests to Filevine or to Lead Docket) are limited to 10 per user in the Org per month. If you require additional sends per month, please reach out to the Filevine Sales Team.
Generate an API Key
To generate an API key, click Settings at the top of the page and then select API Keys V2. You must be an Admin user to access the Settings section.
Click Add API Keys and choose the name and owner of the key. Click Save to generate the key and secret.
Request an Access Token
Once you’ve generated the key and secret, you can click the link on this page to navigate to the swagger page, where you can use the POST request to request an access token.
Click the link “here” on the API Keys V2 page to navigate to the swagger page.
On the swagger page, click to expand the POST /api/access/token and then click Try it out.
Copy and paste your key and secret into “string” in the code, and then click Execute. In the Responses, you can view the access token and its expiration time.
Authorize Using the Access Token
Copy the access token in the response, and then click Authorize at the top of the swagger page.
Enter the access token and click Authorize.
Make Further Requests
Once you’ve authorized the access token, you can use the swagger page to make additional requests, like sending documents.
Comments
0 comments
Article is closed for comments.