Jump to Content
Rejoiner
GuidesAPI Reference
v1.0

Rejoiner
API Reference
v1.0GuidesAPI Reference
All
Pages
Start typing to search…

Getting Started

  • Introduction
  • Preparation

JavaScript API

  • Basic Code Snippet
  • Tracking Views
    • trackPageView
    • addPageView
    • trackProductView
  • Tracking Cart Data
    • setCartData
    • setCartItem
    • removeCartItem
    • clearCartData
  • Tracking Conversions
    • sendConversion
  • Storing Customer Data
    • setCustomerData
    • setCustomerEmail
    • setCustomerPhone
    • subscribeToList
    • customerOptIn
  • Additional Data
    • setSessionMetadata
    • setSessionDate
  • Form Filtering

REST API

  • REST API Basics
    • Base URL
    • Authentication
    • Request & Response Format
    • Pagination
  • Customer Endpoints
    • Convert Customer
    • Journey Cancellation
    • Customer Unsubscribe
    • Record Explicit Customer Consent
    • Get Customer Profile
    • Update or Create Customer Profile
    • Update Customer Profile
  • Customer Tags
    • Get Customer Tags
    • Replace Customer Tags
    • Add Customer Tags
    • Remove Customer Tags
  • Preference Tags
    • Get Preference Tags
    • Replace Preference Tags
    • Add Preference Tags
    • Remove Preference Tags
  • List Endpoints
    • Retrieve Lists
    • Retrieve List Contacts
    • Add Customer to List
    • Remove Customer From List
  • Session Endpoints
    • Update Session Data
  • Journey Endpoints
    • Trigger Webhook Journey
    • Trigger Waiting Journey Node
  • Verifying Authenticationget
Powered by 

Get Preference Tags

This endpoint will return the customer preference tags stored in Rejoiner.

You can use either the Rejoiner Customer ID or the customer's email address.

GET /customers/preference_tags/CUSTOMER_ID/
GET /customers/preference_tags/by_email/?email=CUSTOMER_EMAIL