Last updated
The Initials API in the Evia Sign platform provides endpoints for managing user initials. This includes retrieving the current initials, uploading new initials, and deleting existing initials. Below are the descriptions of the provided endpoints.
GET {{baseUrl}}/api/users/initial
This endpoint retrieves the current initials of the user.
POST {{baseUrl}}/api/users/initials
This endpoint facilitates the upload of new initials for the user.
DELETE {{baseUrl}}/api/users/initial
This endpoint deletes the current initials of the user.
Last updated