For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Signature Request by ID

GET /keys/{keyId}/signatures/{signatureId}

Get a signature request of a key.

Required Permissions

Name
Conditions

Keys:Signatures:Read

Always Required

Parameters

Path parameters

Path parameter
Description

keyId

Unique identifier of the key.

signatureId

Unique identifier of the signature request.

Response Body

See Generate Signature Response.

200 Success

Last updated