Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

LEVEL 1: PURCHASE - INDIVIDUALIZE

...

  • for test, connect to https://r-st.bx-cloud.com/narrative/<account-name>/api/1?profileId=<first-customer-in-batch>

  • for production release, please connect to https://track.bx-cloud.com/narrative/<account-name>/api/1?profileId=<first-customer-in-batch>

Request Headers

The request has the following requirements:

  • 'POST' request

  • 'Content-Type' => 'application/json'

Testing the API requests

Because it is an API, it is possible to test the API requests used by your integration with the help of Postman or Advanced Rest Client (from Chrome) https://chrome.google.com/webstore/detail/advanced-rest-client/hgmloofddffdnphfgcellkdfbfbjeloo/related

...