Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Success
curl --request POST \
--url https://api-staging.boost.xyz/dune/create-webhook-token \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"budgetAddress": "<any>",
"chainId": 123,
"duneQueryId": 123,
"signature": "<string>"
}'{
"webhookUrl": "<string>"
}Creates a new Dune webhook token for the budget account
curl --request POST \
--url https://api-staging.boost.xyz/dune/create-webhook-token \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"budgetAddress": "<any>",
"chainId": 123,
"duneQueryId": 123,
"signature": "<string>"
}'{
"webhookUrl": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success