ESC
Example searches: “Comments”, “created_at”, “200”, “id”, “status”
Search…
Ctrl+K
⌘K
API Changelog
Download source
JSON OpenAPI specification
YAML OpenAPI specification
Toggle dark mode
Topics
Introduction
Endpoints
Comments
Retrieves a comment by its unique identifier.
GET
Retrieves replies to a specified comment with configurable tree traversal and pagination.
GET
Creates a new reply to a specified comment. Requires authenticated user.
POST
Updates reactions on a specified comment. Requires authenticated user.
POST
Discussions
Retrieves a discussion by its unique identifier.
GET
Modifies an existing discussion. Requires authenticated user and ownership permissions.
PATCH
Searches discussions filtered by author identifier with pagination.
GET
Creates a new discussion. Requires authenticated user.
POST
Retrieves comments for a specified discussion with configurable tree traversal and pagination.
GET
Creates a new top-level comment in a discussion. Requires authenticated user and triggers real-time notifications.
POST
Updates reactions on a specified discussion. Requires authenticated user.
POST
Lookup
Retrieves all available reactions.
GET
Authentication
POST /api/v1/authentication/sign-in
POST
POST /api/v1/authentication/sign-out
POST
GET /api/v1/authentication/sso/google
GET
GET /api/v1/authentication/sign-in-google-callback
GET
Users
Returns users.
GET
Creates a user.
POST
Returns user with the specified ID.
GET
Updates user with the specified ID.
PUT
Deletes user with the specified ID.
DELETE
Returns current authenticated user.
GET
Returns user with the specified username.
GET
Search…
Ctrl+K
⌘K
API Changelog
Download source
JSON OpenAPI specification
YAML OpenAPI specification
Toggle dark mode
Dismiss highlight
Show more
Authentication
Dismiss highlight