Welcome to cloudplan’s API documentation!¶
Getting Started¶
If you are new you can check out the Quickstart
Authentication¶
Each API call is authenticated with a session id
, that can be obtained with the Login request and has to be sent in the HTTP header:
session_id: 5BBC7AEA7AAF01733BC25ED64DBC9D38
Layout¶
The cloudplan API on a high level is divided into modules that concern different things like users or folder.
The api functions are executed in the context of the currently logged in user (determined through the session id). So a api/user/me request will return information about yourself, the current user.