Developer
2 Docs
Authentication
Last Updated: October 20, 2025Generate a token Returns a bearer token that can be used to authenticate future requests. Endpoint: POST https://app.mysiteoptimization.com/api/1.1/wf/tokenContent Type: application/json Data: Response:
Submitting Metrics
Last Updated: October 20, 2025Below you will find instructions for how to submit metric data for your experiment programmatically. Submit Metric Data Endpoint: POST https://app.mysiteoptimization.com/api/1.1/wf/metric?api_key=[EXPERIMENT_API_KEY] Content Type: application/json Authentication: Use the token returned from the response above as a Bearer token in your Authentication header during the request. You can find your experiment’s api_key (make sure to include as...