Authorization: Bearer ********************{
"name": "Atticus Monroe",
"conditions": "INDIVIDUAL",
"counterpartyField": "MANUAL",
"identificationCodeName": "identificationCodeName",
"extractRegex": "extractRegex",
"sensitive": "sensitive"
}curl --location 'https://web-api.blockindex.com/entity//counterpartyTransformer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Atticus Monroe",
"conditions": "INDIVIDUAL",
"counterpartyField": "MANUAL",
"identificationCodeName": "identificationCodeName",
"extractRegex": "extractRegex",
"sensitive": "sensitive"
}'{
"status": "success",
"requestId": "ed458995-3eb1-48c9-90b3-1e6f4d57ab82",
"data": {
"counterpartyTransformerId": "5200e0880d22d44b4fd35e8182742c27",
"entityId": "0017d7ec94cd65cdbf599d4c5a49572a",
"name": "秦雨涵",
"priority": -377217747,
"type": "USER",
"conditions": [
{
"type": "DATETIME",
"operator": "AFTER",
"value": null
}
],
"counterpartyField": null,
"identificationCodeName": "3",
"extractRegex": null,
"sensitive": null,
"enabled": null,
"createdAt": "2024-04-22 10:58:29",
"updatedAt": "2025-05-07",
"deletedAt": "2025-07-01 06:01:12"
}
}