This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
Hi all,
Newby here. Can anyone provide a walkthrough of how to download company expenses via API's?
We are trying to process them for use in comparative reports (which pull in data from other areas of the company), so any tabular format would be fine, JSON etc. I've read through the API reference guide (it assumes a lot of knowledge which I clearly don't have 😂) and landed on the endpoint Get /api/v3.0/expense/reports
I'm using Postman to test this and I thought I had it down, but I'm getting a return message "Forbidden Request". Anyone know what could cause this? Or how to solve?
Thanks for your thoughts 🙂
Full Request looks like this:
Get https://eu2.api.concursolutions.com/api/v3.0/expense/reports?limit=15&user=ALL
Authentication token (Client Credentials) obtained and passed in Authentication Header as Bearer {token}
I'm only using Limit and User as parameters but will probably need more later.