Toutes nos excuses, cette page n'a pas encore été traduite. L'équipe Localization d' Emarsys est en train d'y remédier et souhaite vous proposer toute la documentation en Français!
Experiment Before You Code!
We provide a demo page where you can experiment with the API capabilities. This has a graphical user interface allowing experimentation with API requests and their parameters. The responses are then displayed so users can see what to expect.
- To access the demo environment, please visit https://api.emarsys.net/api-demo.
- To check whether the access data is valid, make a test request to see what languages are available. For this, go to the Contact Fields tab. Leave the Language code field empty and click OK. The response will appear on the right of the same page, including some information about the request. The following table shows the possible responses and the reasons for failure:
Response (replyCode, replyText | Possible reason | Suggested solution |
---|---|---|
0, OK | You succeeded, and your credentials were accepted. | You should see the list of the languages. |
1, Unauthorized | Something is wrong with your credentials. | Check your access information again. |
No response at all | Something is wrong with your connection./The API URL is invalid./The Emarsys API is not available. |
Check with your IT support why you cannot reach the API (e.g. if the traffic is blocked by your firewall.)/Check your access information again./Please try again later. |
The response of your request always appears in the top right of the page so, after sending a request, don’t forget that you might need to scroll up to see the response.
If you would like to test our API from the command line, we recommend using HTTPie (http://httpie.org/), and our WSSE plugin for HTTPie (https://github.com/emartech/httpie-wsse-auth).