/
OP
optimizely
/
Optimizely Agent API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
get
Return the Optimizely config for the given environment
get
Return 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).
post
Decide makes feature decisions for the selected query parameters.
post
Lookup returns saved user profile.
post
Save saves user profile.
post
Track event for the given user.
post
Send event to Optimizely Data Platform (ODP).
post
Activate selected features and experiments for the given user.
post
Override an experiment decision for a user
post
Get JWT token to authenticate all requests.
post
Batch multiple API endpoints into one request.
Lookup returns saved user profile.
Returns the saved user profile for a user.
post
/v1/lookup
Request body
LookupContext
required
userId
string
required
Response
Valid response
UserProfile
required
experimentBucketMap
ExperimentBucketMap
userId
string
Changes