This document introduces the webhook test feature provided by Kakao Developers.
Kakao Developers provides a REST API test tool for testing and developing with a REST API or debugging.
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 an authentication method between an access token or the app's admin key, an access token will be issued when clicking [Issue token]. 🅔 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.
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 🅚 Response code example: A request code example for a test in the actual development environment.