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
Generate new API tokens on the fly via the API. Before you can do this, you must create an API token in the Cloudflare dashboard that can create subsequent tokens.
12
12
@@ -24,7 +24,7 @@ Cloudflare also recommends limiting the use of the token via client IP address f
24
24
25
25
## Creating API tokens with the API
26
26
27
-
Once you create an API token that can create other tokens, you can now use it in the API. Refer to the [API schema docs](/api/resources/user/subresources/tokens/methods/create/) for more information.
27
+
You can create a user owned token or account owned token to use with the API. Refer to the [user owned token](/api/resources/user/subresources/tokens/methods/create/)or the [account owned token](/api/resources/accounts/subresources/tokens/methods/create/) API schema docs for more information.
28
28
29
29
To create a token:
30
30
@@ -130,6 +130,93 @@ Each parameter in the `in` and `not_in` objects must be in CIDR notation. For ex
130
130
131
131
Combine the previous information to create a token as in the following example:
0 commit comments