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.
Body
The request containing the key alias and the encrypted key data.
The request payload to decrypt a key.
Response
The DEK was successfully decrypted.
The response payload containing the decrypted key.