Creates a new key
Post`` /api/v1/profiles/keys
Create policy key.Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
string
DID Document and keys.Response
{
description: Successful operation.
content:
application/json:
schema:
type: string
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}Last updated
Was this helpful?