

This document introduces the REST API test tool provided by Kakao Developers.
Kakao Developers provides a REST API test tool for testing, developing, and debugging with REST APIs.
You can test API calls in [Tools] > [REST API Test].
🅐 API List: Select one of the APIs to test. 🅑 App: [developers-sample] is set as default, select another test app by clicking the list icon next to the app name. 🅒 API information: Describes the feature of selected API. 🅓 Authentication: Select authentication information for the request header. Each API supports different authentication methods. See How to use. 🅔 Parameter: Set the request parameter values.
🅕 Request: Describes the request parameters of the selected API. 🅖 Response: Describes the keys and values in response of selected API.
🅗 Response example: Shows the examples of the response.
* are required parameters and must be configured.You can view the request example and the corresponding response.
🅘 HTTP status code: Shows the HTTP status code in response. Refer to Response code. 🅙 Response body: Shows the response body in response. 🅚 Request code example: A request example you can use to test directly in your development environment.