Skip to main content
GET
Get signing request status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

request-id
string
required

ID of the signing request.

Response

Request status.

status
enum<string>
Available options:
PENDING,
DONE,
FAILED
Example:

"PENDING"

signature
string

The signature (hexadecimal).

Example:

"0x..."

error
string

Error message.

Example:

"Signing failed"