-
Notifications
You must be signed in to change notification settings - Fork 0
API Documentation
Michael MacCallum edited this page Apr 10, 2016
·
3 revisions
Host is https://privyapp.com
Name | Path | Method | Body | Parameters | URL Encoded |
---|---|---|---|---|---|
Login | /users/login | POST | email, password | N/A | Yes |
Register | /users/new | POST | email, password | N/A | Yes |
Save | /users/info | POST | JSON w/ social types | N/A | No |
Check Authentication | /users/auth | GET | N/A | sessionid (string) | Yes |
LookupUUIDS | /users/info | GET | N/A | uuids (UUID[]) | Yes |
Logout | /users/logout | GET | N/A | sessionid (string) | Yes |
History | /users/history | GET | N/A | sessionid (string) | Yes |
Name | Body | Status Codes | Body Type |
---|---|---|---|
Login | sessionid, basic, social, business, developer, media, blogging | 200, 401, 50X | JSON |
Register | sessionid, basic, social, business, developer, media, blogging | 200, 40X, 50X | JSON |
Save | N/A | 200, 40X, 50X | N/A |
Check Authentication | N/A | 200, 401, 50X | N/A |
LookupUUIDS | JSON object, social type keys and UUID values | 200, 401, 50X | JSON |
Logout | N/A | 200, 40X, 50X | N/A |
History | JSON (array of objects representing users) | 200, 40X, 50X | JSON |