---
title: "Retrieve Option Access Rights"
method: GET
path: "/api/1/content-access/options/{optionId}"
tags: ["Options"]
---

# Retrieve Option Access Rights

`GET /api/1/content-access/options/{optionId}`

## Path parameters

- `optionId` string, required

## Query parameters

- `principalId` string
- `limit` integer
- `start` string
- `before` string

## Response `200`

Successful response

- ApiContentAccessMetapropertiesResponse[]
  - `id` string
  - `contentId` string
  - `contentType` string
  - `level` string
  - `ruleType` string
  - `principalId` string
  - `principalType` string
  - `principalName` string
  - `principalExtraInformation` PrincipalExtraInformation
    - `email` string

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
