get_api_endpoint
Retrieve detailed API endpoint information including methods, URLs, parameters, and examples for NicePay payment integration development.
Instructions
특정 API 엔드포인트의 상세 정보를 조회합니다. 메서드, URL, 파라미터, 예시 등을 제공합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint_name | Yes | 조회할 API 엔드포인트 이름 (예: "결제 승인", "거래 조회" ,"취소" 등) |
Input Schema (JSON Schema)
{
"properties": {
"endpoint_name": {
"description": "조회할 API 엔드포인트 이름 (예: \"결제 승인\", \"거래 조회\" ,\"취소\" 등)",
"type": "string"
}
},
"required": [
"endpoint_name"
],
"type": "object"
}