Create lookup table

POST https://amplitude.com/api/2/lookup_table/:name

Create a new lookup table by uploading a CSV file.

Request Body

[{"name"=>"file", "value"=>nil, "datatype"=>"null"}]

RESPONSES

status: OK

{"name":"myTable","column_headers":["Product Category","Product Name"],"created_at":"2022-06-22T19:52:39.328668","created_by":"rest","last_modified_at":"2022-06-22T19:52:39.328668","last_modified_by":"rest"}