Skip to content

Commit dc71874

Browse files
committed
Add video to Fundamentals
1 parent 7313754 commit dc71874

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/content/docs/fundamentals/api/get-started/create-token.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,21 @@ description: Learn how to create a token to perform actions using the Cloudflare
88

99
---
1010

11-
import { Render } from "~/components"
11+
import { Stream, Render } from "~/components"
1212

1313
:::note[Prerequisite]
1414

1515
Before you begin, [find your zone and account IDs](/fundamentals/account/find-account-and-zone-ids/).
1616

1717
:::
1818

19+
<Stream
20+
id="4e92423fc9126a22af2b0c37825d4195"
21+
title="Create an API token"
22+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/API%20token.png"
23+
/>
24+
25+
1926
1. Determine if you want a user token or an [Account API token](/fundamentals/api/get-started/account-owned-tokens/). Use Account API tokens if you prefer service tokens that are not associated with users and your [desired API endpoints are compatible](/fundamentals/api/get-started/account-owned-tokens/#compatibility-matrix).
2027
2. From the [Cloudflare dashboard](https://dash.cloudflare.com/profile/api-tokens/), go to **My Profile** > **API Tokens** for user tokens. For Account Tokens, go to **Manage Account** > **API Tokens**.
2128
3. Select **Create Token**.

0 commit comments

Comments
 (0)