Try our conversational search powered by Generative AI!

Loading...

Campaign

This documentation lists all available resources and endpoints of the Optimizely Campaign REST API. The REST API lets you integrate Optimizely Campaign with your business applications and third-party software. Use Optimizely Campaign features and functionalities remotely to manage your recipient data, campaigns and mailings.

Note: To use the REST API, you need to set up your Optimizely Campaign client first. See Client setup.

The base URL for all API requests is as follows: https://api.campaign.episerver.net/rest/{clientId}/{component}/{path}?{parameters}

You can also use the Swagger Try it out feature to test the API before you implement it in the target system.

Note: Due to updates on the API, the responses will no longer contain the default reason phrase (status description) appended to the HTTP status code, such as HTTP 200 "OK" or HTTP 404 "NOT FOUND". If your API client relies on the reason phrase, and to avoid system failures, please adjust your API response handling to ignore the reason phrase until 2021-12-31. See also HTTP specification RFC 7230 3.1.2.

See the Optimizely Campaign Developer Guide for more information on how to integrate solutions with Optimizely Campaign.