Signature/tag: Difference between revisions

From SafeStamper API documentation
Jump to navigation Jump to search
api>Admin
No edit summary
 
m (1 revision imported)
 
(No difference)

Latest revision as of 15:27, 17 October 2023

This operation set tag to document

URL

https://www.safestamper.com/api/signature/tag

Parameters

  • sharedkey: Your API client shared key
  • authkey: Authkey of document owner
  • code: Code of document to modify
  • tag: Tag to save in the document
  • signature: Parameters signature, as explained in Signature parameter

Returns

HTTP 200 OK

HTTP Errors

  • 401 Unauthorized: the authkey is not exist
  • 403 Forbidden: the sharedkey or signature are not valid
  • 404 Not found: the notification does not exist

Example

REQUEST:

https://www.safestamper.com/api/signature/tag
?authkey=0021d81c-e4a5-4869-8384-2fd70cdb58ec
&code=b508e6e9-e5f6-4bb5-beef-c89bf6b50764
&tag=Test
&sharedkey=axvmfqn8aex21mxhq5zsj7l482saxfu7j4hh
&signature=b1b22b34967fdf2eb67c3569a1e8b90f9fb63e77

RESPONSE:

HTTP 200 OK