Skip to main content

Refresh the status of all Upload requests

POST 
/external_connections/:id/uploads/refresh

Forces a recheck of the status of all pending Upload requests for the given external connection in the background.

Request

Path Parameters

    id int64required

    Identifies the resource.

Responses

200: Successful response

401: Unauthorized

404: Not found

409: Status refresh is still in progress, please wait before calling again

Request samples


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

Response samples


{
"success": true
}