-
-
Notifications
You must be signed in to change notification settings - Fork 743
Get Cloudflare API
-
From the Cloudflare dashboardExternal link icon Open external link , go to My Profile > API Tokens.
-
Select Create Token.
-
Select a template from the available API token templates or create a custom token. We use the Edit zone DNS template in the following examples.
-
Add or edit the token name to describe why or how the token is used. Templates are prefilled with a token name and permissions.
-
Modify the token’s permissions. After selecting a permissions group (Account, User, or Zone), choose what level of access to grant the token. Most groups offer
Edit
orRead
options.Edit
is full CRUDL (create, read, update, delete, list) access, whileRead
is the read permission and list where appropriate. Refer to the available token permissions for more information. -
Select which resources the token is authorized to access. For example, granting
Zone DNS Read
access to a zoneexample.com
will allow the token to read DNS records only for that specific zone. Any other zone will return an error for DNS record reads operations. Any other operation on that zone will also return an error. -
Select Continue to summary.
-
Select Create Token to generate the token’s secret.
-
Copy the secret to a secure place.