How to download excel (.xls) file from API in postman?

前端 未结 4 1685
眼角桃花
眼角桃花 2020-12-02 05:48

I am having an API endpoint and Authorization token for that API.

The said API is for .xls report download, how can I view the downloaded .xls

4条回答
  •  既然无缘
    2020-12-02 06:27

    You can Just save the response(pdf,doc etc..) by option on the right side of the response in postman check this image

    For more Details check this

    https://learning.getpostman.com/docs/postman/sending_api_requests/responses/

提交回复
热议问题