Manage and browse categories used to classify your API endpoints.
Endpoints related to user login, registration, and token management.
Restricted endpoints that require a valid session or API key to access.
Open endpoints that can be accessed without any authentication.
High-privilege endpoints accessible only by users with administrative rights.
Used for endpoints that create new resources in the database (POST requests).
Used for fetching or listing existing data without making changes (GET requests).
Endpoints designed to modify or patch existing records (PUT/PATCH requests).
Endpoints that permanently remove data from the system (DELETE requests).