curl --request POST \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/waas/delegatedAccess/encryptionPublicKeys \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"publicKey": "<string>",
"alg": "An example name",
"type": "dynamic"
}
'{
"publicKey": "<string>",
"kid": "<string>",
"alg": "RSA-OAEP-256",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"type": "dynamic"
}curl --request POST \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/waas/delegatedAccess/encryptionPublicKeys \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"publicKey": "<string>",
"alg": "An example name",
"type": "dynamic"
}
'{
"publicKey": "<string>",
"kid": "<string>",
"alg": "RSA-OAEP-256",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"type": "dynamic"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the environment
36"95b11417-f18f-457f-8804-68e361f9164f"
Credentials for waas wallet delegation created successfully
A string with a max length of 4096 characters
4096Short identifier referenced in webhook envelopes so the developer knows which private key to use
64Algorithm for how this key is used
RSA-OAEP-256, HYBRID-RSA-AES-256 dynamic, external Was this page helpful?