---
title: "Get Data Licensing View"
method: GET
path: "/v0/licensing/me"
tags: ["licensing"]
---

# Get Data Licensing View

`GET /v0/licensing/me`

## Query parameters

- `retry` integer

## Response `200`

Successful Response

- DataLicenseSubscriptionView[]
  - `provider` string, required
  - `name` string, required
  - `description` string, required
  - `asset_class` AssetClass[], required
  - `internal_redistribution` boolean, required
  - `external_redistribution` boolean, required
  - `display_devices` integer, nullable
  - `non_display_devices` integer, nullable
  - `connections` integer, nullable
  - `professional` boolean, required
  - `service_type` 'regular' | 'external' | 'bespoke', required
  - `price_cents` integer, required
  - `processing_fee_cents` integer, required
  - `created_date` string, required
  - `start_date` string, required
  - `end_date` string, required
  - `status` 'not-active' | 'pending-app-review' | 'pending-update-review' | 'scheduled-activation' | 'scheduled-update' | 'scheduled-terminate' | 'active', required
  - `actions` LicensingAction[], required
  - `events` LicensingEvent[], required
    - `event_type` 'application-submitted' | 'application-withdrawn' | 'application-rejected' | 'application-approved' | 'update-submitted' | 'update-withdrawn' | 'update-rejected' | 'update-approved' | 'update-scheduled' | 'termination-submitted' | 'termination-withdrawn' | 'subscription-scheduled' | 'subscription-activated' | 'subscription-terminated' | 'subscription-terminated-early', required
    - `content` string, nullable, required
    - `ts_created` string, date-time, required
  - `has_paperwork` boolean, required

## Other responses

- `401` — If user authentication fails
- `403` — If user does not have sufficient permissions
- `404` — If user or team not found
- `422` — Validation Error

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/08ef3d01f5b8/schema)
