You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error
{"errors":["Bad username / password"],"message":"error"}
I have passed
public static final String username = "apikey";
public static final String password = "";
can you tell me where I am doing it wrong. I have also disable 2FA because earlier I was getting error that says "Invalid authentication method - Declined because you are using basic authentication with 2FA enabled. To fix, update to using an API key or disable 2FA and switch to using IP Access Management for security"
The text was updated successfully, but these errors were encountered:
I am getting this error
{"errors":["Bad username / password"],"message":"error"}
I have passed
public static final String username = "apikey";
public static final String password = "";
can you tell me where I am doing it wrong. I have also disable 2FA because earlier I was getting error that says "Invalid authentication method - Declined because you are using basic authentication with 2FA enabled. To fix, update to using an API key or disable 2FA and switch to using IP Access Management for security"
The text was updated successfully, but these errors were encountered: