Fax to Email
Get numbers for email
Get configured numbers for an email
get/services/{serviceId}/emails/{email}/numbers
Response
A list of numbers associated with the email
Example response
{
"phoneNumbers": [
{
"phoneNumber": "+15551235656",
"country": "US",
"suspended": true,
"note": "Reason for suspending the number.",
"projectId": "ae00f005-e392-44dc-b3f5-a657a2684dg3",
"serviceId": "01GVRB50KEQFFE1SGMPFRNBG6J"
}
]
}Changes
Changed in 1 of the 2 revisions of this API.3
- ○
added the optional property
allOf[subschema #1]/phoneNumbers/items/countryto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #1]/phoneNumbers/items/noteto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #1]/phoneNumbers/items/suspendedto the response with the200statusresponse-optional-property-added
- ○