sendspace Developer | Documentation

Home
API Howto
Full API Guide
API Keys
Downloads
API Support

sendspace API (beta) Developer Guide

The sendspace Application Programming Interface (API) allows you to embed sendspace services in your applications, programs, or scripts, regardless of platform and programming language.

All communication with the sendspace API (beta) assumes a UTF-8 encoding.

 


< Return to Method List

Method: auth.register

Description
Creates a new user account. An activation/validation email will be sent automatically to the user.
Arguments
Name Mandatory Description
api_key Yes Received from sendspace
user_name Yes a-z/A-Z/0-9, 3-20 chars
full_name Yes a-z/A-Z/space , 3-20 chars
email Yes Valid email address required
password Yes Can be left empty and the API will create a unique password or enter one with 4-20 chars
Returns
ok status
Response
 
<result method="auth.register" status="ok">
    <status>ok</status>
</result>


Possible Errors
Code Name Description
11 API_ERROR_PERMISSION_DENIED Permission denied
27 API_ERROR_REGISTRATION_ERROR * A specific text message will be sent according to the error *