/
/Optimizely Agent API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
  • getReturn the Optimizely config for the given environment
  • getReturn the datafile for the given environment. If you need strict consistency, you can pass the datafile to other Optimizely instances. so that all initialize from exactly the same datafile version (rather than each fetching the datafile separately from the Optimizely CDN).
  • postDecide makes feature decisions for the selected query parameters.
  • postLookup returns saved user profile.
  • postSave saves user profile.
  • postTrack event for the given user.
  • postSend event to Optimizely Data Platform (ODP).
  • postActivate selected features and experiments for the given user.
  • postOverride an experiment decision for a user
  • postGet JWT token to authenticate all requests.
  • postBatch multiple API endpoints into one request.

Send event to Optimizely Data Platform (ODP).

Send ODP event to Optimizely Data Platform. Clients can send arbitrary events to the ODP server. For instance, they can bind an email to the FS userId via this API.

post/v1/send-odp-event

Request body

actionstring required
typestring
identifiersobject required
dataobject

Response

Valid response, event received

Changes