---
title: "Create an access link"
method: POST
path: "/contracts/{contract_id}/participants/{participant_id}/access_link"
tags: ["Contract - Parties and Participants"]
---

# Create an access link

`POST /contracts/{contract_id}/participants/{participant_id}/access_link`

Use this endpoint to create an access link to a contract for a specific participant.

## Path parameters

- `contract_id` integer, required
- `participant_id` integer, required

## Headers

- `x-oneflow-api-token` string, required

## Response `200`

The requested access link to a contract for a specific participant.

- object — An access link to a contract for a specific participant.
  - `access_link` string, required

## Other responses

- `400` — Invalid format or content of the request.
- `401` — The API token or the user email is invalid.
- `404` — A required entity is missing.

---

[API](https://skmtc.net/oneflow/apis/public-api-for-oneflow.md) · [All operations](https://skmtc.net/oneflow/apis/public-api-for-oneflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneflow/public-api-for-oneflow/versions/0e73a45dec15/schema)
