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"
}
}