If you are an integrator you will want to get started posting data to our API and sending faxes programmatically.
You will need to get the ProductId which is the unique identifier for your fax line. Each fax line has a different unique GUID (or Hashed ID) which allows you to send / receive and manage your faxes individually.
The natural question we get is:
I signed up and I need my API Key. You can ask us by submitting a help desk ticket or you can use our API to get your API Key.
Profile_GetF2EProductList
curl --location --request POST 'https://api2.westfax.com/REST/Profile_GetProductList/json' \
--form 'Username="{{User}}"' \
--form 'Password="{{Pass}}"' \
--form 'Cookies="false"'
{
"Success": true,
"Result": [
{
"Id": "00000000-1111-2222-3333-4444444444",
"Name": "FF-Acme Corp",
"PlanId": "00000000-1111-5555-55555-33333333",
"ProductType": "FaxForward",
"InboundNumber": "8885551212",
"TimeZone": "Pacific",
"ProductState": "OK",
"CurrentBillingPeriodStart": "2021-06-01T00:00:00Z",
"CurrentBillingPeriodEnd": "2021-07-01T00:00:00Z",
"FreeTrialEnd": "2021-05-25T23:59:59Z",
"PeriodicQuantity": 0,
"QuantityInbound": 0,
"QuantityOutbound": 0
}
]
}
"Id": "00000000-1111-2222-3333-4444444444"