Discussions
Getting all companies that are installed my app
1 day ago by Hamlet Hakobyan
Here in the note is stated:
There is no need to refresh the customer's access token and you are not required to store these tokens at your side. This is because the system will only utilize the access and refresh tokens that you have generated.
and the endpoint /v1/companies
returns collection of company objects but it always a single object when I'm using access_token
generated for company.
Is it possible to generate some kind of token that will allow to request all companies that are installed my app?