List Fax URIs
GET {{baseUrl}}/v1/configuration/faxuri?pageNumber=0&pageSize=20
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
faxUriId | string | The identifier of the fax uri. | |
deliveryMethod | string | This is the delivery method on which you want to filter your list of Fax URIs. The possible values are SMTP and HTTP_POST. | |
faxFileFormat | string | This is the file format on which you want to filter your list of Fax URIs. The possible values are Tiff and Pdf. | |
uri | string | This is the URI on which you want to filter your list of Fax URIs. | |
csid | string | This to filter in/out the Fax URIs for which CSID (Called subscriber identification) is enabled. | |
pageNumber | number | The page number, starting at 0. | |
pageSize | number | The page size (max number of entities that are displayed in the response). |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
apikey | string | Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under Account Settings. Please use our API quickstart guide for more help. | |
Accept | string |
RESPONSES
status: OK
{"faxUris":[{"faxUriId":7,"deliveryMethod":"SMTP","faxFileFormat":"Pdf","uri":"https://fax.smtp.voxbone.com","csid":"CSID","subject":"This is an example subject","body":"This is an example body","useHtml":"true"},{"faxUriId":3,"deliveryMethod":"HTTP_POST","faxFileFormat":"Pdf","uri":"https://fax.voxbone.com","csid":"CSID","subject":null,"body":null,"useHtml":"false"},{"faxUriId":9,"deliveryMethod":"HTTP_POST","faxFileFormat":"Pdf","uri":"https://voxbone.com","csid":"230958290835109485","subject":null,"body":null,"useHtml":"false"}],"resultCount":3}