Sign In with Password
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 | ||||
|---|---|---|---|---|
200OK
| ||||
401UNAUTHORIZED
|