January 2026 Update
3 months ago by Lorenzo Roveda
π₯ January Product Update: Auto Top Up keeps your API balance funded automaticallys, you can programmatically delete customer data via a new Delete Data API, and Phone to Name now returns enriched identity signals like Date of Birth and Addresses.
π³ Auto Top Up
Auto Top Up helps keep your API key balance funded automatically, so you can avoid failed requests caused by low credit.
π Key Features
- π³ Payment methods management: Add and manage cards directly from the Payment Methods section.
- βοΈ Configurable rules: Set a low-balance threshold and top up amount.
- π° Monthly maximum limit: Control spending with a configurable monthly cap.
ποΈ Delete Data API (New endpoint)
You can now request deletion of previously enriched data referring to a specific claim and customer_id.
π Key Features
- π§© Claim-specific deletion: Request deletion for a single product/claim (for example
score,email,phone,domain,bot_detection,login). - π§Ύ Simple inputs: Provide the
claimandcustomerIdof the previous call you wanted to delete. - β³ Asynchronous processing: A successful response confirms the request was accepted, and deletion is processed in the background.
π Example Output
{
"status": "ok",
"message": "deletion request accepted - the deletion will be processed shortly"
}π± Phone to Name: New signals
The Phone to Name endpoint now returns enriched identity information, including Date of Birth and Addresses linked to a phone number.
π Key Features
- π§Ύ New signals:
names_dobsandnames_addressesare now included when found. - π Multi-source enrichment: Each value is returned with an occurrence
countacross sources. - π§© Same inputs: Continue using
transaction_idandphoneas input.
π Example Output
{
"names_dobs": [
{
"value": "1985-05-15",
"count": 1
}
],
"names_addresses": [
{
"value": "Via Gustavo Fara, 9",
"count": 2
}
]
}π Resources
- Phone to Name API Reference - Learn more on Phone to Name endpoint
- Delete Data API Reference - Detailed guidance to use Delete Data API