1. References
Networked API Documentation
  • Getting Started
  • User Authentication
    • Add New Users to Community
      POST
    • Send email invites
      POST
  • User Profile
    • User Profile
      GET
    • Profile Visits
      GET
  • Community
    • Features
      • Feature List
    • Directory
      • Users List
      • Roles List
    • Monetization
      • Plans
        • Plans List
    • Feed
      • Polls
        • Create Polls
      • Surveys
        • Create Surveys
      • Post
        • Ask and offer help
          • Post Intro
          • Post Advice
          • Post Recommendation
          • Post Kudos
          • Post Help
        • Feed Post List
        • Post to Feed
        • Get Post Comments
        • Add Comments to Post
      • upload Media
    • Opportunities
      • Company and Services
        • Company and Services List
      • Fundaising Initiatives
        • Fundraising Initiatives List
      • Career Opportunities
        • Career Opportunities
    • Events
      • Event Post
      • Edit Events
      • Delete Event
      • Event List
    • Media Center
      • Get Resources
    • Analytics
      • Community Analytics
    • Newsletter
      • Lists
        • Get newsletter subscriber lists
      • Add newsletter subscribers
      • Get newsletter subscribers
    • Community Details
      GET
    • Spaces List
      GET
  • Webhooks
    • User Webhooks
      • user.joined
      • user.profile.updated
      • user.joined.space
    • Feed Webhooks
      • post.created
      • post.liked
      • post.unliked
      • comment.added
      • post.reported
  • References
    • Response Codes
      GET
    • Model Status
      GET
    • Post Types
      GET
  1. References

Response Codes

GET
https://backend.networked.co/

Response Codes#

Below are the standardized numeric response codes used across the system to indicate various outcomes of API requests. These codes represent specific categories of errors such as input validation, authentication, third-party service failures, and system-level issues. They help clients and developers accurately identify the nature of an error and respond accordingly.
CodeNameDescription
200SuccessfulTriggered when an operation has successfully completed
511generalGeneral error code for uncategorized or fallback errors
512inputErrorTriggered when provided input data is invalid, malformed, or missing
515userErrorIndicates a user-related error (e.g., not found, unauthorized access)
520loginErrorUsed when login fails due to incorrect credentials or account issues
525searchErrorOccurs when a search operation fails (e.g., query issues, no results)
526insertErrorIndicates a failure during data insertion into the database
527saveErrorError occurred while trying to save or update a resource
528deleteErrorRepresents failure during delete operations
531adminErrorAdmin-level operation failed (e.g., permission issues, invalid actions)
532emailErrorError while sending or processing emails
533requestErrorUsed for failed API requests or bad client-server communication
534priviledgeErrorIndicates insufficient privileges to access or perform an operation
538shareErrorFailure while sharing resources, invitations, or data
539userLimitErrorOperation failed due to reaching user or resource limits
550hackErrorSuspicious or potentially malicious request detected
551accountTokenErrorInvalid or expired account token provided
552sessionTokenErrorSession token is missing, expired, or invalid
553communityTokenErrorCommunity access token is missing or invalid
554transactionErrorError occurred during a transactional process
580googlePlacesErrorFailed integration or request with Google Places API
585messageErrorError while sending or retrieving messages
595serverErrorGeneral server-side failure
500internalServerErrorHTTP 500 — Standard internal server error

Request

None

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://backend.networked.co/'
Response Response Example
{}
Modified at 2026-05-11 08:27:04
Previous
References
Next
Model Status
Built with