Biogen · JSON Structure

Biogen Create Api Key Request Structure

Request body for creating a new API key.

Type: object Properties: 2
BiotechnologyHealthcareLife SciencesPharmaceuticalsNeurologyFortune 500

CreateApiKeyRequest 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

name description

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "CreateApiKeyRequest",
  "type": "object",
  "description": "Request body for creating a new API key.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for the key."
    },
    "description": {
      "type": "string",
      "description": "Optional key description."
    }
  }
}