Fax API v3.0
RESTful API for eFax Services
List Fax Numbers
List all fax numbers bound to your MaxMD username
Authentication
Access Token is required in order to access Fax API functions.
Click here for OAuth2 authentication instruction.
Put a valid Access Token in each HTTP Request Header:
Authorization: Bearer {access_token}
Endpoints
Function | Endpoint |
---|---|
getFaxNumberList | GET https://fax.maxmddirect.com/api/accounts
List all fax numbers bound to your MaxMD username |
HTTP Request Header
Authorization: Bearer {accessToken}
Content-Type: application/json
HTTP Response Code
HTTP Code | Description |
---|---|
200 | Success. |
400 | Bad Request. Invalid action. Or some parameter is missing or invalid. |
401 | Unauthorized. No valid access token is found at request. |
403 | Forbidden. Permission denied for the requested action |
404 | Endpoint is not found |
500 | Server Error. |
Error Response Body (format: application/json)
Name | Type | Description |
---|---|---|
error | String | Error message |
description | String | Error description |
Success Response Body (format: application/json)
Name | Type | Description |
---|---|---|
Username | String | MaxMD Username |
faxnumbers | String[] | List of fax numbers |
description | String | Description |