Introduction
Welcome to the Servebolt API (v1)
Overview
Key Features
Getting Started
1. Authentication
/v1/auth/login
endpoint (documentation). Include your username
and password
in the request body. Upon successful authentication, you will receive a JSON response containing the access_token
, refresh_token
, and other relevant information. The access_token
is then used in the Authorization
header of subsequent requests to access protected endpoints.X-API-Key
header for all requests.2. Making Your First Request