Upsolver REST API

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.

circle-info

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.

triangle-exclamation

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.

circle-exclamation

Example request:

Example response:

Using the API token

Include the token in the API request authorization header.

Example use:

Delete an API token

1. Navigate to the API Tokens page found under More > API Tokens.

2. Click the trash iconnext to the token to delete.

Last updated

Was this helpful?