Get rate limit status for the authenticated user

GET {{baseUrl}}/rate_limit

Note: Accessing this endpoint does not count against your REST API rate limit.

Note: The rate object is deprecated. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

RESPONSES

status: OK

{"resources":{"core":{"limit":5000,"remaining":4999,"reset":1372700873},"search":{"limit":30,"remaining":18,"reset":1372697452},"graphql":{"limit":5000,"remaining":4993,"reset":1372700389},"integration_manifest":{"limit":5000,"remaining":4999,"reset":1551806725}},"rate":{"limit":5000,"remaining":4999,"reset":1372700873}}