Get a row
Finds the first row matching the given criteria in the lookup table. Returns a 404 when the lookup fails.
Path parameters
lookup_table_id
Lookup table ID.
row_id
Lookup table row ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Success reply
id
The unique identifier of the object.
data
The data associated with the object.
created_at
The timestamp when the object was created.
updated_at
The timestamp when the object was last updated.