---
title: "Get organization"
method: GET
path: "/v0/organizations/{organization-id}"
tags: ["Organizations"]
---

# Get organization

`GET /v0/organizations/{organization-id}`

Yields the organization details

## Path parameters

- `organization-id` string, required

## Response `200`

OK

- object
  - `own-legal-person-url` union, required — Link to the [legal person](#tag/Legal-persons) that represents the [organization](#tag/Organizations); this can be an individual or a company.
    - string
    - string
  - `organization-mode` 'test-mode' | 'live-mode', required — The organization can either be a sandbox organization or a live one; Check out our guide for [sandbox mode vs live mode](/docs/guides/sandbox-vs-live-mode).
  - `organization-memberships-url` string, required — Link to the [memberships](#tag/Memberships) for this [organization](#tag/Organizations).
  - `organization-invitations-url` string, required — Link to the resource that enables you to [invite](#tag/Invites) new [users](#tag/Users) to this [organization](#tag/Organizations).
  - `organization-payments-url` union, required — Link to the [payments](#tag/Payments) associated with this organization.
    - string
    - string
  - `organization-bank-account-products-url` union, required — Link to the [bank account](#tag/Bank-accounts) products owned by this [organization](#tag/Organization).
    - string
    - string
  - `organization-onboarding-applications-url` string — Link to the [Reliance onboarding](#tag/Reliance-onboarding).
  - `display-name` string, required — The mutable display name for the Organisation
  - `organization-bank-accounts-search-url` union, required — Link to search [bank accounts](#tag/Bank-accounts) associated with this [organization](#tag/Organizations).
    - string
    - string
  - `organization-api-keys-url` string, required
  - `organization-live-access-url` string, required — Link to the resource that enables you to request live access.
  - `organization-webhooks-url` string, required — Link to the endpoint which enables webhook creation.
  - `organization-workflows-url` string, required — Link to the onboarding [workflows](#tag/Workflows) configured for this [organization](#tag/Organizations).
  - `organization-bank-accounts-url` string, required — Link to the [bank accounts](#tag/Bank-accounts) managed by this [organization](#tag/Organizations).
  - `available-roles` object[], required — The subset of [roles](#tag/Roles) available to [members](#tag/Members) of this [organization](#tag/Organizations).
    - `display-name` string, required — The mutable display name for the Organisation
    - `description` string, required
    - `role-url` union, required — Link to the [role](#tag/Roles).
      - string
      - string
    - `role-category` string
  - `organization-url` string, required — Link to the [organization](#tag/Organizations).
  - `organization-payments-search-url` union, required — Link to search [payments](#tag/Payments) associated with this organization.
    - string
    - string
  - `organization-individuals-url` string, required
  - `organization-corporations-url` string, required
  - `organization-legal-persons-url` string, required — Link to the [legal persons](#tag/Legal-persons) grouped under this [organization](#tag/Organizations).
  - `organization-legal-persons-search-url` string, required — Link to search [legal persons](#tag/Legal-persons) grouped under this [organization](#tag/Organizations).
  - `organization-events-url` string, required — Link to the endpoint which lists an organization's events.

## Other responses

- `400` — Bad Request
- `401` — Requires an API key to continue
- `404` — Not Found

---

[API](https://skmtc.net/griffin/apis/the-griffin-api.md) · [All operations](https://skmtc.net/griffin/apis/the-griffin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griffin/the-griffin-api/revisions/178ed43d543b/schema)
