POST
/
v1
/
property
/
query
curl --request POST \
  --url https://api.helicone.ai/v1/property/query \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{}'
{
  "data": [
    {
      "property": "<string>"
    }
  ]
}

Authorizations

authorization
string
header
required

Body

application/json · object

The body is of type object.

Response

200 - application/json
data
object[]
required
error
enum<number> | null
required