Skip to main content

Sign In with Password

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

Authenticates with login/password and returns a uid token, which can then be passed in subsequent API calls either in the Authorization header or as a uid parameter in the request body.

This endpoint is deprecated and not recommended for new integrations. It remains supported for existing clients authenticating with login/password.

For new integrations, use an API key instead — generate one on the Integrations page in your dashboard, and pass it directly in the Authorization header with no Bearer: prefix.

Request Body
login string REQUIRED
password string REQUIRED
Responses
200

OK

Schema OPTIONAL
uid string OPTIONAL

User's auth token

401

UNAUTHORIZED

Schema OPTIONAL
httpCode integer OPTIONAL

Possible values: [401]

status string OPTIONAL

Possible values: [error]

message string OPTIONAL

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