Safe Stamper Web API: Difference between revisions

From Safe Creative API
Jump to navigation Jump to search
w>Jguillo
m (29 revisions imported)
 
(14 intermediate revisions by one other user not shown)
Line 4: Line 4:
* A '''private key''' used for signing your requests
* A '''private key''' used for signing your requests


To get your pair of API keys, you can contact us through [[Safe Stamper contact form | https://www.safestamper.com/contact]]
To get your pair of API keys, you can contact us through [https://www.safestamper.com/contact Safe Stamper contact form]


= Parameters signature =
= API reference =


[[Safe Stamper Web API parameters signature]]
All operations may be called by POST or GET, and return their results in JSON format.


= API operations =
== Authentication ==


All operations return their results in JSON format.
For authentication, all requests must include a signature parameter calculated from the request parameters and the API client private key.  


* [[Single page certification | Certificate a single web page]]
* [[Safe Stamper Web API parameters signature]]
 
== API operations ==
* [[stamp]]: Send URLs to certificate
* [[status]]: Check the status of a certification job
 
== Callbacks ==
When calling [[stamp]] you can provide a callback URL:
 
* [[Safe Stamper Web API callbacks]]

Latest revision as of 08:07, 7 May 2021

API keys

To use Safe Stamper Web through API, you need a pair of keys:

  • A shared key that identifies your client application
  • A private key used for signing your requests

To get your pair of API keys, you can contact us through Safe Stamper contact form

API reference

All operations may be called by POST or GET, and return their results in JSON format.

Authentication

For authentication, all requests must include a signature parameter calculated from the request parameters and the API client private key.

API operations

  • stamp: Send URLs to certificate
  • status: Check the status of a certification job

Callbacks

When calling stamp you can provide a callback URL: