API

Connect your Table with your API.

Connect your Chatlayer Table with your API to your database.

For importing more than 100 records, using an API is recommended over manual data import.

Please note that Tables cannot be exported at bot export yet.

Please find the API documentation and authorization here.

How to authenticate

The API requires basic authentication. Follow these guidelines to find the username and password when making an API request.

  1. Go to Settings.

  2. Click on Access tokens.

  3. From the top-right corner, click on Generate token.

  4. Enter a Token name.

  1. Click on Create.

  2. Copy the token.

A token consists of a username and a password. For example, the following is a generated token:

66830fb161b3c29143f32705:78b3e20492db13584eE52C556F99a5d2

The part before the colon (:) is the username, and the part after the colon is the password.

User name: 66830fb161b3c29143f32705

Password:78b3e20492db13584eE52C556F99a5d2

Last updated