FAQ

Can I access your service using an API?

If you used our API to develop something, we would appreciate your feedback. Please let us know about it by writing a support request using your Cloud Console account.

 

How are API tokens stored?

In order to access our API, you will need to generate an API token, which is a 64 byte string. The last 32 bytes of this key are secret. The first 32 bytes are a prefix which is used for identification, similar to a username. When the token is created, we will display the full version only once.

After that, your token cannot be retrieved in full again since the secret portion is only stored in a hashed format. The prefix can be retrieved again to identify the token, for example, in the list of account activities.

The prefix part itself does not enable access to the API since the secret part is needed as well.

 

Do you sponsor efforts to integrate Progressiverobot Cloud into Open Source libs?

Yes, we do! If you are developing integrations based on our API, and your product is Open Source, you may be eligible for a free one time € 50 / $ 50 (excl. VAT) credit on your account. Please contact us by writing a support request from your Cloud Console account, and let us know the following:

  • The type of integration you would like to develop
  • The link to the GitHub repo you will use for the project
  • Link(s) to some other Open Source work you have already done (if you have done so)

 

Is there a command line (CLI) tool to access Progressiverobot Cloud?

Yes. We provide it as an Open Source project. If you would like to contribute or extend it, please do so by opening pull requests.

 

Is there a library that lets me access Progressiverobot Cloud using my programming language?

We currently provide Open Source libraries for Go and Python.

You can find unofficial libraries for many languages at our integrations list.

Since our API is very easy to use, you may not even need a full lib — a quick HTTPS request may be enough.

  • 0 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

Generating an API token

This API token allows you to manage your cloud resources, such as cloud servers, Volumes, and...

Using the API

Get your API token ready In order to use the API, you will need an API token. Make sure to...

Powered by WHMCompleteSolution