cURL
curl -X GET \ /customers/{customerId}/email-addresses \ --header "Authorization: Bearer <token>"
{ "data": [ { "email": "[email protected]", "receiverName": "John Doe", "type": "TYPE_COMPANY", "id": "00000000-0000-0000-0000-000000000000", "default": "true" } ], "meta": { "pagination": { "totalItems": 123, "itemsPerPage": 123, "currentPage": 123, "lastPage": 123, "pageTotalItems": 123 } } }
Get customer email addresses
customer:read
Value for the Authorization header parameter.
CustomerEmail identifier
The collection page number
The number of items per page
0 <= x <= 100
CustomerEmail collection
Show child attributes
255
"[email protected]"
"John Doe"
TYPE_COMPANY
TYPE_INVOICE
"TYPE_COMPANY"
"00000000-0000-0000-0000-000000000000"
"true"
Was this page helpful?