xero-postman-oauth2 icon indicating copy to clipboard operation
xero-postman-oauth2 copied to clipboard

A postman collection for use with Xero's API and OAuth 2.0

Results 7 xero-postman-oauth2 issues
Sort by recently updated
recently updated
newest added

I went through all steps and is stuck at calling my first API. I got the message 'Authentication Unsuccessful' as follows: May I know what may cause the authentication issue?...

Just downloaded and ran through this. It's great. There's a capitalization error in the test for the "Connections" step in your postman collection. `var data = JSON.parse(responseBody); postman.setEnvironmentVariable("xero-tenant-id", data[0].**TenantId**);` The...

OS: Ubuntu 18.04.5 Postman: v8.2.3 When following [the official documentation](https://developer.xero.com/documentation/tools/postman) step 5.7 does not produce the login screen as is indicated, it fails with: ![Screenshot from 2021-04-24 23-09-49](https://user-images.githubusercontent.com/9766388/115973189-6d53a900-a553-11eb-94f7-d66eba28cc1b.png) Any input...

Hi, when I click "Get New Access Token", Postman reports an error. The Preview panel indicates that Javascript is required. Any thoughts? ![image](https://user-images.githubusercontent.com/10162329/105944840-38e96180-60b8-11eb-80cb-53c32b345fd2.png)

There was a casing problem (tenantId vs TenantId) in the Connections test that meant the xero-tenant-id variable wasn't being correctly populated. I also updated the readme with a screenshot of...

Hi there, At step 7 i am getting the following error ![image](https://user-images.githubusercontent.com/9677258/70430299-7b10a780-1aa0-11ea-974a-f737c05f3853.png)

Changed TenantId to tenantId so auto-populate script works. Removed test code for request that is never run.