Unauthorised Client Error Obtaining access token

rlmonger
rlmonger Member Posts: 2 Novice Member Novice Member
Having trouble with the Reckon Hosted Api (Obtaining access token)

Have tried multiple data formats but this one seems to align with the documentation. Using Nodejs, Express and axios.

I receive this error. I am encoding clientid:clientsecret into base 64 and made sure the conversion is correct.


My call back is /reckon/callback although for the second request it is /reckon/authcode. I have also tried having the second request as /reckon/callback as it is a post request instead of a get request.

Comments

  • rlmonger
    rlmonger Member Posts: 2 Novice Member Novice Member

    Solved needed to use same callback. Used qs.stringify to get data in right format.