cURL
curl --request POST \ --url https://api-v2.missioninbox.com/cloudflare-keys/ \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "api_key": "<string>", "email": "[email protected]" } '
{ "id": 123, "user": 123, "api_key": "<string>", "email": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "key_valid": true }
Add a new Cloudflare API key for DNS management.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Name for this API key
Cloudflare API key
Cloudflare account email
255