Skip to content

Instantly share code, notes, and snippets.

@nettofarah
Created November 16, 2012 16:47
Show Gist options
  • Save nettofarah/4088878 to your computer and use it in GitHub Desktop.
Save nettofarah/4088878 to your computer and use it in GitHub Desktop.
user signup response
<response>
<status>201 Created</status>
<user-created>true</user-created>
<current-user>
<id>1821436</id>
<login>remi123</login>
<popup-prefs>ask</popup-prefs>
<next-mix-prefs>ask</next-mix-prefs>
<slug>remi123</slug>
<bio-html nil="true"></bio-html>
<location></location>
<path>/remi123</path>
<avatar-urls>
<sq56>http://8tracks.com/images/avatars/sq56.jpg</sq56>
<sq72>http://8tracks.com/images/avatars/sq72.jpg</sq72>
<sq100>http://8tracks.com/images/avatars/sq100.jpg</sq100>
<max200>http://8tracks.com/images/avatars/max200.jpg</max200>
<max250w>http://8tracks.com/images/avatars/max250w.jpg</max250w>
</avatar-urls>
<subscribed>false</subscribed>
<followed-by-current-user>false</followed-by-current-user>
<follows-count>0</follows-count>
<hide-nsfw>1</hide-nsfw>
<presets/>
<user-token>1821436;4ff96883912e443d234e12eac5fe3e3ea1582271</user-token>
<designation nil="true"></designation>
</current-user>
<user-token>1821436;4ff96883912e443d234e12eac5fe3e3ea1582271</user-token>
<errors nil="true"></errors>
<notices nil="true"></notices>
<logged-in>true</logged-in>
<api-warning>
<api-warning>You didn't pass an API version, defaulting to api_version=2.</api-warning>
</api-warning>
<api-version>2</api-version>
</response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment