v2

latestOpenAPI 3.0.02026-08-08112115411.4 KB
Audiences

Get a list of audiences

Returns a list of all email marketing audiences in a Nutshell instance.

get/audiences

Response

OK

idstring

The API ID of this entity, formatted {integer}-{entityType}

namestring
isWebFXboolean

Whether the audience is a WebFX audience

Example response

[
  {
    "id": "3-contacts"
  }
]