---
title: "Get Benefit Grant"
method: GET
path: "/v1/customer-portal/benefit-grants/{id}"
tags: ["customer_portal", "benefit-grants", "public"]
---

# Get Benefit Grant

`GET /v1/customer-portal/benefit-grants/{id}`

Get a benefit grant by ID for the authenticated customer.

**Scopes**: `customer_portal:read` `customer_portal:write`

## Path parameters

- `id` string, uuid4, required — The benefit grant ID.

## Response `200`

Successful Response

- union
  - CustomerBenefitGrantDiscord — unresolved $ref
  - CustomerBenefitGrantGitHubRepository — unresolved $ref
  - CustomerBenefitGrantDownloadables — unresolved $ref
  - CustomerBenefitGrantLicenseKeys — unresolved $ref
  - CustomerBenefitGrantCustom — unresolved $ref
  - CustomerBenefitGrantMeterCredit — unresolved $ref
  - CustomerBenefitGrantFeatureFlag — unresolved $ref
  - CustomerBenefitGrantSlackSharedChannel — unresolved $ref

## Other responses

- `404` — Benefit grant not found.
- `422` — Validation Error

---

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