Skip to main content

API Overview

MemStore API is an interface for managing resources in a code-based programming manner.
When utilizing the API provided by MemStore, you can handle tasks that are difficult to perform with the console, such as controlling multiple clusters, shards, nodes, or repetitive and automated tasks. You can use Redis provided by KakaoCloud MemStore in a code-based manner through REST API.

guide
  • Responses to API requests are provided in JSON format.
  • To use the API, an access key and a user authentication token (API authentication token) are required.
  • Before using the API, you must first create an access key and then receive a user authentication token (API authentication token) through it.

API preparation

For the prerequisite tasks required to call the API, please refer to the API Usage Preparation document.

Get access key

To obtain a user authentication token (API authentication token), first obtain an access key, then issue an access key ID and a security access key.

  1. Issue an access key using the user's credentials in the KakaoCloud Console > User Profile > Access Key tab.

  2. After issuing the access key, issue the access key ID and security access key. - For detailed explanation, please refer to the API Usage Preparation document.

API Endpoint URL

The cluster endpoint URL for API usage can be found in the cluster details.