Safe Stamper Web API: Difference between revisions

From Safe Creative API
Jump to navigation Jump to search
w>Jguillo
w>Jguillo
Line 14: Line 14:
All operations return their results in JSON format.
All operations return their results in JSON format.


* [[Single page certification | Certificate a single web page]]
* [[stamp]]: Send URLs to certificate
* [[status]]: Check the status of a certification job
 
= Callbacks =
 
When starting a certification job with [[stamp]] you can provide a callback URL that will be called when the job is finished
 
= Example =

Revision as of 09:40, 19 April 2016

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

Parameters signature

Safe Stamper Web API parameters signature

API operations

All operations return their results in JSON format.

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

Callbacks

When starting a certification job with stamp you can provide a callback URL that will be called when the job is finished

Example