Developer Docs

Developer Docs

  • Getting Started
  • SubscriptionJS
  • REST API
  • Webhooks
  • Code Samples
  • UseCases
  • Request a Demo

›Introduction

Introduction

  • Schema
  • Errors
  • HTTP Verbs
  • Authentication
  • Pagination
  • Rate Limiting
  • Conditional Requests

Reference

  • API Reference

In App Purchase

  • Integration
  • Product Definition
  • Order Process
  • Billing & Cancellation Process
  • IAP KPIs & Reporting

Rate Limiting

Currently, we limit API requests. Rate limits are transferred in the HTTP headers:

HTTP/1.1 200 OK
[...]
X-RateLimit-Limit: 10000
X-RateLimit-Remaining: 9954

If you hit a rate limit you'll receive the 429 Too many requests error.

HTTP/1.1 429 Too Many Requests
[...]
X-RateLimit-Limit: 10000
X-RateLimit-Remaining: 0

Unauthenticated requests will also go through a security filter. Do not make unauthenticated requests aggressively, because you could quickly end up in an IP ban.

The rate limit headers currently don't appear in our responses. We are on it!

Last updated on 2/26/2020 by AxelDuenninger
← PaginationConditional Requests →
Docs
Getting StartedAPI Reference
Resource
Help CenterSupportBlogTutorials
Start with billwerk
Test for free
Request a Demo
Already started?
billwerk Sandboxbillwerk Production
billwerk GmbH
© Made with ❤ in Germany for Europe by billwerk GmbH | 2022
Imprint
|
Data Privacy Rules
|
Disclaimer