xero-postman-oauth2
                                
                                
                                
                                    xero-postman-oauth2 copied to clipboard
                            
                            
                            
                        A postman collection for use with Xero's API and OAuth 2.0
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:  Any input...
Hi, when I click "Get New Access Token", Postman reports an error. The Preview panel indicates that Javascript is required. Any thoughts? 
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 
Changed TenantId to tenantId so auto-populate script works. Removed test code for request that is never run.