POST
/
publisher.v1
/
member-base
/
create
Create
curl --request POST \
  --url http://localhost/publisher.v1/member-base/create \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "id": "<string>",
  "name": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "deleted_at": "2023-11-07T05:31:56Z"
}
Create a new memberbase within your organisation. A memberbase is a container for members and defines the scope for attribute schemas, delivery configurations, and targeting rules. Before you can add members or configure ad delivery, you must create at least one memberbase. Each memberbase is independent — members, schemas, and configurations do not leak between memberbases.

Naming

Provide a human-readable name that identifies this memberbase within your organisation. Names do not need to be unique but should be descriptive enough to distinguish between memberbases in the dashboard.

Body

application/json
name
string
required

Response

Successful response

id
string
required
name
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
deleted_at
string<date-time>