Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $.ajax({
  2. url: 'https://www.fool.com/a/registration/v1/users/5?apiKey=7dce2f59-d7f9-483b-a55d-3546f7880525',
  3. type: 'GET',
  4. dataType: 'json',
  5. success: function(response){
  6. console.log(response);
  7. }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement