Biconomy SDK
Search
⌃K

Dashboard APIs

Using these APIs allow you to perform various actions without the need to access the dashboard UI manually.

Auth Token

To obtain an authToken required in the header, please reach out to our support team.

Public APIs

get
https://paymaster-dashboard-backend.prod.biconomy.io/api/v1/public/sdk/dapp
API to get list of DApps
post
https://paymaster-dashboard-backend.prod.biconomy.io/api/v1/public/sdk/dapp
API to create a new DApp
To manage the smart contracts associated with your DApp, we provide a set of endpoints that allow you to perform actions such as adding, updating, deleting, and retrieving a list of smart contracts. To access these endpoints, you will need to include the "apiKey" parameter in the header of your requests along with the "authToken".
The "apiKey" can be obtained in two ways:
  1. 1.
    When creating your DApp, you will receive an "apiKey" as part of the registration process.
  2. 2.
    Alternatively, if you already have a DApp registered, you can find the "apiKey" in the list API of the DApp.
post
https://paymaster-dashboard-backend.prod.biconomy.io/api/v1/public/sdk/smart-contract
API to create a Smart Contract
get
https://paymaster-dashboard-backend.prod.biconomy.io/api/v1/public/sdk/smart-contract
API to get list of Smart Contracts
patch
https://paymaster-dashboard-backend.prod.biconomy.io/api/v1/public/sdk/smart-contract
API to update Smart Contract whitelisted methods
delete
https://paymaster-dashboard-backend.prod.biconomy.io/api/v1/public/sdk/smart-contract
API to delete Smart Contract
Below are the webhook APIs for adding validation checks on your end before sponsoring the transaction
get
https://paymaster-dashboard-backend.prod.biconomy.io/api/v1/public/sdk/webhook
API to get list of registered webhooks
post
https://paymaster-dashboard-backend.prod.biconomy.io/api/v1/public/sdk/webhook
API to register webhook
patch
https://paymaster-dashboard-backend.prod.biconomy.io/api/v1/public/sdk/webhook
API to update webhook status
delete
https://paymaster-dashboard-backend.prod.biconomy.io/api/v1/public/sdk/webhook
API to delete webhook