'Downloading data using postman and authorization
I'm doing a case study for a new job, and I got stuck on the very first point: download the underlying data through postman. I've never used anything like this before and all the header, body, API is new to me. I only have experience with editing and further processing data, but not with downloading. Could someone please help me with this? I have a link to the site from where to download the data, then the username and API key for authorization, but for the life of me after clicking on the instructions I don't know exactly how to download the data.
I have example like this:
curl -u [email protected]:API\_TOKEN -H 'User-Agent: YourApp ([email protected])' \\ https://app.fakturoid.cz/api/v2/accounts/{slug}/invoices.json
In file i have this information
Authorization:
Username: [email protected]
API Key: yyyyyyyyyyyyyy
How should I write it in Postman to get the file?
Thank you so much for any help or link that will help me.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
