Accessing the DubBot API
Updated over a week ago

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.

Inspect Element Console on Browser, highlighting Network area

Users can make GraphQL requests by sending queries via POST to api.dubbot.com/graphql

Did this answer your question?