Open tasoskakour opened 2 years ago
The DOCS state that the returned data after a successful authorization process include account_id and organization_id.
account_id
organization_id
However it looks like that the only fields returned are:
{ "access_token":"xxx", "expires_in":28800, "state":"yyy", "token_type":"Bearer", "scope":"xyz" }
Here is a Codesandbox link that reproduces that (be sure to include your own livechat client_id and add the codesandbox url to the whitelist): https://codesandbox.io/s/loving-pasteur-onw5f
The DOCS state that the returned data after a successful authorization process include
account_id
andorganization_id
.However it looks like that the only fields returned are:
Here is a Codesandbox link that reproduces that (be sure to include your own livechat client_id and add the codesandbox url to the whitelist): https://codesandbox.io/s/loving-pasteur-onw5f