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
Example response
{
"names": [
"STRIPE"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.