curl --request POST \
--url https://api.helicone.ai/v1/customer/query \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'[
{
"id": "<string>",
"name": "<string>"
}
]Search and filter customer information
curl --request POST \
--url https://api.helicone.ai/v1/customer/query \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'[
{
"id": "<string>",
"name": "<string>"
}
]eu.api.helicone.ai instead of
api.helicone.ai.Was this page helpful?