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
Yes, use [email protected]/token for your email address, and use your token for your password. At least, those work for me with going through the API wrapper:
ZendeskApi api = new ZendeskApi("https://yoursite.zendesk.com/api/v2",
"[email protected]/token",
"YOUR API TOKEN GOES HERE");
Hello, is there a way to use a tokenized login rather than a username/password?
I want to be able to do this:
The text was updated successfully, but these errors were encountered: