Skip to main content
GET
/
cloudflare
/
api-keys
Get API keys
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]"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of API keys

keys
object[]