xero-postman-oauth2
xero-postman-oauth2 copied to clipboard
In postman collection, "Connections" step has a typo
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 "TenantID" should be lowercase e.g. "tenantID"
As currently set, the tenant ID doesn't get copied into the desired environment variable during that step. Once that is fixed, it all works as expected.
Really good timesaver
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 "TenantID" should be lowercase e.g. "tenantID"
As currently set, the tenant ID doesn't get copied into the desired environment variable during that step. Once that is fixed, it all works as expected.
Really good timesaver
#9 Please check client id & client secret.