종단간 필드 암호화 키 발급

종단간 필드 암호화에 사용할 1회용 EC(P-256) 공개키를 발급합니다. 이 키로 요청 body의 특정 필드(현재 pin, recoveryPin)를 JWE(ECDH-ES+A256KW, A256GCM)로 암호화해 encryptedFields 필드에 담아 보낼 수 있습니다. 엔드유저 앱에서 암호화해 고객사 서버가 중계할 수도 있고, 고객사 서버가 직접 암호화할 수도 있습니다. 키는 발급 후 5분이 지나거나 한 번 사용되면 폐기됩니다.

암호화 방법과 언어별 예제 코드는 종단간 필드 암호화 가이드에서 확인하실 수 있습니다.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Headers
string
required
Defaults to Bearer

API token

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json