Test API
Overview
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.
Endpoints
- Healthcheck - Check if the API is up and accessible
- 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 - How to obtain and use API tokens
- Error Handling - Error response formats