v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBDICT proxy keys
Create DICT proxy key
Register a proxy key in the DICT directory for a connected account.
post/proxy_services/dict/proxy_keys
Request body
Example request
{
"owner_type": "individual",
"proxy_type": "tax_id",
"proxy_type_code": "cpf",
"proxy_identification": "12345678901",
"owner_name": "Maria Silva",
"account_identification": "0001234-5",
"account_type": "CACC",
"account_issuer": "12345678",
"servicer": "12345678",
"connected_account_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"internal_account_id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"scheme_data": {
"reason": "USER_REQUESTED",
"tax_identification_number": "12345678901"
},
"metadata": {
"customer_ref": "cust-001"
}
}Response
Successfully created proxy key
Example response
{
"id": "c39d1eff-c5ed-4197-8f24-28a68bd0eee6",
"object": "proxy_key",
"scheme": "dict",
"owner_type": "individual",
"owner_name": "Maria Silva",
"proxy_type": "tax_id",
"proxy_type_code": "cpf",
"proxy_identification": "12345678901",
"status": "active",
"account_identification": "0001234-5",
"account_type": "CACC",
"account_issuer": "12345678",
"connected_account_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"servicer": "12345678",
"scheme_data": {
"reason": "USER_REQUESTED",
"tax_identification_number": "12345678901",
"directory_entry_id": "dict-entry-abc123"
},
"metadata": {
"customer_ref": "cust-001"
},
"created_at": "2025-01-01T12:00:00Z"
}