Skip to main content
PATCH
cURL con datos ficticios

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

Idempotency-Key
string
requerido

Clave generada por el cliente para reintentar exactamente la misma solicitud de forma segura.

Required string length: 1 - 64
X-Account-Id
string
requerido

UUID de la cuenta asociada a la operación.

Ejemplo:

"019606a1-3b4c-7d8e-9f01-234567890abc"

X-Reason
string
requerido

Motivo de la operación. Se utiliza USER_REQUESTED para una solicitud del cliente.

Ejemplo:

"USER_REQUESTED"

Parámetros de ruta

entry_id
string
requerido

Entry ID (UUID format)

Ejemplo:

"019606c3-5d6e-7f80-1b23-456789012cde"

Cuerpo

application/json
account
object
metadata
object

Free-form, single-level key/value pairs persisted with the entry. Keys up to 100 characters, values up to 2000 characters, at most 25 entries; nested objects are rejected.

Ejemplo:
owner
object

Respuesta

OK

account
object
requerido
createdAt
string<date-time>
requerido
Ejemplo:

"2019-11-18T03:00:00Z"

holderId
string
requerido
Ejemplo:

"019606e5-7f80-9102-3d45-678901234ef0"

id
string
requerido
Ejemplo:

"019606c3-5d6e-7f80-1b23-456789012cde"

keyCreationDate
string<date-time>
requerido
Ejemplo:

"2019-11-18T03:00:00Z"

keyOwnershipDate
string<date-time>
requerido
Ejemplo:

"2019-11-18T03:00:00Z"

keyType
string
requerido
Ejemplo:

"CPF"

keyValue
string
requerido
Ejemplo:

"52998224725"

organizationId
string
requerido
Ejemplo:

"019606d4-6e7f-8091-2c34-567890123def"

owner
object
requerido
requestId
string
requerido
Ejemplo:

"a946d533-7f22-42a5-9a9b-e87cd55c0f4d"

status
string
requerido
Ejemplo:

"ACTIVE"

updatedAt
string<date-time>
requerido
Ejemplo:

"2019-11-18T03:00:00Z"

metadata
object