I'm new to Xero development. I'm trying to make a simple API call to get all contacts from my clien't account.
I don't have the login details (user name & password) for the clien't account but I do have the Xero code from client which they have given me the required permissions.
So, the information I have are:
Xero Code: 447a225c95XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX359d
Xero Scope: openid profile email accounting.contacts accounting.transactions offline_access
I'm not quite sure how to access my clien't Xero account with above details. Tried the following in Postman but do do know which header parameters to pass.
How do I make the API call to get contacts with above details?