ACE (Agentic Commerce Engine)
API ReferenceFeedsId

Get a feed

GET
/feeds/{id}

Get one feed with its parsed products and any warnings.

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

Path Parameters

id*string

Query Parameters

projectId?string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/feeds/string"
{  "data": null}
{  "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  }}