Customer
get/v1/customer
Query parameters
remoteIdstring
The remote id of the customer in your system
phoneNumberstring
The phone number of the customer
emailstring
The email address of the customer
subscriberCustomerIdstring
The id of the customer in your own primary database or a unique identifier
Response
Customer found
Example response
{
"firstName": "Lori",
"lastName": "Keet",
"email": "lori@keet.com",
"phoneNumber": "+14155552671",
"displayName": "Lori Keet",
"remoteId": "1234567890",
"subscriberCustomerId": "1234567890",
"avatarUrl": "https://example.com/image.jpg",
"id": "e63d04d0-cfd4-46ad-9186-20ee31a8563b"
}