---
title: "Get a list of available licenses for provided membership type"
method: GET
path: "/license/{membershipTypeSlug}"
tags: ["membership"]
---

# Get a list of available licenses for provided membership type

`GET /license/{membershipTypeSlug}`

This method will provide a list of licenses within provided membership type.

## Path parameters

- `membershipTypeSlug` string, required

## Response `200`

Retrieve a list of licenses per membership type.

- License[]
  - `id` integer
  - `name` string
  - `slug` string

## Other responses

- `304` — If the If-None-Match header is sent and matches with the Etag it will return the 304 (Not Modified) response without the data on the body.

---

[API](https://skmtc.net/zumba/apis/zumba-s-api.md) · [All operations](https://skmtc.net/zumba/apis/zumba-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zumba/zumba-s-api/revisions/90e715bcdf3d/schema)
