---
title: "Docusign Connect"
method: POST
path: "/integrations/docusign/connect"
tags: ["DocuSign"]
---

# Docusign Connect

`POST /integrations/docusign/connect`

Initiate a DocuSign connection.

Tries to mint a JWT Grant access token. If consent has been granted, we
cache the token and return ``connected: true``. If consent hasn't been
granted yet, return the consent URL so the admin can authorize.

## Response `200`

Successful Response

- DocuSignConnectResponse — Response from initiating a DocuSign connection. If admin consent is already granted ``connected`` is ``True`` and ``consent_url`` is omitted. Otherwise the caller should redirect the admin to ``consent_url`` to complete one-time consent.
  - `connected` boolean, required
  - `consent_url` string, nullable

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
