---
title: "Create Partner Organization"
method: POST
path: "/v1/partners"
tags: ["Organizations"]
---

# Create Partner Organization

`POST /v1/partners`

## Request body

- 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

## 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

## Other responses

- `400` — bad request
- `403` — Forbidden

---

[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)
