Skip to content
View as Markdown

ApiKeyResponse

Field Type Description
fingerprint string The fingerprint of the API key, base64 encoded. API keys are not stored by the server and cannot be recovered if lost.
key string The actual key, base64 encoded. This is only returned when the key is created and will be empty on subsequent responses.
permissions repeated bitdrift.public.unary.admin.v1.Permission The permissions that the key has.

Example

JSON
{
  "fingerprint": "a1b2c3d4e5f6",
  "key": "example-key",
  "permissions": [
    "WORKFLOW_READ"
  ]
}