GET
/
count
Get current count (JSON)
curl --request GET \
  --url https://nums.advay.ca/count
{
  "id": "<string>",
  "hits": 123,
  "source": "<string>"
}
Return the current hit count for an id. Supports format=txt|text for plain text. Example
curl "https://<deployment>/count?id=home"

Query Parameters

id
string
format
enum<string>

Return plain text when set to txt or text

Available options:
txt,
text

Response

200 - application/json

OK

The response is of type object.