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

# Test API

> The Test API provides simple endpoints for testing API connectivity and authentication. These endpoints are useful for verifying that the Management API is accessible and that your authentication token is working correctly.

Test API provides simple endpoints for testing API connectivity and authentication. These endpoints are useful for verifying that the Management API is accessible and that your authentication token is working correctly.

## Endpoints

* [Healthcheck](/api-reference/test/healthcheck) - Check if the API is up and accessible
* [Secure Hello](/api-reference/test/secure-hello) - Test authentication with a simple greeting

## Authentication

Most endpoints require authentication using a Personal API Access Token. Healthcheck endpoint does not require authentication.

## Related Documentation

* [Authentication Guide](/api-reference/getting-started/authentication) - How to obtain and use API tokens
* [Error Handling](/api-reference/getting-started/error-handling) - Error response formats
