Signature Service

Signature Controller

Post a transaction signature

post
Header parameters
api-keyanyRequired

apiKeyValue

Body

This model represents the signature

base-64-imagestringRequiredExample: a base64EncodedImage
createdstringRequired

The date and time the request added to the system

transaction-idinteger · int32RequiredExample: 1
Responses
200

OK

*/*
post
/rest/v2/signature

Get a transaction signature

get
Path parameters
transactionIdanyOptional

Use the transaction id provided in the original POST

Header parameters
api-keyanyRequired

apiKeyValue

Responses
200

OK

get
/rest/v2/signature/{transactionId}

Last updated

Was this helpful?