v1

latestOpenAPI 3.0.02026-07-24161215397.4 KB
Organizations

Get the current organization information

Get the current organization information

Required scopes: flex.settings.organization.read

get/api/v2/organizations/{orgSlug}

Path parameters

orgSlugstring required

organization slug

Response

_idstring

The _id of the organization.

namestring

The name of the organization.

slugstring

The slug of the organization.

imageUrlstring

The image URL of the organization.

descriptionstring

The description of the organization.

Example response

{
  "_id": "6080186f490fcf6e0547ec50",
  "name": "Organization Name",
  "slug": "organization-slug",
  "imageUrl": "/image-url.com",
  "description": "Organization Description"
}