How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Eclipse Membership Portal API

REST API for the Eclipse Foundation membership portal — member organisations, contacts, products, yearly activity, industry collaborations, project and working-group relations. The largest OIDC-protected surface the Foundation publishes.

Eclipse Membership Portal API is one of 26 APIs that Eclipse Foundation publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Foundation, Governance, Membership, and Organizations. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 37 operations across 29 paths, organized into 9 resource areas, and defines 36 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://membership.eclipse.org/api.

37 operations 29 paths 36 schemas 4 DELETE28 GET4 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://membership.eclipse.org/api
Authentication
OpenID Connect
Resource Areas
9

Authentication & Security 1

Eclipse Membership Portal API declares 1 security scheme for authenticating requests. It supports OpenID Connect (openId) discovered at https://auth.eclipse.org/auth/realms/foundation/.well-known/openid-configuration.

Paths & Operations 37

Across 29 paths, the API surfaces 37 operations — 4 DELETE, 28 GET, 4 POST, 1 PUT. They span 9 resource areas: Organizations, Organization Contacts, Organization Products, Organization Activity, Working Groups, Projects, Industry Collaboration Organizations, System relations, User Info. Each is listed below with its method, path, parameters, and response codes.

Organizations 12

Definitions related to Eclipse Foundation organizations

GET
/organizations
Organizations List
listOrganizations → 200500
GET
/organizations/slim
Slim Organizations List
listOrganizationsSlim → 200500
GET
/organizations/{organizationID}
Organization
getOrganization 1 param → 200500
POST
/organizations/{organizationID}
Organization Info update
updateOrganization 1 param body → 200401403500503
GET
/organizations/{organizationID}/cbi
Organization CBI
getOrganizationCBI 1 param → 200404
POST
/organizations/{organizationID}/logos
Organization logo update
updateOrganizationLogos 1 param body → 200401403500
DELETE
/organizations/{organizationID}/logos
Organization logo delete
deleteOrganizationLogo 2 params body → 204401403500
GET
/organizations/{organizationID}/projects
Organization Projects
getOrganizationProjects 1 param → 200500
GET
/organizations/{organizationID}/committers
Organization Committers
getOrganizationCommitters 1 param → 200500
GET
/organizations/{organizationID}/contributors
Organization Contributors
getOrganizationContributors 1 param → 200500
GET
/organizations/{organizationID}/web-logo
Organization web-logo
getOrganizationWebLogo 1 param → 302404500
GET
/organizations/{organizationID}/working_groups
Organization working groups
getOrganizationWorkingGroups 1 param → 200404500
Organization Contacts 7

Definitions related to Eclipse Foundation organization contacts

GET
/organizations/{organizationID}/contacts
Organization
getOrganizationContacts 1 param → 200401403404500
GET
/organizations/{organizationID}/contacts/{contactID}
Organization
getOrganizationContactRelations 2 params → 200401403404500
DELETE
/organizations/{organizationID}/contacts/{contactID}
Request Organization contact removal
requestOrganizationContactRemoval 2 params body → 200401403404500
GET
/organizations/{organizationID}/contacts/{contactID}/{relation}
Organization
getOrganizationContactRelation 3 params → 200401403404500
POST
/organizations/{organizationID}/contacts/{contactID}/{relation}
Organization
updateOrganizationContactRelation 3 params → 200400401403500
DELETE
/organizations/{organizationID}/contacts/{contactID}/{relation}
Organization
removeOrganizationContactRelation 3 params → 200400401403500
GET
/organizations/{organizationID}/representatives
Organization
getOrganizationRepresentatives 1 param → 200404500
Organization Products 5

Definitions related to Eclipse Foundation organization products

GET
/organizations/{organizationID}/products
Organization Products list
getOrganizationProducts 1 param → 200401403404500
POST
/organizations/{organizationID}/products
Organization Product create
createOrganizationProduct 1 param → 200401403500
GET
/organizations/{organizationID}/products/{productID}
Organization Product
getOrganizationProduct 2 params → 200401403404500
PUT
/organizations/{organizationID}/products/{productID}
Organization Product create
updateOrganizationProduct 2 params → 200401403500
DELETE
/organizations/{organizationID}/products/{productID}
Organization Product delete
deleteOrganizationProduct 2 params → 200401403500
Organization Activity 5

Definitions related to Eclipse Foundation organization committer/contributor activity

GET
/organizations/{organizationID}/committers/activity
Organization Committers activity
getOrganizationCommitterActivity 3 params → 200500
GET
/organizations/{organizationID}/committers/yearly
Organization Committers yearly activity
getOrganizationCommitterActivityForYear 3 params → 200500
GET
/organizations/{organizationID}/activity
Organization Activity
getOrganizationActivity 3 params → 200404500
GET
/organizations/{organizationID}/activity/overview
Organization Activity overview
getOrganizationActivityOverview 3 params → 200500
GET
/organizations/{organizationID}/activity/yearly
Organization yearly activity
getOrganizationActivityForYear 1 param → 200500
Working Groups 3

Definitions related to Eclipse Foundation working group entities

GET
/organizations/{organizationID}/working_group/representatives
Organization Working Group representatives
getOrganizationWorkingGroupRepresentatives 1 param → 200404500
GET
/working_groupsdeprecated
Working Group List
getWorkingGroups → 200500
GET
/working_groups/{documentID}deprecated
Working Group
getWorkingGroup 1 param → 200500
Projects 1

Definitions related to Eclipse Foundation projects entities in relation to organizations

GET
/projects/{projectId}/organizations
Project Organizations
getProjectOrganizations 1 param → 200404500
Industry Collaboration Organizations 2

Definitions related to collaborations with regard to organizations

GET
/interest-groups/{id}/organizations
Organizations for Interest Group
getInterestGroupOrganizations 1 param → 200404500
GET
/special-interest-groups/{id}/organizations
Organizations for Special Interest Group
getSpecialInterestGroupOrganizations 1 param → 200404500
System relations 1

Definitions related to Eclipse Foundation relation code entities

GET
/sys/relations
List of relations by type
getRelations 1 param → 200
User Info 1

Internal user info endpoints for logged in user

GET
/userinfo
Info on currently logged in user
getLoggedInUser 2 params → 200204500

Schemas 36

The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are Person (22 properties), Project (15 properties), EnhancedOrganization (11 properties), Organization (10 properties). Each schema is shown below with its type and property counts.

ObjectID
stringnull
Unique identifier for an addressable object in the API. Can be null when posting or updating objects in the API if part of the root element or is a new entity.…
DateTime
string
Date string in the RFC 3339 format. Example, 1990-12-31T"15":"59":60-"08":00. More on this standard can be read at https://tools.ietf.org/html/rfc3339.
Organizations
array
Organization
object
10 properties 10 required
EnhancedOrganizations
array
EnhancedOrganization
object
11 properties 9 required
OrganizationWorkingGroupRepresentatives
object
OrganizationActivity
object
2 properties
OrganizationYearlyActivity
object
1 property
SlimOrganizations
array
SlimOrganization
object
5 properties 5 required
WorkingGroups
array
WorkingGroup
object
7 properties
WorkingGroupParticipationAgreement
object
2 properties
OrganizationCBI
object
2 properties
CommitterActivityList
array
Encompases global committer activity for an organization
CommitterActivity
object
Describes committer activity for an organization by country
4 properties
People
array
Person
object
22 properties
OrganizationContacts
array
OrganizationContact
object
5 properties
ContactRemovalRequest
object
3 properties
Projects
array
Project
object
15 properties
OrganizationProducts
array
OrganizationProduct
object
5 properties
OrganizationInfoUpdateRequest
object
2 properties
OrganizationLogoUpdateRequest
object
3 properties
EnhancedPersons
array
EnhancedPersonData
object
5 properties 4 required
BasicPersons
array
BasicPersonData
object
4 properties
InfoWrapper
object
5 properties
Error
object
3 properties
SysRelations
array
SysRelation
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eclipse-membership-portal-api-openapi.yml Raw ↑

Other APIs Eclipse Foundation publishes across the network.

Eclipse Marketplace API
Eclipse Foundation Web API
Eclipse Projects API
Open VSX Registry API
Eclipse Newsroom REST API
Eclipse Foundation Eclipse Marketplace REST API API
Eclipse Foundation Favorites API
Eclipse Foundation Featured API
Eclipse Foundation Node API
Eclipse Foundation Popular API
Eclipse Foundation Recent API
Eclipse Foundation Search API
Where this information came from

This is an independent, third-party profile of Eclipse Membership Portal API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.