Biogen · Schema

ApiKeysResponse

List of API keys for the developer account.

BiotechnologyHealthcareLife SciencesPharmaceuticalsNeurologyFortune 500

Properties

Name Type Description
keys array Array of API keys.
View JSON Schema on GitHub

JSON Schema

biogen-api-keys-response-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ApiKeysResponse",
  "type": "object",
  "description": "List of API keys for the developer account.",
  "properties": {
    "keys": {
      "type": "array",
      "description": "Array of API keys.",
      "items": {
        "$ref": "#/components/schemas/ApiKey"
      }
    }
  }
}