---
title: "Retrieve signature"
method: GET
path: "/signatures/{signatureId}"
tags: ["Signatures"]
---

# Retrieve signature

`GET /signatures/{signatureId}`

Use this method to retrieve a signature that a payment device captured using Payroc Cloud. 

Our gateway returns the following information about the signature:
- Image of the signature
- Format of the image
- Date that the device captured the image

## Path parameters

- `signatureId` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful request. Returns the signature.

- PayrocCloudSignaturesRetrieveResponse200
  - `signatureId` string — Unique identifier that we assigned to the signature.
  - `processingTerminalId` string — Unique identifier of the terminal that the signature is linked to.
  - `createdOn` string, date — Date that the device captured the signature. The format of this value is **YYYY-MM-DD**.
  - `contentType` string — MIME type that indicates the format of the image file.
  - `signature` string — Image data for the signature. Our gateway returns the signature as a Base64-encoded value.

## Other responses

- `400` — Invalid request
- `401` — Identity could not be verified
- `403` — Do not have permissions to perform this action
- `404` — Resource not found
- `406` — Not acceptable
- `500` — An error has occured

---

[API](https://skmtc.dev/payroc/apis/schema.md) · [All operations](https://skmtc.dev/payroc/apis/schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payroc/schema/revisions/1d9d3e305945/schema)
