구독 단건 조회
작성일 2026.03.14 | 수정일 2026.03.14
GET
/cash/v1/subscribes/:subscribeIdParameters
subscribeId— 조회할 구독의 고유 ID (32자)
chat
지원 연사자를 사용하실 경우 Query Operator 가이드를 참조하세요
현재 계정의 플랜 구독 정보 목록을 조회합니다. 삭제(DELETED) 상태의 구독은 제외됩니다.
Response
Structure
Response
{
"subscribeId": "CA01SU01234567890123456789AB",
"accountId": "12345678901234",
"planId": "CA01PL01234567890123456789AB",
"status": "ACTIVE",
"settlementDay": "CUSTOM",
"settlementCustomDate": 15,
"dateLastPaid": "2024-06-15T15:00:00.000Z",
"dateCreated": "2024-01-15T10:00:00.000Z",
"dateUpdated": "2024-06-15T15:00:00.000Z"
}