GET /user/generateKeyPair
Generates a keyPair of publicKey and privateKey for the user.
{{baseUrl}}/user/generateKeyPair
Headers:
X-API-Key: {{apiKey}}
Click Send
and wait for the response.
Sample Response Body:
{
"success": true,
"data": {
"privateKey": "wrgo6T23lRj2JecwK0l+ECj9NaOouO8uXnooqoFFvzCLzbdnR4rE0H0kbYQ+3xc8ukksHISpEyxRbhTvdeyVpQ==",
"publicKey": "i823Z0eKxNB9JG2EPt8XPLpJLByEqRMsUW4U73XslaU="
},
"status": 200
}
Set both the keys as variables privateKey
& publicKey
and save it: