Biogen · JSON Structure

Biogen Api Key Structure

A developer API key for accessing Biogen services.

Type: object Properties: 6
BiotechnologyHealthcareLife SciencesPharmaceuticalsNeurologyFortune 500

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

Properties

id name key status created_at usage

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "ApiKey",
  "type": "object",
  "description": "A developer API key for accessing Biogen services.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Key ID."
    },
    "name": {
      "type": "string",
      "description": "Key display name."
    },
    "key": {
      "type": "string",
      "description": "The API key value (shown once at creation)."
    },
    "status": {
      "type": "string",
      "description": "Key status."
    },
    "created_at": {
      "type": "datetime",
      "description": "Key creation timestamp."
    },
    "usage": {
      "type": "object"
    }
  }
}