There are various ways to send API call commands in Sisense, the two basic common ways we use today are:
- Admin UI Swagger interface
- Postman
Another common way we could encounter, is the need of assistance in using cURL commands.
How to extract Curl from PostMan:
Here I ran a successful API call using PostMan, so I know I have open communication, the syntax is working as expected and my authorization key is correct. This is how to extract the Curl equivalent:
Choosing the cURL will display the code:
Note - There are a few parameters which are specific for PostMan and we do not require and should be removed: Cache control, Postman-token and content-type.