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/authenticateMethod: 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
accessTokenis not provided or is invalid, a newaccessTokenwill be generated.
Last updated