Create a session
POST
/sessionsLog in with email, password and device signals
Headers
Idempotency-KeystringOptionalSend on every write that creates or changes money or state; a replay with the same key returns the original result with 200.
Body parameters
deviceobjectRequiredDeviceSignals is what the app reports about the device it runs on; the server fingerprints them into a device id.
6 child attributes
device_uidstringRequiredThe platform's stable install id
hardware_idstringRequiredModel identifier
namestringRequiredWhat the customer calls the device
platformstringRequiredIos, android, web
screen_heightintegerRequiredscreen_widthintegerRequiredemailstringRequiredpasswordstringRequiredReturns
200 OK
The Session object.
Errors
Every error is a problem document with a stable code. See Errors.
400401403404409412413422424429500503