Signature
The Signature API in the Evia Sign platform provides endpoints for managing user signatures. This includes retrieving the current signature, uploading a new signature, and deleting an existing signature. Below are the descriptions of the provided endpoints.
Retrieve User Signature
GET {{baseUrl}}/api/users/signature
This endpoint retrieves the current signature of the user.
Upload User Signature
POST {{baseUrl}}/api/users/signature
This endpoint facilitates the upload of a new signature for the user.
Delete User Signature
DELETE {{baseUrl}}/api/users/signature
This endpoint deletes the current signature of the user.
Last updated