Zum Inhalt springen
In der Referenz stöbern
Alle Ressourcen

Haushalte

2 Endpunkte · Die Endpunktbeschreibungen sind auf Englisch.

Get a household by id (must be a member)

GET/households/{householdId}
read:households
Beispielanfrage
bash
curl -H "Authorization: Bearer vokse_sk_…" \     -X GET https://api.vokse.ai/households/current
Antwort200 · Success

Update a household (owner only)

PATCH/households/{householdId}
write:households
Beispielanfrage
bash
curl -H "Authorization: Bearer vokse_sk_…" \     -H "Idempotency-Key: $(uuidgen)" \     -X PATCH https://api.vokse.ai/households/current
Antwort200 · Success