> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://apidocs.polytomic.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.polytomic.com/_mcp/server.
# Scamalytics
Supports:
* ✅ Enrichment
## Connection
### Configuration
| Name | Type | Description | Required |
apikey |
string |
API key |
true |
endpoint |
string |
Enrichment endpoint |
true |
#### Example
```json
{
"name": "Scamalytics connection",
"type": "scamalytics",
"configuration": {
"apikey": "",
"endpoint": "https://api9.scamalytics.com/xyz"
}
}
```
## Model Sync
### Enrichment
#### Configuration
| Name | Type | Description | Required |
object |
string |
Accepted values: `ip` |
false |
#### Example
```json
{
...
"configuration": {
"object": ""
}
}
```