Appearance
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
| Endpoint | Description |
|---|---|
POST /publisher.v1/member-base/list | Paginate through memberbases with optional filtering |
POST /publisher.v1/member-base/get | Get a single memberbase by ID |
POST /publisher.v1/member-base/create | Create a new memberbase |
POST /publisher.v1/member-base/delete | Delete a memberbase |
See the full interactive reference on the API Reference page.