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

Model Status

GET
https://backend.networked.co/

🧭 Model Status Codes#

These status codes represent the lifecycle or state of various models (such as users, entities, opportunities, etc.) within the Networked platform. These are typically stored in the database and may appear in API responses or internal workflows.
CodeStatus NameDescription
0WaitingEntity is created but awaiting further action or processing.
1AcceptedEntity has been reviewed or confirmed.
2ProfileNotSetProfile or essential information is missing or not yet configured.
3WaitingEmailVerificationEmail verification is pending.
4PendingGeneric pending state — awaiting action or approval.
30DeletedEntity has been deleted.
31ReportedEntity has been flagged for review or misconduct.
32BlockedEntity is blocked due to policy violations or manual intervention.
33BlockedDeletedEntity is both blocked and deleted (soft or hard delete + block).
34RestrictedLimited access or functionality imposed on the entity.
35DeclinedAction or application has been declined.
36ActiveFully active and approved entity.
37DeactivateEntity has been manually or automatically deactivated.
50MonetizationPendingAwaiting review or approval for monetization features.
51PaymentMethodPendingPayment method setup is incomplete or pending verification.
52SubscriptionPendingSubscription is not active or in progress of activation.
53PaymentFailedPayment attempt has failed; requires resolution.

📌 Usage Notes#

These codes are returned from various internal services or APIs and help interpret the backend state of an object.
Use the numerical value (e.g., 35) in database fields or enums, and decode via the above mapping.
Always refer to this list when implementing filters or logic that depends on an entity’s status.

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
Response Codes
Next
Post Types
Built with