Everything that you can do in the UI can be done using our API!
REST API
The SpringServe ClearLine API is a simple REST API that you can use no matter what your favorite programming language is.
Base Url
https://console.clearline.springservemagnite.com
...
ClearLine SDK
For your (and our) convenience we have created a python interface to our API.
...
Code Block | ||||
---|---|---|---|---|
| ||||
springserve.set_credentials(user='blah@blah.com', password="mypassword", base_url='https://console.clearline.springservemagnite.com/api/v0') |
SDK will allow you to work more efficiently, we highly encourage you to use it for all your SpringServe ClearLine API needs.
Download it from Github
End points
You can find information about all of the different API end points below. We show examples of using the REST API as well as SDK for all of them.
...