Skip to main content
Retrieve a secret by its ID for a specific tenant.
  • Method: GET
  • Path: /api/v1/tenants/{tenant_id}/secrets/{secret_id}

Path Parameters

  • tenant_id (integer, required): The ID of the tenant
  • secret_id (integer, required): The ID of the secret

Response

Returns a TenantSecretResponse object.