Enableoperator
Jump to navigation
Jump to search
This operation enables a existing authorized operator in state DISABLED to use the subscription account.
URL
https://www.safestamper.com/api/enableoperator
Parameters
- sharedkey: Your API client shared key
- authkey: Authkey of authorized operator to enable
- signature: Parameters signature, as explained in Signature parameter
Returns
HTTP 200 OK
HTTP Errors
- 401 Unauthorized: the authkey is not valid
- 403 Forbidden: the sharedkey is not valid, user is not operator or operator is not disabled
- 429 Forbidden: user doesn't have quota available for enable a operator
Example
REQUEST:
https://www.safestamper.com/api/enableoperator ?authkey=22644c3d-668c-492f-bef9-6ecf0fa8e495 &sharedkey=axvmfqn8aex21mxhq5zsj7l482saxfu7j4hh &signature=f9e0222c2fcacbea7923552128a9d395d122e963
RESPONSE:
HTTP 200 OK