cURL
curl --request GET \ --url https://pos-integration.robotpos.com/realtimeapi/api/rate-limits \ --header 'Authorization: Bearer <token>'
{ "limits": [ { "key": "default", "limit": 100, "remaining": 95, "resetTime": "2024-01-01T00:00:00Z" } ] }
Get current rate limit status and usage statistics
Documentation IndexFetch the complete documentation index at: https://docs.robotpos.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.robotpos.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes