#Arnostronaut

1 messages · Page 1 of 1 (latest)

sage rivetBOT
indigo axle
#

Do you have a request ID?

sturdy mulch
#

I posted it, just hid the key and email

#

yes one second

#

req_QE6EEMjuKg5rwm

sturdy mulch
indigo axle
#

Okay perfect! Thank you

sturdy mulch
#

I have tried with name

#

and this one with email: req_3PLi2tnMIQv3C6

indigo axle
sturdy mulch
#

that being query="email~'theEmail'" ?

#

or without the query parameter

#

and just email~'theEmail'

#

basically is thew new synthax requiring to replace the : with ~

#

I tried but it returns the same error

sturdy mulch
indigo axle
#

Can you copy/paste the exact command?

#

I deleted the message because it had and API key in it. Please make sure you redact those when you post to this channel

sturdy mulch
#

well you asked for exact command

indigo axle
#

This exact command is working for me just fine. Can you try using it and replacing the email?

curl https://api.stripe.com/v1/customers/search \ -u sk_test_51E7<redacted>: \ -H "Stripe-Version: 2023-08-16" \ --data-urlencode query="email:'someguy@test.com'" \ -G

sturdy mulch
#

issue was an additional spacing after the backslash

#

thank you

indigo axle
#

Ahhh, yup. That'll do it!