Push tracking

tracking

POST
/api/push/tracking

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

storeId*integer

AiFi store id

store*
timeOfOrigin*string

ISO formatted creation time of the event, that caused this webhook to be sent

Formatdate-time
timeOfIssue*string

ISO formatted time, in which this webhook was sent

Formatdate-time
shopperId*|

Identifier of the Shopper. It can be null when AiFi will not be able to match Shopper

uniqueEventId*string

External unique event id that comes to AiFi systems from outside system

Response Body

curl -X POST "https://oasis-api.public.sandbox.oasis.aifi.com/api/push/tracking" \  -H "Content-Type: application/json" \  -d '{    "storeId": 0,    "store": {      "oasisApiStoreId": 0,      "aifiUniqueStoreId": "string"    },    "timeOfOrigin": "2019-08-24T14:15:22Z",    "timeOfIssue": "2019-08-24T14:15:22Z",    "shopperId": "string",    "uniqueEventId": "string"  }'
Empty

How is this guide?

AiFI AI Chat

Beta

Powered by AiFi

Ask docs or API questions to get grounded answers.