Skip to main content
GET
/
cloudflare
/
accounts
/
{accountId}
/
name
Get account name
curl --request GET \
  --url https://nimbussuite.com/api/v1/cloudflare/accounts/{accountId}/name \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

accountId
string
required

Query Parameters

keyId
string
required

Response

Account name retrieved

name
string