Clients working on projects accessing the DubBot API can now generate their own longer-lasting API Key in the app.
We recommend creating a user account that has the sole purpose of assigning the role/permissions for the API key. Assigning the key to this account keeps the key from being inactivated were it to be assigned to a person and that person leaves the company. DubBot does not price on user account, so this will not impact DubBot subscription pricing.
How to use
Create a User Account
Create the API key
Key will look like
dubbot_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Add the request header
X-API-KEY
with the DubBot API keyMake requests to GraphQL
All the actions done with the API key will be attributed to the user the API key belongs to. All permissions are based on the user.
Full details and examples can be found in the Getting an API Key article.