Skip to main content
Identity intelligence is most valuable where your teams already work. Authmatech Connect synchronizes customer identity events, verification activity, and journey signals into your CRM and business systems — giving marketing, support, fraud, and operations a complete customer view without leaving their tools.

What Connect does

  • Imports your existing customer records (CSV/XLSX) so Authmatech can match and enrich them.
  • Enriches profiles with identity and verification signals.
  • Syncs verification and journey events out to your integrations on an ongoing basis.

API surface

Connect endpoints live under /v1/api/me/connect/** with the standard X-API-KEY + X-CLIENT-ID headers.
ActionEndpoint
Connect overviewGET /v1/api/me/connect/overview
List integrationsGET /v1/api/me/connect/integrations
Create an integrationPOST /v1/api/me/connect/integrations
Update an integrationPATCH /v1/api/me/connect/integrations/{integrationId}
Delete an integrationDELETE /v1/api/me/connect/integrations/{integrationId}
Integration sync historyGET /v1/api/me/connect/integrations/{integrationId}/sync-history
Download a sample import fileGET /v1/api/me/connect/import/sample.csv
Parse an upload (CSV/XLSX)POST /v1/api/me/connect/import/parse
Start an import jobPOST /v1/api/me/connect/import/start
List import jobsGET /v1/api/me/connect/import/jobs
List profilesGET /v1/api/me/connect/profiles
Enrich a profilePOST /v1/api/me/connect/profiles/{profileId}/enrich

Importing your data

1

Grab the template

Download the expected format from GET /v1/api/me/connect/import/sample.csv.
2

Parse before you commit

Upload your file to POST /v1/api/me/connect/import/parse to validate columns and preview how rows map — before anything is written.
3

Start the job

Kick off the import with POST /v1/api/me/connect/import/start, then track progress via GET /v1/api/me/connect/import/jobs.
4

Enrich and sync

Enrich profiles and configure an integration so events flow into your CRM continuously.

Configuring an integration

Create an integration with POST /v1/api/me/connect/integrations, then monitor sync-history to confirm events are flowing. Admin-side connect configuration (per-client) is managed from the Authmatech dashboard.
Connect is enabled per account. Contact sales@authmatech.com to turn it on and discuss supported destinations.