API ReferenceExperiments
Authorization
bearerAuth AuthorizationBearer <token>
appSecret or sessionToken
In: header
Request Body
application/json
experimentId*string
Experiment ID
sessionId*string
Client session ID
Response Body
application/json
curl -X POST "https://your-convex-deployment.convex.site/api/experiments/assign" \ -H "Content-Type: application/json" \ -d '{ "experimentId": "string", "sessionId": "string" }'{}Edit on GitHub
Last updated on