xero-postman-oauth2
xero-postman-oauth2 copied to clipboard
API call Authentication Unsucessful
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? I am able to retrieve my tenant id.
It happens the same to me. I tried everything and don't know what's wrong
I can only get invoices if I comment out the pre-request script. If I leave it there I get the error reported by @adelinechong
Hi all. I had a similar issue with authorization, though my error message was slightly different and posted this note in #2 as well. Mine was related to a newline character being included in my tokens by following the instructions. If you triple-click to highlight the tokens in step 6, Postman includes a newline character in both tokens. See a screenshot below of what how that newline character is represented (note the ↩️):
So in case your token has a newline, remove it and you'll be in good shape.
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? I am able to retrieve my tenant id.
in your scopes you need to add the following accounting.transactions
Anyone facing this issue, you need to set xero-tenant-id
from connections response
#9 Please check client id & client secret.
Anyone facing this issue, you need to set
xero-tenant-id
from connections response
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? I am able to retrieve my tenant id.
https://github.com/XeroAPI/xero-postman-oauth2/issues/9#issuecomment-1247128542