This article provides an overview of making API calls to Upsolver.
For API calls to Upsolver, you will need a token. When you generate this API token, save the token somewhere safe as you will not be able to retrieve it again.
You can create an API token in the Upsolver UI or using a POST request.
The API Tokens page can be found by clicking More > API Tokens.
Create an API token
1. From the API Tokens page, click Generate.
2. Name this API token.
3. Click Generate.
4. Either download or copy the token.
After closing this window, you will not be able to retrieve the full API token.
Save it somewhere safe.
5. Click Close.
Create an API Token using a POST request
You can send a POST request to /api-tokens with the name and description of your API token and your email and password in the headers; this will return an API token.
Save the token somewhere safe as you will not be able to retrieve this token again.