API overview
MemStore API is an interface for managing resources using a code-based programming approach.
By using APIs provided by MemStore, you can perform operations that are difficult to handle via console—such as managing multiple clusters, shards, and nodes, or performing repetitive and automated tasks. Through REST APIs, you can use Redis provided by KakaoCloud MemStore in a code-based environment.
- API responses are provided in
JSONformat. - To use the API, you need an access key and user authentication token (API authentication token).
- Before using the API, you must first create an access key, which is then used to obtain a user authentication token (API authentication token).
API preparation
For prerequisite steps required to call APIs, refer to the Prepare API use document.
Get IAM access key
To obtain a user authentication token (API authentication token), you must first issue an access key and retrieve the access key ID and secret access key.
-
Go to KakaoCloud Console > Top right profile > Credentials > IAM access key.
-
After issuing an access key, check the generated access key ID and secret access key. For details, refer to the Prepare API use document.