# Server Publishers ## Retrieves the list of server Publishers - [GET /v2/servers/{serverName}/publishers](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/server-publishers/getpublishersconfig.md): This API is available in builds 15089 or later. ## Adds a new Publisher to the list - [POST /v2/servers/{serverName}/publishers](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/server-publishers/postpublishersconfig.md): This API is available in builds 15089 or later. ## Retrieves the specified Publisher configuration - [GET /v2/servers/{serverName}/publishers/{publisher}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/server-publishers/getpublisherconfig.md): This API is available in builds 15089 or later. ## Adds the specified Publisher configuration - [POST /v2/servers/{serverName}/publishers/{publisher}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/server-publishers/postpublisherconfig.md): This API is available in builds 15089 or later. ## Deletes the specified Publisher configuration - [DELETE /v2/servers/{serverName}/publishers/{publisher}](https://developer.wowza.com/docs/wowza-engine/rest-api/openapi/server-publishers/deletepublisherconfig.md): This API is available in builds 15089 or later.