DubBot API utilizes GraphAPI.
GraphQL is fairly self-documenting.
Developers can get their token from requests by visiting any of the pages in their account on app.dubbot.com
To get your API token:
Open dev tools (often available by right-clicking and selecting Inspect Element) in Google Chrome or Firefox
Click on the Network tab
From the left panel, select any of the requests to /graphql
In the right panel, see the Request Headers for
authorization
The token is provided in this field.
Users can make GraphQL requests by sending queries via POST to api.dubbot.com/graphql