Nimbu Developer Docs
ReferenceSites

Return the site count

GET
/sites/count

Authorization

bearerToken
AuthorizationBearer <token>

Personal access token tied to a user account. Requires the X-Nimbu-Site header to scope requests.

In: header

Response Body

application/json

curl -X GET "https://example.com/sites/count"
{
  "count": 0
}
Empty