Lookup Tables
Manage lookup table files via the Scanner API. Upload CSV or MMDB files, preview their contents, edit metadata, and delete them.
Create (upload) a lookup table file with metadata
Name
Type
Description
Name
Type
Description
curl $API_BASE/v1/lookup_table_file/upload/tenant/$TENANT_ID \
-H "Authorization: Bearer $API_KEY" \
-X POST \
-F "file=@./employees.csv" \
-F "name=employee_table" \
-F "description=Employee directory lookup"List lookup table files
Name
Type
Description
Get a lookup table file's metadata
Download the raw lookup table file
Preview a lookup table as CSV
Name
Type
Description
Update a lookup table file's metadata
Name
Type
Description
Replace a lookup table file's data
Name
Type
Description
Delete a lookup table file
Response object reference
LookupTableFile
Field
Type
Description
LookupTableFileSummary
Sync source
Field
Type
Description
LookupTableFileDependency
Field
Type
Description
Quick start script
See also
Last updated
Was this helpful?