---
title: "List signatories"
method: GET
path: "/documents/{document}/signatories"
tags: ["Document Operations"]
---

# List signatories

`GET /documents/{document}/signatories`

<small>Requires an API token with the **Document Reader** role.</small>

Lists a [document's](/#documents) [signatories](/#signatories).

See the [Assign a signatory](/#assign-a-signatory) guide for information on working with signatories.

## Path parameters

- `document` string, required

## Response `200`

Array of `SignatoryResource`

- object
  - `data` SignatoryResource[], required
    - `uuid` string, required
    - `first_name` string, nullable, required
    - `last_name` string, nullable, required
    - `email` string, nullable, required
    - `mobile_phone` string, nullable, required — Mobile phone number, in E.164 format
    - `title` string, nullable, required
    - `profile_photo_url` string, nullable, required
    - `signing_order` integer, nullable, required — When sequential signing is enabled, signatories will sign in ascending order of their `signing_order`
    - `has_account_user` boolean, required — `true` if the signatory has a fynk user belonging to your account
    - `party_uuid` string, nullable, required — UUID of the party that the signatory signs for

## Other responses

- `401` — Unauthenticated
- `403` — Authorization error
- `404` — Not found

---

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