EaserixDocs
DevelopersAPI referenceSignDocuments

Adopt (or replace) the saved signature

View as Markdown
PUT
/v1/me/signature
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/v1/me/signature" \  -H "Content-Type: application/json" \  -d '{    "data": "string"  }'
{  "signature": {    "kind": "string",    "data": "string",    "updatedAt": "2019-08-24T14:15:22Z"  }}