Organizations
Find organization by id/namespace
Returns a single organization.
get/api/v1/organizations/{organizationId}
Path parameters
organizationIdstring required
The namespace of the organization to be retrieved.
Response
OK
Example response
{
"id": 100,
"logoURL": "/api/v1/public/images/abcdef",
"name": "ACME Inc.",
"namespace": "de.acme"
}