Skip to main content
GET
Lists readable configuration values that look like inline credentials.

Authorizations

Authorization
string
header
required

The Checkly Public API uses API keys to authenticate requests. You can get the API Key here. Your API key is like a password: keep it secure! Authentication to the API is performed using the Bearer auth method in the Authorization header and using the account ID. For example, set Authorization header while using cURL: curl -H "Authorization: Bearer [apiKey]" "X-Checkly-Account: [accountId]"

Headers

x-checkly-account
string<uuid>

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Response

Successful

entityType
enum<string>
required

The kind of resource the flagged value lives on.

Available options:
CHECK,
CHECK_GROUP,
SNIPPET,
ALERT_CHANNEL,
INTEGRATION,
ENVIRONMENT_VARIABLE
entityId
string
required

The id of the resource holding the flagged value. Numeric ids are serialized as strings.

entityName
string | null
required

The display name (or key, for environment variables) of the resource.

checkType
string | null
required

The check type when entityType is CHECK, null otherwise.

project
object | null
required

Set when the resource is managed by a monitoring-as-code project (checkly deploy), null otherwise.

logicalId
string | null
required

The monitoring-as-code logicalId of this resource within its project, null when not project-managed.

fieldPath
string
required

Path of the flagged field on the public API resource, e.g. "request.headers[2].value".

Example:

"request.headers[2].value"

fieldKey
string | null
required

The key of the flagged key-value entry (header name, query parameter name, variable key), if any.

Example:

"Authorization"

valuePreview
string | null
required

A redacted preview of the detected credential (a few leading/trailing characters). The full value is never returned; read the resource itself to retrieve it. Withheld (null) for INTEGRATION findings, whose credentials only admins can manage.

Example:

"sk_l…7q"