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

    Getting Started

    Welcome to the Networked API! Before diving into our endpoints, here’s a quick guide to help you get up and running smoothly.
    Below, we’ll walk you through a couple of key items to ensure you know how to use our APIs effectively:

    🔐 API Keys#

    All requests to the Networked API require authentication using a API Key Token (X-API-KEY).
    This token identifies your application and ensures secure access to your data.
    You can generate and manage your API keys by filling out this form below.
    API Key Request Form
    ⚠️ Note:
    If you need to revoke or regenerate your API key for any reason (e.g., security concerns, rotation policy), please contact our support team at support@networked.co.
    We’ll assist you promptly in securing your integration.

    🚦 Rate Limits#

    To ensure fair usage and system stability, we enforce rate limits on all API requests.
    These limits vary based on your plan and apply per IP or token.
    For specifics on rate limits and how to handle throttling, check the Rate Limiting section below.

    BASE URL#

    Our backed for APIs is hosted on https://backend.networked.co/
    All the APIs should be pointing to Networked Backend API URL. In the Documentation whereever you see {{baseUrl}} replace it with the above mentioned value
    Modified at 2026-05-11 08:27:04
    Next
    User Authentication
    Built with