Skip to main content

Authenticate User

Returns uid to use in future calls. Careful! All uids not created through web app will expire.

We recommend using an API key obtained from app.handwrytten.com integrations menu instead of this.

Request Body
login string REQUIRED
password string REQUIRED
Responses
200

OK

Schema
uid string

User's auth token

401

UNAUTHORIZED

Schema
httpCode string

Possible values: [401]

status string

Possible values: [error]

message string

Possible values: [Login data is invalid., Password is incorrect., Your account is not activated. Check your email., Your account is blocked.]