Base URL: https://api.nexusBlog.com — REST · JSON · JWT Auth
All API requests must include a valid JWT token in the Authorization header. Get your token via POST /v1/auth/token after Firebase authentication.
// Request header
Authorization: Bearer <your-jwt-token>
/v1/tenants/v1/tenants/v1/tenants/{id}/articles/v1/tenants/{id}/articles/v1/tenants/{id}/articles/{aid}/v1/tenants/{id}/articles/{aid}/v1/tenants/{id}/categories/v1/tenants/{id}/categories/v1/tenants/{id}/team/v1/tenants/{id}/team/invite# List articles for a tenant
curl \
-H "Authorization: Bearer $TOKEN" \
https://api.nexusblog.com/v1/tenants/{id}/articles
The API is rate limited to 1,000 req/hour for Starter, 5,000 for Pro, and unlimited for Business. X-RateLimit-Limit and X-RateLimit-Remaining headers indicate current consumption.