You need to sign in to do that
Don't have an account?

I got the error response {"error":"invalid_grant","error_description":"authentication failure"}
I have passed the below param.
"client_id", "XXX"
"client_secret", "YYY"
"grant_type", "password"
"username", "$$$"
"password", "###"
what's am i missing?
Advance thanks
"client_id", "XXX"
"client_secret", "YYY"
"grant_type", "password"
"username", "$$$"
"password", "###"
what's am i missing?
Advance thanks
This is really good article.
Thanks
Gulshan Raj
Try adding your Security Token to your Password and see if that works. The Identity Confirmation section has more detailed information under help topics, please go through them
Thank you
{"error":"invalid_grant","error_description":"invalid authorization code"}
"client_id", "XXX"
"client_secret", "YYY"
"grant_type", "password"
"username", "$$$"
"password", "zr2veDizcDp7ASDADASDASD"
Thanks for your response