All REST Endpoints

Admin Settings
Get default admin settings
Method: get
Path: /api/{version}/admin/defaults
Modify admin settings
Method: put
Path: /api/{version}/admin/defaults
Restore default admin settings
Method: delete
Path: /api/{version}/admin/defaults
Authentication
Request the access token
Method: post
Path: /api/v4/oauth2/token
Mapping
Create/update mapping
Method: put
Path: /api/{version}/mapping
Delete custom maps for map IDs
Method: delete
Path: /api/{version}/mapping
Get a list of seeded and custom mappings
Method: get
Path: /api/{version}/mapping/list
Get default settings for maptype, objecttype and mapMode
Method: get
Path: /api/{version}/mapping/default
Get details for map ID
Method: get
Path: /api/{version}/mapping/{mapId}
Return attributes for a source
Method: get
Path: /api/{version}/mapping/attributes/{source}
Match and Export
Get log file for match job
Method: get
Path: /api/v4/match/enrich/logfile
Match records
Method: post
Path: /api/v4/match/enrich
Search and Export
Export companies/contacts based on search
Method: post
Path: /api/v4/export
Get advanced search attributes
Method: get
Path: /api/v4/search/attributes/{objectType}
Get company hierarchy tree
Method: get
Path: /api/v4/search/companies/hierarchy/{id}
Get details for a company or contact
Method: get
Path: /api/v4/{objectType}/retrieve
Get export file for a job
Method: get
Path: /api/v4/export/results/{jobinstanceid}
Get export file for a job as stream
Method: get
Path: /api/v4/export/results/file/{jobinstanceid}
Get list of companies/contacts that match criteria
Method: post
Path: /api/v4/search
Get log file for export job
Method: get
Path: /api/v4/export/logs/{jobinstanceid}
Get text-based search for companies
Method: get
Path: /token/api/v4/company/find
Prepare to do a find/search operation on companies
Method: get
Path: /api/v4/company/preparefind
Sync and Export
Exclude from sync data
Method: post
Path: /api/v4/admin/sync/delete
Get log file for sync job
Method: get
Path: /api/v4/admin/sync/logfile
Sync records
Method: get
Path: /api/v4/admin/sync
View Export Jobs
Get details of a job
Method: get
Path: /api/v4/jobresource/jobinstance/{jobinstanceid}
Get jobs that match criteria
Method: get
Path: /api/v4/jobresource/jobinstances
View Version Information
Get API version numbers
Method: get
Path: /api/v4/version