Write route
POST /api/v1/subscribers
{
"email": "andrew@example.com",
"citySlugs": ["austin"],
"interestSlugs": ["run-clubs", "music"],
"source": "api"
}Docs
The OpenAPI document is the contract, Scalar is the interactive reference, and these pages explain how to use the Austin-first API without guessing.
Subscribers
Write route
{
"email": "andrew@example.com",
"citySlugs": ["austin"],
"interestSlugs": ["run-clubs", "music"],
"source": "api"
}Semantics
Recommended product flow