Jump to Content
Rejoiner
GuidesAPI Reference
v1.0

Rejoiner
API Reference
v1.0GuidesAPI Reference

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

REST API

  • Verifying Authenticationget
Powered by 

Base URL

All API URLs start with the following base url. Your Site ID can be found on the Domain Settings page and is displayed in the examples below. In order to use the REST API you will need an API key which can be managed in Settings, API Keys.

https://rj2.rejoiner.com/api/v2/{{site_id}}/