We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2193f1b commit a552a14Copy full SHA for a552a14
src/content/docs/fundamentals/api/how-to/create-via-api.mdx
@@ -133,7 +133,7 @@ Combine the previous information to create a token as in the following example:
133
<Tabs>
134
<TabItem label="Account token">
135
```bash
136
-curl "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/tokens" \
+curl "https://api.cloudflare.com/client/v4/accounts/{account_id}/tokens" \
137
--header "Authorization: Bearer <API_TOKEN>" \
138
--header "Content-Type: application/json" \
139
--data '{
0 commit comments