Integrations
Authorizations
api_keystringRequired
Your Cekat API key. Obtain this by calling POST /register or from your Cekat dashboard under Settings → API.
Responses
200
Successful response
No content
400
Bad request — check required fields and formats.
401
Unauthorized — API key is missing or invalid.
404
Resource not found.
get/integrations
GET /integrations HTTP/1.1
Host: api.cekat.ai
api_key: YOUR_API_KEY
Accept: */*
No content
Authorizations
api_keystringRequired
Your Cekat API key. Obtain this by calling POST /register or from your Cekat dashboard under Settings → API.
Responses
200
Successful response
No content
400
Bad request — check required fields and formats.
401
Unauthorized — API key is missing or invalid.
404
Resource not found.
delete/integrations/delete
DELETE /integrations/delete HTTP/1.1
Host: api.cekat.ai
api_key: YOUR_API_KEY
Accept: */*
No content
Last updated