---
title: "GET /v2/api/ticket/{network}/{lockAddress}/{keyId}/sign"
method: GET
path: "/v2/api/ticket/{network}/{lockAddress}/{keyId}/sign"
---

# GET /v2/api/ticket/{network}/{lockAddress}/{keyId}/sign

`GET /v2/api/ticket/{network}/{lockAddress}/{keyId}/sign`

Generate signature to prove validity of token.

## Path parameters

- `network` integer, required
- `lockAddress` string, required
- `keyId` string, required

## Response `200`

Returns signature and payload.

- object
  - `payload` string
  - `signature` string

## Other responses

- `403` — User is not authorized to perform this action.
- `404` — The item you are making request for does not exist.
- `500` — Unable to fullfil request due to internal server error.

---

[API](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/revisions/e003b998de45/schema)
