HomeGuidesAPI Reference
Submit Documentation FeedbackJoin Developer CommunityOptimizely GitHubOptimizely NuGetLog In

Server-to-Server API

This section describes the Server-to-Server API used for integrating Optimizely personalization features.

Using this integration method, you call the HTTP endpoints directly to integrate with the core personalization tracking API.

Prerequisites

To set up the Optimizely personalization, provide Optimizely with a product catalog feed. See Catalog feed specification.

Overview

The Server-to-Server API lets clients integrate their servers or applications with Optimizely Personalization products. The API provides JSON tracking data and receives JSON-formatted content, calling the HTTP endpoints directly.

The core of the tracking data includes user journey, user information, and product details. In response to the tracking data sent, recommendations are returned with the Server-to-Server API response payload.

Server-to-server integration flow

The following image shows an overview of the integration process.

603