APIs & Data

Rate Limiting

What It Is

Restrictions on how many API requests you can make in a time period

Analogy

A "one per customer" limit — prevents anyone from taking everything

Try It Out

API Type:
/api/data

GETRequest

Headers

Content-Type: application/json
Authorization: Bearer sk_live_...abc123

GET requests typically have no body

Response

Click "Send Request" to see the response

GET requests retrieve data from the server without modifying it.