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