Skip to main content
POST
/
v1
/
api
/
opportunity
cURL
curl --request POST \
  --url http://service.authmatech.com/v1/api/opportunity \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-CLIENT-ID: <x-client-id>' \
  --data '
{
  "authmatechCode": "<string>",
  "metadataId": "<string>"
}
'
{}
Authmatech Target records an anonymous, high-intent visitor session so your team can re-engage the customer who left before signing in or completing a purchase. Send the authmatechCode returned by the SDK together with your own metadataId. Send both auth headers (X-API-KEY, X-CLIENT-ID). Review and group captured opportunities through the Client Portal opportunity endpoints (/v1/api/me/opportunities).

Authorizations

X-API-KEY
string
header
required

Headers

X-CLIENT-ID
string
required

Body

application/json
authmatechCode
string
Minimum string length: 1
metadataId
string

Response

200 - */*

OK

The response is of type object.