Device Limiter
Mobile devices should be uniquely identified by the deviceID that is also used for push notifications. Web applications should use the userAgent field of the client. This is technically not a unique identifier of the device, but can be used as a close approximation.
Device Limiter endpoints
| Method | Endpoint | Description |
|---|---|---|
| Device Limiter | ||
| PUT |
Login /login |
Transmit information on the login request of a user that passes on information on the device. The service will verify if the limit of devices for this user in the specified time… |
| DELETE |
Delete history /history |
Delete recorded devices for a specified user. This can be called when the user deletes his account or when there is a valid reason refreshing the history for the specified user. |
Device Limiter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $9.99 / month | — |
|
| ULTRA | $99 / month | — |
|
| MEGA | $299 / month | — |
|