API Center
Backend as a service
One governed API surface across every module, with per-tenant credentials, quotas and observability.
Requests (24h)
184,220
9.4%
Error rate
0.09%
1.8%
Active keys
4
2 production
Webhook deliveries
12,904
4.6%
Endpoints
v1 · Production
Try it
GET /v1/inventory/items
curl https://api.geecee.io/v1/inventory/items \
-H "Authorization: Bearer gc_live_7f2a..." \
-H "X-Tenant-Id: prod-in-west-1"
{
"data": [
{ "id": "itm_8241", "sku": "FLR-001", "onHand": 412.5 },
{ "id": "itm_8242", "sku": "SGR-114", "onHand": 96.0 }
],
"page": { "cursor": null, "limit": 50 }
}