Quick Start
Get your API keys
Your API requests are authenticated using API Access-Token. Any request that doesn't include an API key will return an error.
Apps must authenticate using OAuth 2.0 to use kakaclo open API resources.you can get API Access-Token from your business manager.
API Endpoint
After you get your Access-Token, it's very easy to start making API call to kakaclo open API.All endpoints are only accessible via HTTPS and are located at https://developer.kakaclo.com/openapi
testing environment :https://test-developer.kakaclo.com/openapi
Make your first request
To make your first request, send an authenticated request to the products endpoint. This will query a product, which is nice.
Query category
GET
https://developer.kakaclo.com/openapi/v1/product/category
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated