# Audiences

Everything about your Audiences

 - [GET /audiences](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/audiences/listaudiences.md): You can fetch a list of all audiences for the workspace.
 - [POST /audiences](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/audiences/createaudience.md): You can create a new audience by providing a name and optional predicates.
 - [GET /audiences/{id}](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/audiences/retrieveaudience.md): You can fetch a single audience by its id.
 - [PUT /audiences/{id}](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/audiences/updateaudience.md): You can update an existing audience by providing the fields to change.
 - [DELETE /audiences/{id}](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/audiences/deleteaudience.md): You can delete a single audience by its id.
 - [Audience](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/audiences/audience.md): Schema: #/components/schemas/audience
