In order to use the API, you will need first get an API key. To get the API key, you can either use the link below, or clike the API Key button in the side menu of account management.
https://app.optisigns.com/app/s/apikeys
Create API Key
1. Click the New API Key button
2. Enter the API Key name, and select the permission for the API key.
3. Save the API key safely, the key will be used the access your account through API.
Use API Key
To use the API key, put it in the HTTP request header following this format.
Authorization: Bearer YOUR_KEY_HERE
In the OptiSigns GraphQL playground, you will be able to query your data if the API key is successfully added.