# Get redemption available supply

Get the available supply count for a specific redemption. Used for inventory display.

Endpoint: GET /redemptions/{id}/supply
Version: 2.0.53
Security: projectKey

## Path parameters:

  - `id` (string, required)

## Response 200 fields (application/json):

  - `available` (number, required)
    Number of items available for supply. Null if unlimited.

  - `total` (number, required)
    Total number of items for supply. Null if unlimited.

