---
title: "Create Credit Category"
method: POST
path: "/provider/credit_categories"
tags: ["CreditCategory"]
---

# Create Credit Category

`POST /provider/credit_categories`

## Request body

- ProviderCreditCategoriesControllerCreateBody
  - `name` string, required — Value is case sensitive. If you delete a Credit Category, you can restore it by POSTing with the same name.

## Response `200`

Successful response

- PublicCreditCategoryBlueprintOne
  - `id` string
  - `created_at` string, date-time
  - `name` string
  - `updated_at` string, date-time

---

[API](https://skmtc.dev/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.dev/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
