Node.js SDK
API Reference
Authenticate Table Row
Authenticate using column values as credentials
POST
Node.js SDK
Overview
Authenticate a table row by matching an identifier column value and verifying a password column. This enables building custom authentication systems using board tables.Request Body
identifierColumnId: The ID of the column to search by (e.g., email, username column)identifierColumnValue: The value to match in that columnpasswordColumnId: The ID of the password columnpasswordColumnValue: The plaintext password to verify
Response
Returns the authenticated row if credentials are valid. Password columns are masked.Errors
- 400: No row found with the provided identifier
- 401: Invalid password
Authorizations
Bearer token
Path Parameters
ObjectId
Required string length:
24Pattern:
^[0-9a-fA-F]{24}$ObjectId
Required string length:
24Pattern:
^[0-9a-fA-F]{24}$Body
application/json