v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-261319281.7 MB

Validate Credential

post/v1/vaults/{vault_id}/credentials/{credential_id}/mcp_oauth_validate?beta=true

Path parameters

vault_idstring required

Path parameter vault_id

credential_idstring required

Path parameter credential_id

Headers

anthropic-versionstring
anthropic-betastring

Response

Successful response (OK)

type'vault_credential_validation' required
credential_idstring required

Unique identifier of the credential that was validated.

vault_idstring required

Identifier of the vault containing the credential.

status'valid' | 'invalid' | 'unknown' required

Overall verdict of a credential validation probe.

validated_atstring date-time required

A timestamp in RFC 3339 format

has_refresh_tokenboolean required

Whether the credential has a refresh token configured.

Example response

{
  "type": "vault_credential_validation",
  "credential_id": "vcrd_011CZkZEMt8gZan2iYOQfSkw",
  "vault_id": "vlt_011CZkZDLs7fYzm1hXNPeRjv",
  "status": "valid",
  "validated_at": "2026-03-15T10:00:00Z",
  "has_refresh_token": true,
  "mcp_probe": null,
  "refresh": null
}