---
title: "Create"
method: POST
path: "/shipping_integrations/courie/creds/v1/{provider_org_id}"
tags: ["/shipping_integrations"]
---

# Create

`POST /shipping_integrations/courie/creds/v1/{provider_org_id}`

Stores Courie credentials for one provider on behalf of the caller's organization. | authz: min_org_role=administrator | (CourieCredsClientCreate1) -> (PydanticObjectId)

## Path parameters

- `provider_org_id` string, required — Must be a string starting with `org_`

## Request body

- CourieCredsClientCreate1
  - `schema_version` 1, required
  - `api_key` string, required
  - `courier_id` string, required
  - `customer_ids` string[]
  - `notes` string, nullable

## Response `200`

Successful Response

- string

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-21** `9a30893d8db1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/chrt/apis/chrt-fastapi/changes/shipping_integrations/courie/creds/v1/:provider_org_id/post.md)

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/chrt/apis/chrt-fastapi/revisions/1a1e5a995fc9?raw)
