API
Get Started
Authentication

Authentication

Before accessing the SimplyStack API, we need to authenticate your application's login. Our API does that through an open standard for authorization. Simply generate a token by visiting the API section of the SimplyStack control panel and execute the following Example.

Curl Example

Terminal
curl -X GET "https://api.simplystack.com/v1/stacklets" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token d359ad9cc9422b5ff07aede0cd2707da4ff82be0"