---
title: "Get Organization Information"
method: GET
path: "/v1/organization"
tags: ["Organizations"]
---

# Get Organization Information

`GET /v1/organization`

## Response `200`

success

- OrganizationObject
  - `id` string
  - `name` string, required — Name of the partner organization
  - `email` string — A unique email associated with this organization
  - `branding` object — Specifies co-branding related attributes for the partner organization.
    - `logo` string — Supported formats include either a valid, accessible image URL or base64 encoded image file data string. Most common image formats are supported. Note that successfully imported logo images are resized to 640x640 pixels and converted to png format.
  - `logo_s3_link` string, nullable

---

[API](https://skmtc.dev/proof/apis/proof-business-api-specification.md) · [All operations](https://skmtc.dev/proof/apis/proof-business-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/proof/proof-business-api-specification/revisions/1adaa0ea25cd/schema)
