ACE (Agentic Commerce Engine)
API ReferenceExperiments

List experiments

GET
/experiments

List experiments for a project. Requires authentication and a projectId.

Authorization

AuthorizationBearer <token>

API key in the Authorization header: Authorization: Bearer ace_live_.... Use an ace_test_... key for the free, rate-capped sandbox.

In: header

Query Parameters

projectId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/experiments?projectId=string"
{  "data": [    {}  ]}
{  "error": {    "code": "INSUFFICIENT_CREDITS",    "message": "Not enough credits for this request.",    "details": null  }}
{  "error": {    "code": "INSUFFICIENT_CREDITS",    "message": "Not enough credits for this request.",    "details": null  }}