I am trying to get access token from 'identity.reckon.com'. For this I form url (example took from '
https://www.buildmgr.com.au/api/'):
https://identity.reckon.com/connect/authorize?client_id=
{clientid}&response_type=id_token%20token&scope=openid%20read%20write&redirect_uri=
{CallbackURL}&state=random_state&nonce=random_nonce
where I use client-id and callback url from letter I recieved regarding API Application. Same url structure works with example link on
https://www.buildmgr.com.au/api/, so I guess problem is with my client-id, but not so sure, and if it is, then who should I contact to solve this problem?
thanks in advance!