v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Database table fields

Checks if the provided password and row matches what is stored in the cell. The field must have allow_endpoint_authentication set to true in order to work.

post/api/database/fields/password-authentication/

Request body

field_idinteger required

The field where to check the password for.

row_idinteger required

The row where to check the password for.

passwordstring required

The password to check.

Response

is_correctboolean required

Indicates whether the provided password is correct.