getPromotion

@JvmName(name = "getPromotionSuspend")
suspend fun getPromotion(promotionId: String): Promotion

프로모션 단건 조회

주어진 아이디에 대응되는 프로모션을 조회합니다.

Parameters

promotionId

조회할 프로모션 아이디

Throws

요청이 거절된 경우

요청된 입력 정보가 유효하지 않은 경우

프로모션이 존재하지 않는 경우

인증 정보가 올바르지 않은 경우

API 응답이 알 수 없는 형식인 경우