curl --request GET \
--url https://api.supapost.so/projects/{id}{
"id": "uuid-1234",
"team_id": "team-uuid",
"name": "Morning Routine Carousel",
"type": "slideshow",
"data": { },
"thumbnail_url": "https://cdn.supapost.so/assets/team/thumb.jpg",
"status": "draft",
"created_by": "user-uuid",
"created_at": "2026-04-01T12:00:00Z",
"updated_at": "2026-04-07T15:30:00Z"
}
Get a single project by ID
curl --request GET \
--url https://api.supapost.so/projects/{id}{
"id": "uuid-1234",
"team_id": "team-uuid",
"name": "Morning Routine Carousel",
"type": "slideshow",
"data": { },
"thumbnail_url": "https://cdn.supapost.so/assets/team/thumb.jpg",
"status": "draft",
"created_by": "user-uuid",
"created_at": "2026-04-01T12:00:00Z",
"updated_at": "2026-04-07T15:30:00Z"
}
Bearer <supabase-jwt>.{
"id": "uuid-1234",
"team_id": "team-uuid",
"name": "Morning Routine Carousel",
"type": "slideshow",
"data": { },
"thumbnail_url": "https://cdn.supapost.so/assets/team/thumb.jpg",
"status": "draft",
"created_by": "user-uuid",
"created_at": "2026-04-01T12:00:00Z",
"updated_at": "2026-04-07T15:30:00Z"
}