API/GET/storeClientByEmail
GET {{apiURL}}/API/GET/storeClientByEmail?email=client-1@secondhandmobiletestmocha.it&token={{apiToken}}
Endpoint che ritorna l'UUID del cliente relativo alla mail passata come query param
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| email | string | Email del cliente di cui si vuole ottenere lo UUID | |
| token | string | Auth apiToken | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | 
RESPONSES
status: OK
{"uuid":"94248dd3-db9c-11e7-bc57-06a2f90ff7b1"}