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

pageinteger

Current page

totalPagesinteger

Total number of pages.

pageSizeinteger

Number of items per page.

totalItemsinteger

Total size of the result.

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/country to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #1]/phoneNumbers/items/note to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #1]/phoneNumbers/items/suspended to the response with the 200 status

      response-optional-property-added