|
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 |
| session_key | Yes | Received from auth.login |
<!-- successful response --> <result method="addressbook.list" status="ok"> <contact email="" name="" description="" type="0/1 - 0 = added by user, 1 = collected"/> . . <contact email="" name="" description="" type="0/1 - 0 = added by user, 1 = collected"/> </result>
http://api.sendspace.com/rest/?method=addressbook.list&session_key=9i96woykgory1crglmykgycjwa5k2cq2
| Code | Name | Description |
| 6 | API_ERROR_SESSION_BAD | Session expired or not found |