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>"
  }
]

Authorizations

authorization
string
header
required

Body

application/json · object

The body is of type object.

Response

200 - application/json
Ok
id
string
required
name
string
required