Hi there,
I have a query with a text type parameter and want to use the Query API Key to access the query result. I followed the API doc to use POST
and pass the parameter to JSON request body like the example below
{
"parameters": {
"uuid":"8adb2035b600c12e72a633ce987ea44b"
},
"max_age": 1800
}
I got an error message: “Internal Server Error”. Not sure what’s the problem. Any suggestions are helpful. Thank you in advance for the help!