Biogen · JSON Structure

Biogen Api Keys Response Structure

List of API keys for the developer account.

Type: object Properties: 1
BiotechnologyHealthcareLife SciencesPharmaceuticalsNeurologyFortune 500

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

Properties

keys

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "ApiKeysResponse",
  "type": "object",
  "description": "List of API keys for the developer account.",
  "properties": {
    "keys": {
      "type": "array",
      "description": "Array of API keys."
    }
  }
}