---
title: "Get benefit"
method: GET
path: "/api/v2/organizations/{orgSlug}/benefits/{benefitId}"
tags: ["Benefits"]
---

# Get benefit

`GET /api/v2/organizations/{orgSlug}/benefits/{benefitId}`

Get benefit by id 

 Required scopes: `flex.collaboration.benefits.read`

## Path parameters

- `benefitId` string, required
- `orgSlug` string, required

## Response `200`

- BenefitResultDto
  - `_id` string — The _id of the benefit.
  - `name` string — The name of the benefit.
  - `description` string — A short description of the benefit.
  - `content` string — A longer description of the benefit.
  - `url` string — An external URL associated with the benefit.
  - `image` string — The image of the benefit.
  - `coverImage` string — The cover image of the benefit.
  - `category` string — The category of the benefit. If you create multiple benefits with matching categories, they'll be grouped in the members portal under the same category.
  - `locations` string[] — An array containing the _ids of locations for which the benefit applies. If left empty the benefit will apply for all locations.

---

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