Skip to main content

Authentication

Rebar Data supports optional API key authentication. Keys unlock higher rate limits and will be required for premium features in the future.

Compatibility​

ProductServiceRequiredSupported
DataREST APINoYes
DataJSON-RPCNoYes
DataGraphQLNoYes
DataWebSocketNoNo
Shield—NoNo

Get an API Key​

  1. Go to data.rebarlabs.io
  2. Create an account or log in
  3. Generate an API key from your dashboard

Usage​

Pass your key in the Authorization header:

Authorization: Bearer <YOUR_API_KEY>

Rate Limits​

TierDescription
No keyDefault public rate limits
BasicHigher limits for registered developers
EnterpriseCustom limits and priority support — contact us

Best Practices​

  • Never expose keys in client-side code or public repositories
  • Store keys in environment variables or a secrets manager
  • Rotate keys periodically