v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Public Services

Read public organization information

get/api/v1/public/organizations/{organizationId}

Path parameters

organizationIdstring required

Organization ID

Response

OK

idinteger

The id of the organization ( Deprecated: Use namespace instead. )

logoURLstring

URL to a logo of the organization

namestring required

The name of the organization

namespacestring required

The namespace of the organization

Example response

{
  "id": 100,
  "logoURL": "/api/v1/public/images/abcdef",
  "name": "ACME Inc.",
  "namespace": "de.acme"
}