API Authentication

How to authenticate with the 24zero REST API

API Keys

All API requests require an API key passed in the Authorization header:

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.24zero.cloud/v1/devices

Rate Limits

  • Free: 100 requests/hour
  • Professional: 1,000 requests/hour
  • Enterprise: 10,000 requests/hour