Skip to main content
POST
/
v1
/
api
/
opportunity
/
{transactionId}
Identify an opportunity for Web, with transaction id.
curl --request POST \
  --url http://service.authmatech.com/v1/api/opportunity/{transactionId} \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-CLIENT-ID: <x-client-id>' \
  --data '
{
  "metadataId": "<string>"
}
'
{}

Authorizations

X-API-KEY
string
header
required

Headers

X-CLIENT-ID
string
required

Path Parameters

transactionId
string
required

Generated UUID during the first request process (Via Web SDK)

Body

application/json
metadataId
string

Response

200 - */*

OK

The response is of type object.