Queries
Unprivate Query
This API allows for anyone to unprivate a query. Only the API key generated under the context of the owner of that query will work.
POST
/
v1
/
query
/
{queryId}
/
unprivate
To access Query endpoints, a Plus plan or higher is required.
Headers
X-DUNE-API-KEY
string
requiredAPI Key for the service
Path Parameters
queryId
integer
requiredunique identifier of the query
Query Parameters
api_key
string
API Key for the service, alternative to using the HTTP header X-DUNE-API-KEY.
Response
200 - application/json
query_id
integer
Was this page helpful?