curl -X GET \
/customer-email-addresses/{id} \
--header "Authorization: Bearer <token>"
{
"id": "00000000-0000-0000-0000-000000000000",
"email": "john.doe@example.com",
"receiverName": "John Doe",
"type": "TYPE_COMPANY",
"default": "true"
}
Get customer email address
Required permissions:customer:read
curl -X GET \
/customer-email-addresses/{id} \
--header "Authorization: Bearer <token>"
{
"id": "00000000-0000-0000-0000-000000000000",
"email": "john.doe@example.com",
"receiverName": "John Doe",
"type": "TYPE_COMPANY",
"default": "true"
}
Value for the Authorization header parameter.
CustomerEmail identifier
CustomerEmail resource
Was this page helpful?