Bento
  • Go to Marketing Site
  • Go to App
  • User Work Laptop Streamline Icon: https://streamlinehq.comAccount

  • Graduation Cap Streamline Icon: https://streamlinehq.comGet Started

  • Migration Guides

  • DNS Setup

  • Connection Integration System Api Streamline Icon: https://streamlinehq.comAPI for Developers

    • Introduction
    • Quickstart
    • Authentication
    • Subscribers API
    • Events API
    • Emails API
    • Tags API
    • Fields API
    • Broadcasts API
    • Stats API
    • Spam API
  • Package Streamline Icon: https://streamlinehq.comSDK Guides

  • Plugs Streamline Icon: https://streamlinehq.comIntegrations

  • Horizontal Menu Streamline Icon: https://streamlinehq.comMisc

  • Sign in

Fields

Fields are unique data points you collect about a subscriber, forming the backbone of personalized data in Bento. These can range from simple information like their first name to more complex details such as total purchases, preferred currency, or even interests and application behavior patterns. Each field name remains consistent for every subscriber, while the values vary, allowing for rich individual profiles.

Available Endpoints

MethodEndpointName
POSTfetch/fieldsCreate Fields
GETfetch/fieldsGet Fields

The Field Model

The field model is a simple named key value pair, think of it as a form field.

Properties

  • Name
    name
    Type
    string
    Description

    The name of the Field


GET/v1/fetch/fields

Get Fields

Returns a list of fields in your account.



Response

Returns a list of Fields in your account.


POST/v1/fetch/fields

Create Field

Creates a custom field in your account.

Only a single field can be created at a time.

Required Attributes

  • Name
    key
    Type
    string
    Description

    The name of the field to create.



Response

Returns the details of the created Field.

PreviousTags API
NextBroadcasts API

© Copyright 2025. All rights reserved.

Follow us on XFollow us on GitHubJoin our Discord server

What's on this page

  • Available Endpoints
  • The Field Model
  • GETGet Fields
  • POSTCreate Field