Biogen

Biogen is a global biotechnology company that discovers, develops, and delivers therapies for people living with serious neurological diseases including multiple sclerosis, Alzheimer's, and spinal muscular atrophy.

1 APIs 5 Features
BiotechnologyHealthcareLife SciencesPharmaceuticalsNeurologyFortune 500

APIs

Biogen Developer API

The Biogen Developer API provides programmatic access to Biogen services including the CCS-CRX API following REST standard specifications. The portal offers interactive I/O docs...

Collections

Pricing Plans

Biogen Plans Pricing

1 plans

PLANS

Rate Limits

Biogen Rate Limits

1 limits

RATE LIMITS

FinOps

Biogen Finops

FINOPS

Features

CCS-CRX API

Programmatic access to Copaxone CRX pharmaceutical service.

API Key Management

Self-service API key creation and usage monitoring via developer portal.

Interactive I/O Docs

Interactive API documentation for testing endpoints directly in the browser.

Usage Reporting

Monitor API request volumes and usage statistics per key.

REST Standards

REST-compliant API design following standard HTTP methods and response codes.

Use Cases

Pharmaceutical Service Integration

Integrate with Biogen pharmaceutical services like CCS-CRX programmatically.

Developer Onboarding

Self-service API key registration and service access via developer portal.

Healthcare System Integration

Connect healthcare systems to Biogen services for patient program support.

Integrations

Healthcare IT Systems

Connect EHR and healthcare IT systems to Biogen pharmaceutical APIs.

Patient Support Programs

Integrate with Biogen patient support and copay assistance programs.

Semantic Vocabularies

Biogen Context

5 classes · 5 properties

JSON-LD

API Governance Rules

Biogen API Rules

23 rules · 7 errors 16 warnings

SPECTRAL

JSON Structure

Biogen Api Key Structure

6 properties

JSON STRUCTURE

Biogen Api Key Usage Structure

2 properties

JSON STRUCTURE

Biogen Api Keys Response Structure

1 properties

JSON STRUCTURE

Biogen Create Api Key Request Structure

2 properties

JSON STRUCTURE

Biogen Service Structure

4 properties

JSON STRUCTURE

Biogen Services Response Structure

1 properties

JSON STRUCTURE

Example Payloads

Biogen Api Key Example

6 fields

EXAMPLE

Biogen Api Key Usage Example

2 fields

EXAMPLE

Biogen Service Example

4 fields

EXAMPLE

Press

Biogen Chooses Lexalytics® to Improve Customer Care ...

2026-05-25

Biogen and TheraPanacea Announce New Collaboration ...

2026-05-25

Biogen and City Therapeutics Announce Strategic ...

2026-05-25

Biogen's CIO is betting on a tech and AI overhaul to 'pave ...

2026-05-25

FINANCIAL RESULTS AND BUSINESS UPDATE

2026-05-25

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website
🔗
Documentation
Documentation
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Biogen Developer API
  version: v1
items:
- info:
    name: Services
    type: folder
  items:
  - info:
      name: Biogen List Services
      type: http
    http:
      method: GET
      url: https://developer.biogen.com/api/services
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Retrieves a list of available Biogen API services that can be accessed with valid credentials.
- info:
    name: Keys
    type: folder
  items:
  - info:
      name: Biogen List API Keys
      type: http
    http:
      method: GET
      url: https://developer.biogen.com/api/keys
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Retrieves API keys associated with the authenticated developer account including usage statistics.
  - info:
      name: Biogen Create API Key
      type: http
    http:
      method: POST
      url: https://developer.biogen.com/api/keys
      body:
        type: json
        data: '{}'
      auth:
        type: apikey
        key: X-API-Key
        value: '{{X-API-Key}}'
        placement: header
    docs: Creates a new API key for the authenticated developer account.
bundled: true