api-v2-posts
Stub
Purpose: List existing posts, create new post drafts (personal or brand).
Auth: X-API-Key or Authorization: Bearer.
Required scopes:
– GET → posts:read
– POST → posts:write
Endpoint:
GET|POST https://<project>.supabase.co/functions/v1/api-v2-posts
Critical: see Scheduling rules for how scheduled_at interacts with personal vs brand posts.