I just tried with the same URL and it works fine for me. Can you regenerate access token and try again? PS: Access token has a validity of one day only.
@madhusudhan.maddula That is not correct. Once you get the request_token, you have to exchange it for an access_token using your secret key and creating a checksum using SHA-256. Please read the documentation where this is explained in detail or look at the several other posts on the forum that discusses this.
I just tried with the same URL and it works fine for me. Can you regenerate access token and try again?
PS: Access token has a validity of one day only.
Thanks
I'm using secret key as access token, is it correct?
If not, please tell me how to generate access token.
Regards,
Madhu