---
title: "Get private data"
method: GET
path: "/orgs/org_private_data/v1"
tags: ["/orgs"]
---

# Get private data

`GET /orgs/org_private_data/v1`

Retrieves private organization data for the caller's organization. | authz: min_org_role=operator | () -> (OrgPrivateData1)

## Response `200`

Successful Response

- OrgPrivateData1
  - `schema_version` 1, required
  - `org_type` 'provider' | 'shipper' | 'vendor', required
  - `org_id` string, required — Must be a string starting with `org_`
  - `org_subscription` boolean
  - `stripe_customer_id` string, nullable
  - `stripe_connect_account_id` string, nullable
  - `webhook_enabled` boolean
  - `svix_app_id` string, nullable
  - `webcargo_api_key` string, nullable
  - `webcargo_email` string, nullable
  - `webcargo_countries` string[]
  - `_id` string, required

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
