---
title: "Get"
method: GET
path: "/api/v1/settings/request"
tags: ["Request Settings"]
---

# Get

`GET /api/v1/settings/request`

Get returns the tenant's access-request settings.

## Response `200`

Successful response

- C1ApiSettingsV1GetRequestSettingsResponse — The GetRequestSettingsResponse message.
  - `requestSettings` C1ApiSettingsV1RequestSettings — RequestSettings holds tenant-wide configuration for the access-request flow.
    - `skipJustification` boolean — When true, request surfaces (webapp, Slack, MS Teams) skip prompting the requester for a justification.

## Changes

- **2026-08-21** `f2cf3228f366` — 2 breaking, 1 warning
  - added `#/components/schemas/c1.api.settings.v1.RequestSettings, subschema #2` to the `requestSettings` response property `oneOf` list for the response status `200`
  - the `requestSettings` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `requestSettings/skipJustification` from the response with the `200` status
- **2026-05-22** `d391405a35d3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/settings/request/get.md)

---

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