MOTAR
Search
⌃K

My Profile

Reminder: if you are using an app/client ID in sandbox, you must use sandbox.motar.io as the endpoint for your requests. Requests to api.motar.io with a sandbox client ID will fail!
Warning: A user can access their profile information in your application but the application can NOT store the data.
Example: a user can see their name, photo, email, and other personally identifiable items in your application but you cannot store this in a local app store to send the user emails or manage them by name in your application database. If your application needs to store app specific user data, it can store non profile information with reference to the userId.
Storage of user profile data other than the app specific userId is against MOTAR platform policies and terms.
get
https://api.motar.io
/user/v1/my/profile
Get My Profile
get
https://api.motar.io
/user/v1/my/friends
Get My Friends
get
https://api.motar.io
/user/v1/my/profile/picture
Get My Profile Picture
get
https://api.motar.io
/user/v1/my/profile/cover
Get My Cover Photo
put
https://api.motar.io
/user/v1/my/profile
Create Anonymous User