Lingo Blocks Docs
  • Getting Started
    • Quick Start
  • Assistant
    • Edit Profile
    • Custom Instructions
    • Actions
  • Knowledge Base
    • Text
    • Website
  • share
    • Chat Bubble
    • Inline Chat
  • API
    • Getting Started
    • Authentication
    • Endpoints
    • Streaming
Powered by GitBook
On this page
  1. API

Authentication

To authenticate with the Lingo Blocks API, you will need to make a POST request to the following endpoint:

The base url is https://api.lingoblocks.com.

Authentication

  • Endpoint: /v1/chatbot/:id/authenticate

  • Method: POST

  • Request Body:

    • accessToken: The existing access token for the session (optional).

  • Params:

    • id: Your chatbot's unique ID.

  • Response:

    • accessToken: The generated or verified access token for the session.

    • Note: If an existing accessToken is not provided or is invalid, a new accessToken will be generated.

Last updated 1 year ago