Authorizations
Body
application/json · object
curl --request POST \
--url https://api.helicone.ai/v1/property/query \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"data": [
{
"property": "<string>"
}
]
}Query properties for a specific user
curl --request POST \
--url https://api.helicone.ai/v1/property/query \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"data": [
{
"property": "<string>"
}
]
}eu.api.helicone.ai instead of
api.helicone.ai.Was this page helpful?