Safe Creative API Web Services Reference v2 - D R A F T
Parameters
The parameters can be sent by POST or GET methods. You can combine POST and GET parameters
Some operations require to send a xml parameter that is best sent by POST method, but not required
There are common parameters: locale, sharedkey, ztime, authkey, signature, component and format
- The locale is used to translate some messages to the specified locale. The locale format is language-country-variant, e.g. en-US
- The sharedkey is the key assigned to the application. It has an associated private key
- The ztime is the number of milliseconds since January 1, 1970, 00:00:00 GMT
- The authkey is the user account authorization to use his account. It has an associated private key
- The signature is a computed hash of the request
- The component is the name of the method or function to execute
- The format specifies the response format: xml or json
TOC