Base URL
All API access is over HTTPS. All data is sent and received as JSON.:organizationId is your organization ID and :resource is the specific
resource you want to interact with (e.g., posts, categories, tags,
authors).
Authentication
Notra uses API keys for authentication. You can create and manage keys in your workspace dashboard under Settings > API Keys. Include your API key in theAuthorization header of every request using the
Bearer scheme:
Response Format
All responses are JSON. Success responses return data. Error responses return anerror field.
All timestamps are in UTC ISO 8601 format:
YYYY-MM-DDTHH:MM:SSZError Handling
The API uses standard HTTP status codes:| Code | Description |
|---|---|
200 | Success |
400 | Bad Request - Invalid parameters |
401 | Unauthorized - Invalid or missing API key |
404 | Not Found - Resource doesn’t exist |
429 | Too Many Requests - Rate limit exceeded |
500 | Internal Server Error |