---
title: "Retrieve a location's signature packet"
method: GET
path: "/v1/locations/{id}/onboard/signature-packet"
tags: ["Locations"]
---

# Retrieve a location's signature packet

`GET /v1/locations/{id}/onboard/signature-packet`

Retrieve a location's signature packet for onboarding. Contains a link to sign the form.

## Path parameters

- `id` string, required

## Headers

- `x-api-key` string, required

## Response `200`

Success

- SignaturePacket
  - `id` string, required — The ID of the signature packet.
  - `expiresAt` string, required — The expiration date of the signature packet URL.
  - `url` string, required — The URL to sign the signature packet.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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