Guest User

Untitled

a guest
Jan 26th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. /attask/api-internal/user?action=getApiKey&username=yyyyy@xxxxx&password=xxxxxxxx&method=put (xxx and yyy masking actual text)
  2.  
  3. {
  4. data: {
  5. result: ""
  6. }
  7. }
  8.  
  9. {
  10. error: {
  11. class: "com.attask.common.AuthenticationException",
  12. message: "That username/password combination wasn't quite right.
  13. Make sure your caps lock isn't on and try again."
  14. }
  15. }
  16.  
  17. /attask/api/v5.0/user?action=generateApiKey&username=yyyyy@xxxxx&password=xxxxxxxx&method=put
Add Comment
Please, Sign In to add comment