Use this endpoint to fetch your currently registered public key. This is useful when you need to verify which key is associated with your profile, share your public key with other users for encrypted communication, or confirm successful key registration.
Request
Authorization
API Key
Add parameter in header
X-DPT-AUTHORIZATION
Example:
X-DPT-AUTHORIZATION: ********************
or
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://sandbox.privicore.com:9009/public-key/retrieve-public-key' \
--header'X-DPT-AUTHORIZATION: <api-key>'