Biogen · Schema

ApiKeyUsage

Usage statistics for an API key.

BiotechnologyHealthcareLife SciencesPharmaceuticalsNeurologyFortune 500

Properties

Name Type Description
requests_today integer Number of requests made today.
requests_month integer Number of requests made this month.
View JSON Schema on GitHub

JSON Schema

biogen-api-key-usage-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ApiKeyUsage",
  "type": "object",
  "description": "Usage statistics for an API key.",
  "properties": {
    "requests_today": {
      "type": "integer",
      "description": "Number of requests made today.",
      "example": 150
    },
    "requests_month": {
      "type": "integer",
      "description": "Number of requests made this month.",
      "example": 4200
    }
  }
}