---
title: "Get quote access list"
method: GET
path: "/v2/quotes/{quoteId}/access-list"
tags: ["Quote access list"]
---

# Get quote access list

`GET /v2/quotes/{quoteId}/access-list`

Returns the access list entries associated to the specified quoteId.

## Path parameters

- `quoteId` string, uuid, required

## Response `200`

OK - Returns the access list entries of the quote.

- AccessListResponse
  - `accessList` AccessListEntry[], required
    - `accountName` string
    - `accountRole` string
    - `accountType` 'user' | 'contact' | 'guest', required
    - `email` string, required
    - `id` string, uuid, required
    - `link` string, required
    - `userId` string, uuid

## Other responses

- `400` — Bad Request - Invalid quote ID.
- `403` — Authorization Error - Access denied.

---

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