Encontrar Cliente
POST
/v1/customers/find
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/customers/find' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "abc@gmail.com"
}'
Response Response Example
{}
Requisição
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-05-26 19:09:20