Skip to main content
PUT
Sube o rota el certificado de cliente de Dataprev

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
certPem
string
requerido

PEM-encoded ICP-Brasil A1 client certificate chain.

Required string length: 1 - 1048576
keyPem
string
requerido

PEM-encoded private key for the client certificate.

Required string length: 1 - 1048576

Respuesta

OK

certPresent
boolean
requerido

Whether a client certificate is stored for the tenant.

oauthPresent
boolean
requerido

Whether OAuth2 client_credentials are stored for the tenant.

provider
string
requerido

External rail the credentials belong to.

Ejemplo:

"dataprev"

updatedAt
string<date-time>
requerido

Last-update timestamp (RFC 3339, UTC).

Ejemplo:

"2026-06-23T12:00:00Z"

certFingerprint
string

SHA-256 hex fingerprint of the stored certificate (absent when none).

Ejemplo:

"3b1f...c0"

certNotAfter
string<date-time>

RFC 3339 cert expiry (UTC); absent when no cert is stored.

Ejemplo:

"2027-01-01T00:00:00Z"

codigoSolicitante
string

Dataprev codigoSolicitante: the institution's BACEN COMPE code (3 digits, zero-padded, 001-999). Public, non-secret; absent when none is stored.

Ejemplo:

"341"

revokedAt
string<date-time>

Credential revocation timestamp (RFC 3339, UTC); absent when credentials were never revoked.

Ejemplo:

"2026-07-14T15:30:00Z"