> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.enigmagenomics.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.enigmagenomics.com/_mcp/server.

# Overview

The Coupons API provides endpoints to retrieve and manage discount coupons associated with a user. These APIs allow you to fetch paginated lists of coupons for a user or retrieve detailed information about a specific coupon using its unique identifier. This is useful for scenarios such as applying discounts, validating coupon eligibility, and displaying coupon information in applications.

## **⚠️ Disclaimer**

The **Coupons API** is strictly limited to users with the **Physician** user type. Requests made by any other user type will not be processed and will result in an error. Please ensure that valid authentication credentials associated with a Physician account are used when accessing this API.

## Security

All coupons data is protected and requires valid **API Key**. Unauthorized requests will be rejected.