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

Authorizations

Authorization
string
header
required

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

Query Parameters

keyId
string
required

Response

List of partner accounts

accounts
object[]