---
title: "Introduction"
slug: "introduction-1"
updated: 2026-02-10T15:37:34Z
published: 2026-02-10T15:37:34Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://www.bloxs.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

### Authorization

This endpoint can be used to request a JWT token and verify that the connection and authorization process is working correctly. The authorization token is based on two components: an **API Key** and an **API Secret**.

---

**API Key** The API Key belongs to a user within the client application that initiates the connection. It is used to identify the user and is included in the generated token.

**API Secret** The API Secret belongs to the client application that initiates the connection. It is used to sign (hash) the token components and generate the authorization token.

---

### Test

Use the [Test authorization](/v1-api/apidocs/test-if-your-authorization-key-works) endpoint to verify that your authorization credentials are being sent correctly.
