Skip to main content

Republish a port-out event

POST 
/portout/events/:id/republish

Republish a specific port-out event.

Request

Path Parameters

    id uuidrequired

    Identifies the port-out event.

Responses

204: No content

404: Not found

500: Internal server error

Request samples


curl -L -X POST 'https://api.telnyx.com/v2/portout/events/:id/republish' \
-H 'Authorization: Bearer <TOKEN>'