curl --request GET \
--url https://nimbussuite.com/api/v1/cloudflare/api-keys \
--header 'Authorization: Bearer <token>'{
"keys": [
{
"name": "<string>",
"keyId": "<string>",
"keyType": "<string>",
"email": "[email protected]"
}
]
}curl --request GET \
--url https://nimbussuite.com/api/v1/cloudflare/api-keys \
--header 'Authorization: Bearer <token>'{
"keys": [
{
"name": "<string>",
"keyId": "<string>",
"keyType": "<string>",
"email": "[email protected]"
}
]
}Was this page helpful?