HomeGuidesAPI Reference
CommunityWebsiteDocumentationExchangeSupportDeveloperLog In
API Reference

Read or Create a Cypher Key

This endpoint retrieves a specific cypher key. The value of the key is decrypted and returned as data. It may be a String or an object with many {"key":"value"} pairs.
The type depends on the cypher mount's capabilities and what type of data was written to the key.
For example the secret/ mount allows either a string or an object, while the password/ mount will always store and return a string.
This endpoint can also create a key. This only applies to mount types uuid, key, password. Refer to the POST endpoint for more information.

Path Params
string
required

The cypher key including the mount prefix.

Query Params
string

An execution lease token.

string
Defaults to name

Sort order, the name of the property to sort by

string
Defaults to asc

Sort direction, use 'desc' to reverse sort

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json