Generating an API token

This API token allows you to manage your cloud resources, such as cloud servers, Volumes, and Load Balancers, through the Progressiverobot Cloud API. To generate an API token on your Cloud Console, please open your project and do the following:

  1. Go to Security on the left menu bar

  2. Go to API tokens on the upper menu bar
  3. Select Generate API token
  4. Create your API token
    • Enter a description in the upper text box.

    • Choose a permission. You can choose between Read and Read & Write.

      If you select Read, the token will only be allowed to perform GET requests.

      If you select Read & Write, the token will be allowed to perform GET, DELETE, PUT and POST requests.

  5. Copy your API token

    1. You now have an API token. Note that it is not possible to view the token again once the window has been closed.


    Please note: Your secret API token has to be included in every request you send to the API.

    Example curl:

    curl \
    	-H "Authorization: Bearer $API_TOKEN" \
        ...
  • 0 کاربر این را مفید یافتند
آیا این پاسخ به شما کمک کرد؟

مقالات مربوطه

FAQ

Can I access your service using an API? If you used our API to develop something, we would...

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