Business
Register and manage business accounts on the Cekat platform.
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.
Partner-level API key. Required only for the business registration endpoint.
The display name of your business on the Cekat platform.
testingBusiness email address used for login and notifications.
[email protected]Business phone number in international format, e.g. 6285695209520.
6285695209520Password for the business account (min. 6 characters).
123456Partner referral code, e.g. orderonline. Required if registering via a partner.
orderonlineExternal user ID from your platform (e.g. OrderOnline user ID).
testing_idPersonal access key from your external platform, used for partner authentication.
testing_access_keyRegister Business
true201string api keyBad request — check required fields and formats.
Unauthorized — API key is missing or invalid.
Resource not found.
POST /register HTTP/1.1
Host: api.cekat.ai
x-partner-api-key: YOUR_API_KEY
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 202
"business_name='testing'&email='[email protected]'&phone_number='6285695209520'&password='123456'&referral_code='orderonline'&user_id='testing_id'&personal_access_key='testing_access_key'"{
"success": true,
"status_code": 201,
"cekat_api_key": "string api key"
}Last updated