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

# Create

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

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

## Path parameters

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

## Request body

- CxtCredsClientCreate1
  - `schema_version` 1, required
  - `base_url` string, required
  - `cxt_auth_type` 'xd_user' | 'inet_user', required
  - `cxt_customer_ids` integer[]
  - `username` string, required
  - `password` string, required
  - `notes` string, nullable

## Response `200`

Successful Response

- string

## Other responses

- `422` — Validation Error

---

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