From feaf49f137d9c7cf666e78aca8eff8f58621a35b Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Thu, 17 Nov 2022 16:52:20 +0100 Subject: [PATCH] :coffin: (docs) Remove old link --- apps/docs/docs/api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/docs/api.mdx b/apps/docs/docs/api.mdx index 6d3da992c..0aa989bcc 100644 --- a/apps/docs/docs/api.mdx +++ b/apps/docs/docs/api.mdx @@ -2,7 +2,7 @@ import { Required, Optional, Tag } from '../src/js/api-helpers.js' # API documentation -Each request must be authenticated with an API key using the Bearer Token method. You can obtain an API key for your account by going to your user settings page https://app.typebot.io/account. +Each request must be authenticated with an API key using the Bearer Token method. You can obtain an API key for your account by going to your user settings. The API is a work in progress. The current version is dedicated to Automation services that wish to implement a native Typebot integration.