REST API Documentation: Simple Endpoint for Counting
Explore our comprehensive REST API documentation for managing counts with a simple endpoint. Learn how to retrieve counts and increment them effortlessly.
REST API Documentation: Simple Endpoint for Counting endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Increase count /count/{namespace} |
The response is a JSON object containing the updated count value (incremented by 1) associated with the namespace. |
| GET |
Get Count /count/{namespace} |
The response is a JSON object containing the current count associated with the namespace. |
REST API Documentation: Simple Endpoint for Counting pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|