Skip to main content

Create Subscriber

Creates a subscriber in your account and queues them for indexing.

Query Parameters
  • site_uuid string required

    Your site's unique identifier.

Request Body
  • subscriber object
  • email string
Responses

Returns the created visitor.


Schema
  • data object
  • id string

    The unique identifier for the subscriber.

  • type string

    The type of the data.

  • attributes object
  • uuid string

    The UUID of the subscriber.

  • email string

    The email of the subscriber.

  • fields object

    Additional fields related to the subscriber.

  • cached_tag_ids string[]

    An array of cached tag IDs associated with the subscriber.

Loading...