Corgi BankDocumentation
OpenAPI

Create a session

POST/sessions

Log in with email, password and device signals

Headers

Idempotency-KeystringOptional

Send on every write that creates or changes money or state; a replay with the same key returns the original result with 200.

Body parameters

deviceobjectRequired

DeviceSignals is what the app reports about the device it runs on; the server fingerprints them into a device id.

6 child attributes
device_uidstringRequired

The platform's stable install id

hardware_idstringRequired

Model identifier

namestringRequired

What the customer calls the device

platformstringRequired

Ios, android, web

screen_heightintegerRequired
screen_widthintegerRequired
emailstringRequired
passwordstringRequired

Returns

200 OK

The Session object.

Errors

Every error is a problem document with a stable code. See Errors.

400401403404409412413422424429500503

to move to open esc to close