API Tokens
To interact with the Hostman API, you will need a token to manage services without a login and password.
Creating a Token Copy link
- Go to the API section of your Hostman dashboard and click Create or Add token.
- Enter a token name that will be displayed on the API page.
- Set the expiration period for the token. If the token should never expire, select Indefinite.
- Click Issue.
- A window with your token will appear. Copy and save the token locally, as you won’t be able to display it again in the dashboard.
Managing Tokens Copy link
The account owner can view all the issued tokens in the API section of the dashboard.
Additional users can only access tokens they themselves have issued.
Reissuing Tokens Copy link
Only the user who created the token can reissue it.
- Go to the API section.
- Hover over the token and click Reissue.
- Select the validity period.
- Click Reissue.
- Copy and save the token locally, as you won’t be able to display it again in the dashboard.
After reissuing, the old token will no longer be valid.
Renaming Tokens Copy link
Only the user who created the token can rename it.
- Go to the API section.
- Click on the three dots next to the token and select Edit.
- Change the token name and save the changes.
Deleting Tokens Copy link
A user can delete tokens they themselves have issued. The account owner can delete any token on the account.
- Go to the API section.
- Click on the three dots next to the token and select Delete.
- Confirm deletion.