Create a lookup table
Create a new lookup table. Depending on your requirements, you can choose to make the lookup table available for general access across your workspace or limit its scope to a specific project.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
lookup_table
Response
Success reply
id
The unique identifier of the object.
name
The name of the object.
schema
The schema of the object in JSON string format.
project_id
The unique identifier of the project associated with this object.
created_at
The timestamp when the object was created.
updated_at
The timestamp when the object was last updated.