RCUR API docs
Back to RCURSupport
  • Getting Started
    • Authentication
    • Rate limits
  • Customers API
    • List customers
    • Get customer
    • Create customer
    • Update customer
    • Delete customer
  • Customer Mandates API
    • List mandates
    • Get mandate
    • Create mandate
    • Revoke mandate
  • Subscriptions API
    • List subscriptions
    • Get subscription
    • Create subscription
    • Cancel subscription
  • Links API
    • List links
    • Get link
    • Delete link
  • Follow-ups API
    • List follow-ups
    • Get follow-up
    • Update follow-up
  • Orders API
    • List orders
    • Get order
  • Products API
    • List products
    • Get product
    • Create product
    • Update product
    • Delete product
  • Payments API
    • List payments
    • Get payment
  • Organizations API
    • Me
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Getting Started

Rate limits

Currently, the rate limit is 60 request per minute.

Checking the status of your rate limit

You can use the headers that are sent with each response to determine the current status of your primary rate limit.

Header name
Description

x-ratelimit-limit

The maximum number of requests that you can make per hour

x-ratelimit-remaining

The number of requests remaining in the current rate limit window

x-ratelimit-reset

The time at which the current rate limit window resets, in UTC epoch seconds

retry-after

The number of seconds you have to wait before you can make new requests

Last updated 3 months ago

Was this helpful?