Get organization

Returns the full details of a specific organization.

Path Parameters
  • organization_id
    Type: string
    required

    Unique identifier of the organization.

Responses
  • application/json
  • application/json
  • application/json
Request Example for get/apis/organizations/organizations/{organization_id}
curl https://school.fullfabric.cloud/apis/organizations/organizations/507f1f77bcf86cd799439011 \
  --header 'FF-Auth: YOUR_SECRET_TOKEN'
{
  "id": "6385baa6976a77191200054f",
  "name": "McKinsey & Company",
  "created_at": 1669708454,
  "updated_at": 1710892800,
  "industry": "Consulting",
  "__current_address": {
    "line_1": "1 Jermyn Street",
    "city": "London",
    "country": "United Kingdom"
  },
  "__type": "Corporate"
}