cURL
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
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?