API Key
Last updated
Last updated
The API Key service allows your app to securely store sensitive information like API keys, SSH keys, passwords, secrets, etc and access them within your Cloud Flow Web Hooks and Background Tasks.
NOTE: All profile settings are encrypted and stored in Zingy's cloud infrastructure.
Paste or enter the API key, SSH key, password, secret, etc here.
Optionally store up-to 3 other related key/secret values as part of the profile.
The API Key service does not have any connection specific settings.
The Execute Connection Command block is available in both Page Flow and Cloud Flow. Using this block you can add logic to trigger the operations/commands supported by the API Key service.
For security purposes, all operations/commands offered by the API Key service are only available in Cloud Flow and cannot be used in Page Flow.
Use this command to retrieve the values for the API key, SSH key, password, secret, etc.
None
Object representing the key/secret values:
In your app's Cloud Flow Web Hooks and Background Tasks, the Custom Code block can also be used to retrieve keys/secrets stored using this service.
The keyInfo
object contains the secret1
, secret2
, secret3
and secret4
properties for the key/secret values.
Property | Type | Description |
---|---|---|
secret1
The main secret value
secret2, secret3, secret4
Additional secret values