---
title: "Changes to Create credential"
method: POST
path: "/credentials"
---

# Changes to Create credential

`POST /credentials`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 85 revisions.

- **2026-08-05** `4d30025450c7` — 1 warning, 2 info
- **2026-07-31** `3746d110464c` — 6 info
- **2026-07-24** `7f8d4d76abcd` — 1 warning, 2 info
- **2026-07-23** `e7b87904bdbb` — 1 info
- **2026-07-01** `d65fcba0d25a` — 4 breaking, 24 warning, 22 info
- **2026-06-16** `ba15fae43892` — 8 info
- **2026-04-14** `bd463fcefb14` — 9 info
- **2026-04-13** `76e8f6063728` — 10 breaking, 6 warning, 24 info

## Changes

- **2026-08-05** `4d30025450c7` — 1 warning, 2 info
  - added the new `sigv4` enum value to the `credential/type` response property for the response status `201`
  - added `sigv4` mapping keys to the request discriminator
  - added `#/components/schemas/Sigv4CreateRequest` to the request body `oneOf` list
- **2026-07-31** `3746d110464c` — 6 info
  - added the new optional request property `oneOf[subschema #1: BearerTokenCreateRequest]/api/catalog_api_id`
  - added the new optional request property `oneOf[subschema #2: ApiKeyCreateRequest]/api/catalog_api_id`
  - added the new optional request property `oneOf[subschema #3: BasicAuthCreateRequest]/api/catalog_api_id`
  - added the new optional request property `oneOf[subschema #4: OAuth2CreateRequest]/api/catalog_api_id`
  - added the new optional request property `oneOf[subschema #5: NoAuthCreateRequest]/api/catalog_api_id`
  - added the optional property `credential/catalog_api_id` to the response with the `201` status
- **2026-07-24** `7f8d4d76abcd` — 1 warning, 2 info
  - added the new `no_auth` enum value to the `credential/type` response property for the response status `201`
  - added `no_auth` mapping keys to the request discriminator
  - added `#/components/schemas/NoAuthCreateRequest` to the request body `oneOf` list
- **2026-07-23** `e7b87904bdbb` — 1 info
  - added the optional property `credential/created_by` to the response with the `201` status
- **2026-07-01** `d65fcba0d25a` — 4 breaking, 24 warning, 22 info
  - the request's body type/format changed from `object`/`` to ``/``
  - the `detail` response's property type/format changed from `array`/`` to `string`/`` for status `422`
  - removed the required property `id` from the response with the `201` status
  - removed the required property `label` from the response with the `201` status
  - removed the request property `api_id`
  - removed the request property `auth_type`
  - removed the request property `description`
  - removed the request property `identity`
  - removed the request property `label`
  - removed the request property `routes`
  - removed the request property `scheme`
  - removed the request property `server_variables`
  - removed the request property `value`
  - removed the optional property `account_id` from the response with the `201` status
  - removed the optional property `api_id` from the response with the `201` status
  - removed the optional property `app_slug` from the response with the `201` status
  - removed the optional property `auth_type` from the response with the `201` status
  - removed the optional property `created_at` from the response with the `201` status
  - removed the optional property `description` from the response with the `201` status
  - removed the optional property `health_checked_at` from the response with the `201` status
  - removed the optional property `healthy` from the response with the `201` status
  - removed the optional property `identity` from the response with the `201` status
  - removed the optional property `last_used_at` from the response with the `201` status
  - removed the optional property `routes` from the response with the `201` status
  - removed the optional property `scheme` from the response with the `201` status
  - removed the optional property `server_variables` from the response with the `201` status
  - removed the optional property `synced_at` from the response with the `201` status
  - removed the optional property `updated_at` from the response with the `201` status
  - api operation id `create_credentials_post` removed and replaced with `createCredential`
  - the endpoint scheme security `BearerAuth` was added to the API
  - the endpoint scheme security `HumanLogin` was removed from the API
  - api tag `Credentials` added
  - api tag `credentials` removed
  - added request discriminator
  - added `#/components/schemas/BearerTokenCreateRequest, #/components/schemas/ApiKeyCreateRequest, #/components/schemas/BasicAuthCreateRequest, #/components/schemas/OAuth2CreateRequest` to the request body `oneOf` list
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `422`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `500`
  - …10 more
