Authkey.create: Difference between revisions

From Safe Creative API
Jump to navigation Jump to search
w>Jguillo
(Created page with 'Creates a new authkey = Info = * Component name: authkey.create * Signature: Requires signature using the sharedkey's private key * Timestamp: Requires ztime parameter = Pa…')
 
w>Jguillo
No edit summary
Line 2: Line 2:


= Info =
= Info =
* Component name: authkey.create
* '''Component name:''' authkey.create
* Signature: Requires signature using the sharedkey's private key
* '''Signature:''' Requires signature using the sharedkey's private key
* Timestamp: Requires [[ztime parameter]]
* '''Timestamp:''' Requires [[ztime parameter]]


= Parameters =  
= Parameters =  
* sharedkey*: Your application shared key
* '''sharedkey*:''' Your application shared key
* ztime*: Z-Timestamp
* '''ztime*:''' Z-Timestamp


* Required parameter
* Required parameter


= Sample =
= Sample =
<pre>
REQUEST:


REQUEST:
https://api.safecreative.org/v2/
?'''component'''=authkey.create
&'''sharedkey'''=zy9x4ol0ctg3btyswq7b5wi9
&'''ztime'''=1271749822099
&signature=4ed86580ab439b56251ed712e2554586b125f0ef


https://api.safecreative.org/v2/
?'''component'''=authkey.create
&'''sharedkey'''=zy9x4ol0ctg3btyswq7b5wi9
&'''ztime'''=1271749822099
&signature=4ed86580ab439b56251ed712e2554586b125f0ef


RESPONSE:


RESPONSE:
<?xml version="1.0" encoding="UTF-8"?>
 
<authkeycreate>
<?xml version="1.0" encoding="UTF-8"?>
  <authkey>23j22wtpoguzgzk0fag39sey6</authkey>
<authkeycreate>
  <privatekey>1f5lcps1hvpo7y1sw175y5qkp</privatekey>
  <authkey>23j22wtpoguzgzk0fag39sey6</authkey>
</authkeycreate>
  <privatekey>1f5lcps1hvpo7y1sw175y5qkp</privatekey>
</pre>
</authkeycreate>

Revision as of 10:52, 4 May 2010

Creates a new authkey

Info

  • Component name: authkey.create
  • Signature: Requires signature using the sharedkey's private key
  • Timestamp: Requires ztime parameter

Parameters

  • sharedkey*: Your application shared key
  • ztime*: Z-Timestamp
  • Required parameter

Sample

REQUEST:

https://api.safecreative.org/v2/
?'''component'''=authkey.create
&'''sharedkey'''=zy9x4ol0ctg3btyswq7b5wi9
&'''ztime'''=1271749822099
&signature=4ed86580ab439b56251ed712e2554586b125f0ef


RESPONSE:

<?xml version="1.0" encoding="UTF-8"?>
<authkeycreate>
  <authkey>23j22wtpoguzgzk0fag39sey6</authkey>
  <privatekey>1f5lcps1hvpo7y1sw175y5qkp</privatekey>
</authkeycreate>