Biogen · JSON Structure

Biogen Api Key Usage Structure

Usage statistics for an API key.

Type: object Properties: 2
BiotechnologyHealthcareLife SciencesPharmaceuticalsNeurologyFortune 500

ApiKeyUsage is a JSON Structure definition published by Biogen, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

requests_today requests_month

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "ApiKeyUsage",
  "type": "object",
  "description": "Usage statistics for an API key.",
  "properties": {
    "requests_today": {
      "type": "int32",
      "description": "Number of requests made today."
    },
    "requests_month": {
      "type": "int32",
      "description": "Number of requests made this month."
    }
  }
}