Skip to main content

Personal Access Token (Recommended)

Personal access tokens require minimal setup and don't need credential exchange between your organization and Stonal. When you generate a token, Stonal only stores its hashed version, enhancing security.

Creating an API user

Prerequisites

You must have admin account access.

  1. Navigate to the User Management Interface (staging is here)
  2. Create an api user account
  3. Store the password securely - you'll need it for the next step
  4. You may log out after completing this step

Create an api user

Generating a Personal Access Token

  1. Log in using the api user credentials you created
  2. Navigate to the Personal Access Token Management Interface (staging is here)
info

Select an appropriate token duration based on your security requirements.

Create a PAT

  1. After generation, copy and securely store your token using the provided button

Save the PAT

Using Your Personal Access Token

Include your token in the Authorization header of all API requests using the Bearer prefix:

Authorization: Bearer <token>

For example:

Authorization: Bearer 42e66530-251a-48ca-8da7-22768cbf6982