---
title: "Get a safelisting license"
method: GET
path: "/v0/safelisting/licenses/{licenseId}"
tags: ["Safelisting"]
---

# Get a safelisting license

`GET /v0/safelisting/licenses/{licenseId}`

Retrieve a single safelisting license by ID. Returns 404 if the license does not exist or does not belong to the specified end user.

## Response `200`

License

- SafelistingLicenseResponse
  - `id` string, required
  - `createdAt` string, required
  - `expiresAt` string
  - `asset` SafelistingAssetResponse, required
    - `id` string, required
    - `type` 'channel' | 'video', required
    - `platform` 'youtube' | 'instagram' | 'facebook' | 'twitch' | 'tiktok' | 'podcast' | 'website', required
    - `url` string, required

## Other responses

- `401` — Unauthorized. Most likely your access token has expired.
- `404` — License not found or does not belong to this end user
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/epidemicsound/apis/partner-content-api.md) · [All operations](https://skmtc.net/epidemicsound/apis/partner-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epidemicsound/partner-content-api/revisions/c11d2a3e0d84/schema)
