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