Documentation

List sites

GET/v1/sites

Auth: Secret API key (rk_sk_)

List all sites for the authenticated account.

Responses

200Site list
[
  {
    "id": "660e8400-e29b-41d4-a716-446655440001",
    "name": "My Store",
    "domain": "store.example.com",
    "publicKey": "rk_pk_live_abc123",
    "createdAt": "2026-01-01T00:00:00Z"
  }
]