-
Notifications
You must be signed in to change notification settings - Fork 2
Verbs
donpdonp edited this page Dec 19, 2014
·
6 revisions
<-
{ "id": "123abc",
"method": "auth.email",
"params": { "email": "[email protected]",
"device_id": "ab123-ueo-342h" }
}
->
{ "id":"123abc",
"result":{"status":"OK"}
}
<-
{ "id":"123abc",
"method":"auth.session",
"params":{ "device_key":"seXt2be8SH39eoHMf02NPXG64LzUnPS0iZNt+wA="}
}
->
{ "id":"123abc",
"result":{ "user": {"id":"11fff7fd4-9276-4887-abc1"}}
}