---
title: "Generate Workflow Session Links"
method: GET
path: "/workflow_sessions/{workflowSessionId}/links"
tags: ["Workflow Session"]
---

# Generate Workflow Session Links

`GET /workflow_sessions/{workflowSessionId}/links`

Generates portal links for all Applicants in a given Workflow Session.

## Path parameters

- `workflowSessionId` string, uuid, required — The unique identifier for a resource.

## Response `200`

OK

- WorkflowSessionLinks — Portal links for Workflow Session Applicants.
  - `applicants` WorkflowSessionLinksApplicantsInner[], required — List of Applicants with their portal links.
    - `id` string, uuid, required — Unique identifier of the Applicant.
    - `workflow_session_id` string, uuid, required — Unique identifier of the Workflow Session.
    - `workflow_session_link_url` string, required — URL of the portal link for this Applicant.
    - `workflow_session_link_expires_at` string, date-time, required — Expiration date of the portal link.
    - `status` 'initiated' | 'notified' | 'processed', required — Status of the Applicant.
    - `label` string, required — Label of the Applicant.
    - `reference_id` string, nullable, required — Unique applicant identifier as registered on your side.
    - `created_at` string, date-time, required — Creation date of the Applicant.
    - `updated_at` string, date-time, required — Last update date of the Applicant.
    - `type` 'natural_person' | 'legal_person', required — Type of the Applicant.

## Other responses

- `400` — Bad request
- `401` — Access unauthorized
- `403` — Access forbidden
- `404` — Resource not found
- `405` — This method is not allowed
- `429` — Too Many Requests, please try again later.
- `500` — Internal Server Error

---

[API](https://skmtc.net/yousign/apis/public-api-v3.md) · [All operations](https://skmtc.net/yousign/apis/public-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yousign/public-api-v3/revisions/8d258c0b45d6/schema)
