How to receive faxes with the Dropbox Fax API
In this article
The information in this article applies to all customers on Dropbox Fax plans.
Note: The Dropbox Fax endpoints have changed from v1 to v3. The v1 endpoints will no longer being maintained. Learn more about the migration to the new v3 endpoints and the benefits for developers.
You can receive faxes through the Dropbox Fax API once you have the API set up. Learn how to set up Dropbox Fax API.
Incoming faxes will be POSTed to your callback URL so there’s no need to retrieve them with a separate action To add callback URLs for your inbound faxes and outbound faxes with a POST:
`curl -u"[your username]:[your password]" -d "DefaultInboundFaxCallbackUrl=https://www.example.com/inboundFax" -d "DefaultOutboundFaxCallbackUrl=https://www.example.com/outboundFax" "https://api.hellofax.com/v1/Accounts/[Your Account GUID]"`
Community answers
-
Posted by: Amy 60 days ago
131
2
-
Posted by: mgaal 164 days ago
225
6
-
Posted by: Neal 399 days ago
598
0
-
Posted by: fherrmann 781 days ago
1124
2
-
Posted by: Naderi 931 days ago
4375
1