Dropbox Fax API v3
This guide is for Dropbox Fax API developers currently using the v1 endpoints who want to learn about the changes between v1 and v3.
- Authentication matches the API Key method used by the Dropbox Sign API
- API requests that require payment can enable test mode
- API subscription will be billed automatically to the credit card on file
- API requests can be reviewed on the API Dashboard
Corresponding Endpoints
Additional Functionality
New endpoints are available in v3 to allow for more flexibility with faxes and fax lines.
Callbacks
Inbound and outbound fax callbacks will continue to be POSTed to the set DefaultInboundFaxCallbackUrl and DefaultOutboundFaxCallbackUrl.
Callbacks to these URLs will remain in the v1 format.
The updated structure will be POSTed to the v3 callback url settings that can be specified on the API Settings page. These new settings have the same expectations as the Sign API and require the same response detailed in the Events and Callbacks Walkthrough.

Example v3 Payload
Event Names
Here is a list of webhook events that can be sent to your Fax callback urls:
Data
Faxes sent via the v1 API are not stored once the fax has been sent successfully and are unable to be viewed in the UI. Incoming faxes that are POSTed to your callback URL are available in the “Faxes” page. Using the v3 API, this setting can now be enabled or disabled on the API Settings page.

Backwards compatability
If you move to the new API Core subscription plan, you will be billed automatically at the end of the billing month based on your fax usage and number of additional fax lines. Users on the new API Core plan can access both the v1 and v3 endpoints. Users on the existing API Basic plan can only access the v1 endpoints.