curl --request POST \
--url https://nimbussuite.com/api/v1/cloudflare/zones/{zoneId}/dns \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"keyId": "<string>"
}
'{}curl --request POST \
--url https://nimbussuite.com/api/v1/cloudflare/zones/{zoneId}/dns \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"keyId": "<string>"
}
'{}Was this page helpful?