Add a row
Adds a row to the lookup table.
Path parameters
lookup_table_id
Lookup table ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
data
The hash containing the data for the new row in the form of column_name:value
pairs. For example, { name: United States, code : USA }
Response
Success reply. Also returns an error message on failures in the following format: { error: error_message }
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.