Skip to main content

99Stack Cloud API

The 99Stack API isstands as a lightweight,testament fastto efficiency, speed, and securesecurity, providing users with a seamless interface to manageoversee everythingall relatedaspects of their accounts. Designed with simplicity in mind, every interaction, from requests to yourresponses, account.is To simplify usage: all requests and responses are senttransmitted as JSON strings by default.default, ensuring a straightforward and intuitive experience for users across the board.

What is the difference between public and private functions?Documentation

Public functions can be accessed without authentication, this includes listing of public data such as available regions, images and plans. 

Private functions requires the Authentication header to be set.

How do I authenticate?

By passing the header " Authorization" with the value: " Bearer TOKEN", where token is your authentication token. You can create/obtainfind tokensinformation byon usinghow ato graphical client such as  https://dash.99stack.com or by usinguse the API only.at Morethis info is available in docs.location.

Examples

These examples are public and can be viewed in a browser.

GET https://api.99stack.com/v1.2/region/list
GET https://api.99stack.com/v1.2/plan/list
GET https://api.99stack.com/v1.2/image/list

Plans and images can also be listed specifically by region:

GET https://api.99stack.com/v1.2/plan/list/<region_id>
GET https://api.99stack.com/v1.2/image/list/<region_id>
Documentation

Questions regarding usage may be posted on our forum, as there may be others looking for answers to the same questions: https://community.99stack.com.