v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Programmable Fax Commands

Refresh a fax

Refreshes the inbound fax's media_url when it has expired

post/faxes/{id}/actions/refresh

Path parameters

idstring uuid required

The unique identifier of a fax.

Response

Refresh fax response

Example response

{
  "data": {
    "result": "ok"
  }
}