Fax to Email
List emails
List emails for the project.
get/services/{serviceId}/emails
Path parameters
serviceIdstring required
The serviceId containing the emails you want to list.
Query parameters
pageinteger
Example:1
The page to fetch. If not specified, the first page will be returned.
pageSizeinteger
Example:20
Number of items to return on each page.
Response
A list of emails associated with the project.
Example response
{
"emails": [
{
"email": "user@domain.com",
"phoneNumbers": [
{
"faxNumber": "+15551235656"
}
],
"projectId": "ae00f005-e392-44dc-b3f5-a657a2684dg3"
}
]
}