---
title: "Retrieve Discounts"
method: GET
path: "/listings/{listing_id}/available_discounts"
tags: ["Listings"]
---

# Retrieve Discounts

`GET /listings/{listing_id}/available_discounts`

This operation will retrieve all of the available discounts for a Weedmaps Listing.

## Path parameters

- `listing_id` string, required

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Successful Discounts Retrieval

## Other responses

- `401` — UnauthorizedResponse
- `403` — Forbidden
- `404` — NotFoundResponse

---

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