Work.certificate

From Safe Creative API
Revision as of 12:06, 5 May 2010 by w>Jguillo (Created page with 'Sends a work registration certificate to the user mail address. = Info = * '''Component name:''' work.certificate * '''Signature:''' Requires signature using the authkey's priva…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sends a work registration certificate to the user mail address.

Info

  • Component name: work.certificate
  • Signature: Requires signature using the authkey's private key
  • Timestamp: Requires ztime parameter
  • Authorization level: GET

Parameters

  • authkey*: User's authorization key
  • ztime*: Z-Timestamp
  • code: Work code

* Required parameter

Returns

  • restvalueresponse
    • state: ready

Sample

REQUEST:

https://api.safecreative.org/v2/
?component=work.certificate
&authkey=Bb7NTK14QGeHjluE3vziqQ
&code=1003030120266
&ztime=1273061092076
&signature=0c941f02e79c1265b4799bebb1b184c4875da070

RESPONSE:

<?xml version="1.0" encoding="UTF-8"?>
<restvalueresponse>
  <state>ready</state>
</restvalueresponse>