List postures
Postures
List postures
Returns platform-default postures plus, when org_id is supplied, the org’s postures.
GET
List postures
Authorizations
Supabase JWT token in Authorization: Bearer header
Query Parameters
Limit to platform-defaults + this org's postures.
Opt-in pagination: max postures to return. Omit limit AND offset for the full (unpaginated) listing. When supplied, the response adds total/limit/offset and only the returned page is body-hydrated.
Required range:
1 <= x <= 200Opt-in pagination: number of postures to skip.
Required range:
x >= 0