v1

latestOpenAPI 3.0.3MIT2026-07-26104113247.1 KB
Lookup Tables

Replace a Lookup Table

put/lookup-tables/{id}

Path parameters

idstring uuid required

The ID of the lookup table to replace which can be retreived from Lexicon under the lookup table's details, click here for more info.

Query parameters

project_idstring required

The Mixpanel project_id, used to authenticate service account credentials.

Headers

Content-Type'text/csv'

Response

A 200 response indicates all records were successfully ingested.

codeinteger
statusstring

Example response

{
  "code": 200,
  "status": "OK"
}