- **2026-06-16** `ba15fae43892` — 8 info
  - added the new optional request property `description`
  - added the new `JenticApiKey` enum value to the request property `auth_type/anyOf[subschema #1]/`
  - added the new `oauth2` enum value to the request property `auth_type/anyOf[subschema #1]/`
  - added the new `pipedream_oauth` enum value to the request property `auth_type/anyOf[subschema #1]/`
  - added the optional property `description` to the response with the `201` status
  - added the optional property `health_checked_at` to the response with the `201` status
  - added the optional property `healthy` to the response with the `201` status
  - added the optional property `last_used_at` to the response with the `201` status
- **2026-04-14** `bd463fcefb14` — 9 info
  - added the new optional request property `routes`
  - added the new optional request property `scheme`
  - added the new optional request property `server_variables`
  - the request property `value` became optional
  - the `value` request property default value `` was added
  - added the new `none` enum value to the request property `auth_type/anyOf[subschema #1]/`
  - added the optional property `routes` to the response with the `201` status
  - added the optional property `scheme` to the response with the `201` status
  - added the optional property `server_variables` to the response with the `201` status
- **2026-04-13** `76e8f6063728` — 10 breaking, 6 warning, 24 info
  - added the new required request property `label`
  - added the new required request property `value`
  - removed `#/components/schemas/BearerTokenCreateRequest, #/components/schemas/ApiKeyCreateRequest, #/components/schemas/BasicAuthCreateRequest, #/components/schemas/OAuth2CreateRequest` from the request body `oneOf` list
  - the request's body type/format changed from ``/`` to `object`/``
  - media type `application/problem+json` was changed to a more general media type `application/json` for the response status `422`
  - the response property `detail` became optional for the status `422`
  - the `detail` response property's maxLength was unset from `4096` for the response status `422`
  - the `detail` response's property type/format changed from `string`/`` to `array`/`` for status `422`
  - removed the required property `credential` from the response with the `201` status
  - removed the required property `secret` from the response with the `201` status
  - removed the optional property `code` from the response with the `422` status
  - removed the optional property `errors` from the response with the `422` status
  - removed the optional property `instance` from the response with the `422` status
  - removed the optional property `status` from the response with the `422` status
  - removed the optional property `title` from the response with the `422` status
  - removed the optional property `type` from the response with the `422` status
  - api operation id `createCredential` removed and replaced with `create_credentials_post`
  - the endpoint scheme security `HumanLogin` was added to the API
  - the endpoint scheme security `BearerAuth` was removed from the API
  - api tag `credentials` added
  - api tag `Credentials` removed
  - added the new optional request property `api_id`
  - added the new optional request property `auth_type`
  - added the new optional request property `identity`
  - removed request discriminator
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `500`
  - removed the non-success response with the status `503`
  - added the optional property `account_id` to the response with the `201` status
  - added the optional property `api_id` to the response with the `201` status
  - added the optional property `app_slug` to the response with the `201` status
  - added the optional property `auth_type` to the response with the `201` status
  - added the optional property `created_at` to the response with the `201` status
  - added the optional property `identity` to the response with the `201` status
  - added the optional property `synced_at` to the response with the `201` status
  - added the optional property `updated_at` to the response with the `201` status
  - added the required property `id` to the response with the `201` status
  - added the required property `label` to the response with the `201` status

---

[Operation](https://skmtc.dev/jentic/apis/jentic-control-plane-api/docs/credentials/post.md) · [API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [Page](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/credentials/post)
