Safe Stamper Web API: Difference between revisions

From Safe Creative API
Jump to navigation Jump to search
w>Jguillo
w>Jguillo
Line 16: Line 16:
* [[stamp]]: Send URLs to certificate
* [[stamp]]: Send URLs to certificate
* [[status]]: Check the status of a certification job
* [[status]]: Check the status of a certification job
When calling [[stamp]] you can provide a callback URL:
* [[Safe Stamper Web API callbacks]]


= Callbacks =
= Callbacks =

Revision as of 10:55, 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 may be called by POST or GET, and return their results in JSON format.

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

When calling stamp you can provide a callback URL:

Callbacks