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