Create data table in customer workspace
Creates a data table in a customer workspace.
Path parameters
managed_user_id
Embedded customer Account ID or External ID. External IDs must be prefixed with E
.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The name of the data table to create.
folder_id
ID of the folder to create the data table in.
schema
Defines the schema (columns) of the data table.
Response
Data table created successfully.
data