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.

Test if your Authorization Key works

Prev Next
Get
/Test

Test

The Test endpoint lets a developer verify that a previously issued authorization token is valid and accepted by the API, without performing any business operation. It is typically called right after authentication, or when troubleshooting integration issues, to confirm the Bearer token is being sent correctly and is still active. A valid token returns 200 OK, while a missing, invalid, or expired token returns 401 Unauthorized.


Request Fields

Field

Type

Required

Description

Authorization (header)

string

Yes

Bearer token obtained from the Authorization endpoint, sent as Bearer {token}. A missing, invalid, or expired token results in a 401 Unauthorized response. A valid, non-expired token returns a 200 OK response.


Response Fields

No response fields. A 200 status code confirms the token is valid; no response body is returned.

Security
Responses
200

OK