---
title: "Sign a contract"
method: POST
path: "/api/v2/organizations/{orgSlug}/contracts/{contractId}/sign"
tags: ["Contracts"]
---

# Sign a contract

`POST /api/v2/organizations/{orgSlug}/contracts/{contractId}/sign`

Sign the contract with id = {contractId}. Contracts can be signed only if they are approved and they are not already signed. 

 Required scopes: `flex.community.contracts.sign`

## Path parameters

- `contractId` string, required
- `orgSlug` string, required

## Response `202`

---

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