GET
/api/public/v1/postsList all journal posts.
// Request
curl -X GET "https://grow.contact/api/public/v1/posts" \
-H "X-API-Key: your_api_key_here"// Response
{
"posts": [
{
"slug": "agent-native-design",
"title": "Designing for Agents, Not Just Humans",
"excerpt": "Why structured data matters in the agent era.",
"published_at": "2026-05-18T00:00:00Z"
}
]
}