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: folders.getAll

Description
Obtains information about all available folders.
Arguments
Name Mandatory Description
session_key Yes Received from auth.login
Returns
Folders information list
Response
 
<result method="folders.getAll" status="ok">
    <folder id="" name="" shared="" public_url="" rss_url="" parent_folder_id=""/>
    ...
    <folder id="" name="" shared="" public_url="" rss_url="" parent_folder_id=""/>
</result>


Usage Example
 
http://api.sendspace.com/rest/?method=folders.getall&session_key=9i96woykgory1crglmykgycjwa5k2cq2


Possible Errors
Code Name Description
6 API_ERROR_SESSION_BAD Session expired or not found