sendspace API (1.2)

> Upload New File

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 (1.2) 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
full_name Yes a-z/A-Z/space , 3-100 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 *

Title

Alert