You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs-new/content/docs/developers/introduction.mdx
+4-59Lines changed: 4 additions & 59 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to integrate with your CourseLit school using the API
5
5
6
6
## Introduction
7
7
8
-
CourseLit provides a powerful API that allows you to manage your school programmatically. This guide will help you understand how to integrate with the CourseLit API.
8
+
CourseLit provides an API that allows you to manage your school programmatically. Start here to understand how to authenticate and prepare your integration.
9
9
10
10
You can also explore the interactive [API Reference](/api-reference).
11
11
@@ -22,68 +22,13 @@ To interact with the CourseLit API, you need an API key. Follow these steps to o
22
22
23
23
1. Log in to your CourseLit admin account.
24
24
2. Navigate to the dashboard.
25
-
3. Go to the `Settings > API Keys` section and generate a new API key.
25
+
3. Go to the `Settings > Miscellaneous > API Keys` section and generate a new API key.
26
26
27
27
## Setting Up the Environment
28
28
29
-
You need to set up your environment variables to store your CourseLit server URL and API key securely. Here is an example of how to do it in JavaScript:
29
+
Store your CourseLit server URL and API key securely in environment variables used by your application.
0 commit comments