Retrieve public information about available Google Groups.

Authentication: Not required (public endpoint) Access: Public endpoint for displaying available groups Purpose: Provide group information for registration and informational purposes

Response Schema:

{
  "data": {
    "available_groups": {
      "trends_earth_users": {
        "group_name": "Trends.Earth Users",
        "description": "General Trends.Earth user community for announcements and
        discussions"
      },
      "trendsearth": {
        "group_name": "TrendsEarth",
        "description": "TrendsEarth platform users for technical updates and
        support"
      }
    }
  }
}

Available Groups Information:

  • trends_earth_users: General user community
    • Announcements and general discussions
    • User community support and collaboration
    • Platform updates and news
  • trendsearth: Platform-specific group
    • Technical updates and platform changes
    • Feature announcements and improvements
    • User support and troubleshooting

Public Information Only:

  • Group names and descriptions provided
  • No sensitive information exposed
  • No actual group email addresses shown
  • Service status not disclosed

Use Cases:

  • Display available groups during user registration
  • Show group options in user preference settings
  • Provide information for marketing and outreach
  • Public documentation and help pages

Security Considerations:

  • No authentication required
  • Limited to public information only
  • No user-specific data exposed
  • Rate limiting may apply

Integration Notes:

  • Can be cached for performance
  • Updates when new groups are added
  • Consistent with authenticated endpoints
  • Safe for public consumption

Error Responses:

  • 500 Internal Server Error: Failed to retrieve group information
get/api/v1/google-groups/info

Response

Success

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.