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

For users in the European Union: Please use eu.api.helicone.ai instead of api.helicone.ai.

Authorizations

authorization
string
header
required

Body

application/json · object

Response

200 - application/json

Ok

The response is of type object[].