Skip to content

Instantly share code, notes, and snippets.

@gm
Created April 14, 2020 17:28
Show Gist options
  • Save gm/036914a7434b693569c239a228851c66 to your computer and use it in GitHub Desktop.
Save gm/036914a7434b693569c239a228851c66 to your computer and use it in GitHub Desktop.
segment-zendesk
$.getJSON("/api/v2/users/me.json", (data) => {
console.log(data.user.id);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment