List storefront origins
List the browser origins registered for publishable-key storefront calls.
Related endpoints
GET /storefront/products— List storefront productsGET /storefront/products/{productId}— Get a storefront productPOST /storefront/origins— Register a storefront originDELETE /storefront/origins/{originId}— Remove a storefront originGET /storefront/status— Get storefront integration status
Common errors
401 unauthenticated— missing, malformed, or revoked API key.403 permission_denied— key lacks the required scope, or the resource belongs to a different merchant.
Pagination
Offset-based with limit (default 25, max 100) and offset. The response pagination block includes total and hasMore. See the pagination guide for SDK auto-paging helpers.
x-api-key<token>
Your RevKeen API key (powered by Unkey). Get it from Dashboard > Settings > API Keys. Use rk_sandbox_* for test mode and rk_live_* for production.
In: header
Response Body
application/json
application/json
application/json
Stuck on an error response? Ask the RevKeen assistant to explain it.
curl "https://api.revkeen.com/v2/storefront/origins" \
-H "x-api-key: $REVKEEN_API_KEY"{
"data": [
{
"id": "string",
"object": "storefront_origin",
"origin": "string",
"created_at": "string"
}
]
}{
"error": "string",
"message": "string"
}{
"error": "string",
"message": "string"
}