Skip to main content

API Tokens

Learn how to manage API tokens in the CloudFlow console.

note

API tokens belong to users and share the same permissions as the user they belong to. When a user is removed from a CloudFlow account the API tokens associated with that user will not be deleted.

Create API token

Follow the steps below to create an API token:

  1. Log in to the CloudFlow console.
  2. In the left sidebar, click API Tokens.
  3. In the Token Description field, enter a description for what this API token will be used for and
  4. Copy and Securely store the created API token.
  5. then click Add.

Settings

Delete API token

Follow the steps below to delete an API token:

  1. Log in to the CloudFlow console.
  2. In the left sidebar, click API Tokens.
  3. In the API tokens list, find the API token you would like to delete and then click the X button in the Delete column.

Pull Enterprise Git Repository with an API token

  1. Use section-token for the username and your API Token for the password, this will be validated using the Basic Auth header that your git client creates