Public WebsiteGet Live Readers

Get Live Readers

How many people are on the Hub right now. Returns 0 when fewer than two are, and when the Hub isn't published. Cached for 60 seconds. Rate limited to 60 requests per minute per IP.

curl -X GET "https://app.nashra.ai/api/v1/tenants/example_string/presence" \
  -H "Content-Type: application/json"
{
  "count": 4
}
GET
/tenants/{slug}/presence
GET
Base URLstring

Target server for requests. Edit to use your own host.

path
slugstring
Required

Tenant's subdomain slug, or its verified custom domain

Request Preview
Response

Response will appear here after sending the request

Path Parameters

slugstring
Required

Tenant's subdomain slug, or its verified custom domain

Responses

countinteger