---
title: "Get approval segment details"
method: GET
path: "/approvalSegments/{approvalSegmentId}"
tags: ["Approvals"]
---

# Get approval segment details

`GET /approvalSegments/{approvalSegmentId}`

Gets the details of the specified approval segment

## Path parameters

- `approvalSegmentId` string, required

## Response `200`

successful operation

- ApprovalSegmentJson
  - `id` string
  - `name` string
  - `description` string
  - `createdOn` integer
  - `updatedOn` integer

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
