Skip to main content
Most visitors leave before signing in or completing a purchase. Authmatech Target helps you understand and re-engage those customer journeys — so the high-intent customer who left becomes the one you reconnect with. You capture an anonymous visitor’s mobile identity signal as an opportunity, then review, group, and act on it from the Client Portal.

How it works

When the Authmatech SDK runs on a page, it can produce an authmatechCode for the visitor’s session even before they identify themselves. You send that code — together with your own metadataId — to Target, which records it as an opportunity tied to your campaign and context.

Capture an opportunity

Call POST /v1/api/opportunity from your backend with the standard X-API-KEY + X-CLIENT-ID headers.
curl -X POST https://service.authmatech.com/v1/api/opportunity \
  -H "X-API-KEY: YOUR_API_KEY" \
  -H "X-CLIENT-ID: YOUR_CLIENT_ID" \
  -H "Content-Type: application/json" \
  -d '{
    "authmatechCode": "ENCRYPTED_CODE_FROM_SDK",
    "metadataId": "campaign-spring-launch"
  }'
authmatechCode
string
required
The encrypted identity signal produced by the SDK for the visitor session.
metadataId
string
Your own correlation id — for example a campaign, page, or funnel identifier — echoed back so you can group and report on opportunities.
For browser flows that resolve the identity from a network transaction, use POST /v1/api/opportunity/{transactionId}.

Review and act on opportunities

Captured opportunities are available through the Client Portal:
ActionEndpoint
List opportunitiesGET /v1/api/me/opportunities
Grouped viewGET /v1/api/me/opportunities/grouped
Opportunity statsGET /v1/api/me/opportunities/stats
Campaign statsGET /v1/api/opportunity/campaign-stats
Use the grouped and stats views to see which campaigns and journeys produce the highest-intent visitors, then route them into your re-engagement workflow.
Target is enabled per account. Contact sales@authmatech.com to turn it on. Always re-engage within your own consent and privacy rules.

API: Capture an opportunity

Full reference with an interactive playground.

Connect

Sync opportunities and identity events into your CRM.