Events
Create Events V2
POST
/
v2
/
create-events
Authorization
Body
curl --request POST \
--url https://api.depict.ai/v2/create-events \
--header 'Content-Type: application/json' \
--data '{
"events": [
{
"dsid": "<string>",
"event_type": "transaction_mapping",
"session_id": "<string>",
"transaction_id": "<string>",
"user_id": "<string>"
}
],
"market": "<string>",
"tenant": "<string>"
}'
"<any>"
Authorizations
api_key
string
queryrequiredBody
application/json
events
object[]
requiredUserTransactionMappingEvent
PurchaseEvent
ProductUnavailableEvent
market
string
requiredMarket identifier
tenant
string
requiredIdentifier associated with the API integration
Response
200 - application/json
The response is of type any
.
Was this page helpful?
curl --request POST \
--url https://api.depict.ai/v2/create-events \
--header 'Content-Type: application/json' \
--data '{
"events": [
{
"dsid": "<string>",
"event_type": "transaction_mapping",
"session_id": "<string>",
"transaction_id": "<string>",
"user_id": "<string>"
}
],
"market": "<string>",
"tenant": "<string>"
}'
"<any>"