For the complete documentation index, see llms.txt. This page is also available as Markdown.

CSV File

If you have already existing tokens you can easily import them as text based CSV file.

The CSV file format must be as follow

TokenValue1,Firstname,Lastname,Email,MobilephoneNumber
TokenValue2,Firstname1,Lastname1,Email1,MobilephoneNumber1
TokenValue3,Firstname2,Lastname2,Email2,MobilephoneNumber2

First name, last name, email and mobile phone numbers are optional and can be omitted. eg:

TokenValue1,,,,
TokenValue2,,,,

Last updated

Was this helpful?