Skip to main content
GET
/
abdm
/
v1
/
ecdh
/
keys
cURL
curl --request GET \
  --url https://api.eka.care/abdm/v1/ecdh/keys \
  --header 'Authorization: Bearer <token>'
{
  "nonce": "<string>",
  "private_key": "<string>",
  "public_key": "<string>"
}

Authorizations

Authorization
string
header
required

The API requires a Bearer token (JWT) for authentication.

Response

OK

nonce
string

Random nonce generated for the key pair

private_key
string

Base64-encoded ECDH private key

public_key
string

Base64-encoded ECDH public key