Project

General

Profile

Actions

Feature #9639

closed

Cloudflare DDNS "API Token"

Added by theodore adams almost 5 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Normal
Category:
Dynamic DNS
Target version:
Start date:
07/18/2019
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:

Description

Request to add support for new Cloudflare API Token to allow for managed access and permissions for DDNS updates.

https://api.cloudflare.com/#getting-started-requests

API Tokens use the standard Authorization: Bearer header for authentication instead of x-auth-email and x-auth-key that API Keys use. Requests can be authenticated like the following:

curl -X GET "https://api.cloudflare.com/client/v4/zones/cd7d0123e3012345da9420df9514dad0" \
-H "Content-Type:application/json" \
-H "Authorization: Bearer 1234567893feefc5f0q5000bfo0c38d90bbeb"

Actions

Also available in: Atom PDF