EmailsEmail
Get customer
Get basic data for the customer using the customers email address. Allows annoymous.
GET
/v1/customers/emails/{email}
AuthorizationBasic <token>
Basic Authorization header using the Bearer scheme.
In: header
Authorization<token>
JWT Authorization header using the Bearer scheme.
In: header
Path Parameters
emailstring
Response Body
curl -X GET "https://loading/v1/customers/emails/string"
{
"emailAddress": "string",
"customerGuid": "string",
"errors": [
{
"description": "string"
}
]
}
{
"message": "string",
"code": 0
}
{
"succeeded": true,
"errors": [
{
"message": "string"
}
]
}
How is this guide?