---
title: "Get current organization details"
method: GET
path: "/v1/organizations/current"
tags: ["organizations"]
---

# Get current organization details

`GET /v1/organizations/current`

## Headers

- `X-API-Key` string

## Response `200`

Current organization details

- OrganizationResponseDto
  - `id` string, required — Organization ID
  - `workosOrganizationId` string, required — WorkOS Organization ID
  - `slug` string, required — Organization slug
  - `name` string, required — Organization name
  - `logoUrl` string, nullable, required — Organization logo URL
  - `domains` string[], required — Organization domains
  - `status` string, required — Organization status
  - `allowProfilesOutsideOrganization` boolean, required — Allow profiles outside organization
  - `enableMinimalRequirements` boolean, required — Whether reduced individual verification requirements are enabled
  - `bankPartnerRoutesEnabled` boolean, required — Whether banking-partner route capabilities are enabled
  - `customerId` string, nullable, required — Customer ID for the organization
  - `slackChannelId` string, nullable — Slack channel ID bound to this organization
  - `slackOpsChannelId` string, nullable — Slack channel ID for ops/compliance notifications. Falls back to slackChannelId when not set.
  - `complianceEmail` string, nullable — Email address for compliance communications
  - `metadata` object, required — Organization metadata
  - `createdAt` string, date-time, required — Organization creation date
  - `updatedAt` string, date-time, required — Organization last update date

## Other responses

- `401` — Unauthorized - Invalid or missing authentication credentials

---

[API](https://skmtc.dev/infinite/apis/infinite-api.md) · [All operations](https://skmtc.dev/infinite/apis/infinite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infinite/infinite-api/revisions/5426f2706725/schema)
