|
sendspace API (beta) Developer GuideThe sendspace Application Programming Interface (API) allows you to embed sendspace services in your applications, programs, or scripts, regardless of platform and programming language. |
| Name | Mandatory | Description |
| api_key | Yes | Received from sendspace |
| api_version | Yes | Value must be: 1.0 |
| app_version | No | Application specific, formatting / style is up to you |
| response_format | No | Value must be: XML |
<result method="auth.createToken" status="ok"> <token>xxxx</token> </result>
http://api.sendspace.com/rest/?method=auth.createtoken&api_key=12DPC5Q11N&api_version=1.0&response_format=xml&app_version=0.1
| Code | Name | Description |
| 5 | API_ERROR_BAD_API_VERSION | Unknown or unsupported API version |
| 25 | API_ERROR_OUTDATED_VERSION | The application version you are using is too old. Please upgrade it. |