---
title: "Register Business"
method: POST
path: "/register"
tags: ["Business"]
---

# Register Business

`POST /register`

Register a new business account and receive a Cekat API key. This is the first step for partners onboarding new clients onto the Cekat platform.

## Response `201`

Register Business

- object
  - `success` boolean
  - `status_code` integer
  - `cekat_api_key` string

## Other responses

- `400` — Bad request — check required fields and formats.
- `401` — Unauthorized — API key is missing or invalid.
- `404` — Resource not found.

---

[API](https://skmtc.net/cekat/apis/cekat-open-api.md) · [All operations](https://skmtc.net/cekat/apis/cekat-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cekat/cekat-open-api/revisions/e07cf482d322/schema)
