post https://api.overledger.dev/api/authorisers//users//keys
This endpoint creates a new user key with the provided headers.
Prerequisite: Encrypt Required Data
Before calling this endpoint, obtain a user token from the Auth provider using your client ID and secret from the Authorise user pool.
Then, encrypt the following JSON payload:
{
"userToken": "<user-token>",
"location": {
"technology": "<technology>",
"network": "<network>"
}
}
Send the encryptedPayload
and encryptedSymmetricKey
from the response in the corresponding request headers.