---
title: "Sign a work permit"
method: POST
path: "/workPermits/{id}/sign"
tags: ["Work Permits"]
---

# Sign a work permit

`POST /workPermits/{id}/sign`

## Path parameters

- `id` integer, required

## Query parameters

- `skipWebhook` boolean

## Request body

- object
  - `externalLinkUuid` string, required — Global UUID of the External Link used to sign the Work Permit
  - `signerName` string, required — Name of the signer when using an External Link

## Response `201`

Successfully signed work permit

- object
  - `success` boolean, required
  - `workPermit` object, required
    - `id` integer, required
    - `status` string, required
  - `workOrder` object, required
    - `id` integer, required
    - `blockedByWorkPermitReason` string, nullable, required

## Other responses

- `400` — OrganizationId was not provided
- `401` — Invalid token
- `403` — You are forbidden to perform the requested action, to access this resource or the feature is disabled by your administrator

---

[API](https://skmtc.net/getmaintainx/apis/maintainx-api.md) · [All operations](https://skmtc.net/getmaintainx/apis/maintainx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmaintainx/maintainx-api/revisions/ef9153fcac7c/schema)
