Authorizations
A token sent in the Authorization
header.
This can be one of two types:
- A short-lived JWT obtained from the
/auth
endpoint. - A long-lived, static API Key provided during setup.
In both cases, the header format is Authorization: Bearer <token>
.
Headers
A unique identifier for this specific API call, generated by the client (Samvaad).
An identifier to trace a single request across multiple services.
The ISO 8601 timestamp of when the client sent the request.
Response
New DEK successfully generated. Returns the new encrypted and plaintext DEK.
The response payload containing the new DEK in both plaintext and encrypted forms.