Skip to content

API Documentation

yumaikas edited this page Apr 5, 2016 · 3 revisions

Host is https://privyapp.com

Requests
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
Responses
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
Clone this wiki locally