Authorizations
Your secret API key is used to access every Miso API endpoint. You should secure this key and only use it on a backend server. Never leave this key in your client-side JavaScript code. If the private key is compromised, you can revoke it in Dojo and get a new one.
Specify your secret key in the api_key query parameter. For example:
POST /v1/users?api_key=039c501ac8dfcac91c6f05601cee876e1cc07e17Body
- product_detail_page_view
- search
- add_to_cart
- remove_from_cart
- checkout
- refund
- subscribe
- unsubscribe
- add_to_collection
- remove_from_collection
- read
- watch
- listen
- like
- dislike
- rate
- bookmark
- complete
- feedback
- impression
- viewable_impression
- click
- submit
- home_page_view
- category_page_view
- promo_page_view
- product_image_view
- custom
Response
Successful Response
Human-readable message
"success"