Skip to main content

Refresh a fax

POST 
/faxes/:id/actions/refresh

Refreshes the inbound fax's media_url when it has expired

Request

Path Parameters

    id uuidrequired

    The unique identifier of a fax.

Responses

200: Refresh fax response

404: Fax does not exist

default: Unexpected error

Request samples


curl -L -X POST 'https://api.telnyx.com/v2/faxes/:id/actions/refresh' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


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