Skip to content

Memberbases API

The memberbases endpoints allow you to create and manage audience containers. A memberbase groups members together and defines the attribute schema available for targeting within that audience.

Key operations include:

  • Create memberbase -- provision a new audience container with a name and optional attribute schema.
  • List memberbases -- paginate through all memberbases in your organisation, with optional name-based filtering.
  • Get memberbase -- retrieve details of a single memberbase by ID.
  • Delete memberbase -- remove a memberbase and all its associated members.

Memberbases are lightweight and impose no limit on the number of members they contain. Each memberbase operates independently -- members, attributes, and delivery configuration are all scoped to the memberbase they belong to.

Endpoints

EndpointDescription
POST /publisher.v1/member-base/listPaginate through memberbases with optional filtering
POST /publisher.v1/member-base/getGet a single memberbase by ID
POST /publisher.v1/member-base/createCreate a new memberbase
POST /publisher.v1/member-base/deleteDelete a memberbase

See the full interactive reference on the API Reference page.