v1

latestOpenAPI 3.1.02026-07-241280174.1 KB

List Names

Secret Names

get/v3/configs/config/secrets/names

Query parameters

projectstring required

Unique identifier for the project object.

configstring required

Name of the config object.

include_dynamic_secretsboolean

Whether or not to issue leases and include dynamic secret values for the config

include_managed_secretsboolean

Whether to include Doppler's auto-generated (managed) secrets

Response

200

namesstring[]

Example response

{
  "names": [
    "STRIPE"
  ]
}