---
title: "Get an amenity"
method: GET
path: "/api/v2/organizations/{orgSlug}/amenities/{amenityId}"
tags: ["Amenities"]
---

# Get an amenity

`GET /api/v2/organizations/{orgSlug}/amenities/{amenityId}`

Get the amenity with id = {amenityId}. 

 Required scopes: `flex.space.amenities.read`

## Path parameters

- `amenityId` string, required
- `orgSlug` string, required

## Response `200`

- AmenityResultDto
  - `_id` string — The _id of the amenity.
  - `title` string — The name of the amenity.
  - `icon` string — The icon chosen for the amenity, it's best to take a look at the UI and see what icons are available.
  - `createdAt` string, date-time — The _id of the amenity.
  - `createdBy` string — The _id of the amenity.

---

[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)
