Skip to main content
POST
Reveal a secret

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Headers

Idempotency-Key
string

Makes this write safe to retry: a repeat with the same key replays the first response instead of creating a second resource. Scoped to the account, remembered for 24 hours; reusing a key with a different payload is an error.

Maximum string length: 255

Path Parameters

secret_id
string
required

The secret's prefix ID (e.g., "secret_abc123")

Response

The secret, including its decrypted value

object
string
required
id
string
required
name
string
required
target
string
required
scope
string
required
site_id
string | null
required
site_ids
object
required
description
string | null
required
egress_host
string | null
required
egress_header
string | null
required
last4
string
required
value
string | null
required
created_at
string
required