---
title: "Get Customer License Endpoint"
method: GET
path: "/customers/customer/{customer}/license"
tags: ["customers", "customer-specific"]
---

# Get Customer License Endpoint

`GET /customers/customer/{customer}/license`

Get customer license information

## Path parameters

- `customer` string, required

## Response `200`

Successful Response

- CustomerLicense — Customer license information
  - `mode` 'paid' | 'poc' | 'demo' — Customer deployment mode
  - `deployment_expires` string, nullable
  - `data` object[], nullable
  - `quota` object, nullable
  - `expires_in_days` integer, nullable
  - `success` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/avanan/apis/avanan-api.md) · [All operations](https://skmtc.dev/avanan/apis/avanan-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/avanan/avanan-api/revisions/4048d3949a4a/schema)
