v1

latestOpenAPI 3.1.1MIT2026-07-17428.1 KB
API Test

Greet the API user

Returns a JSON greeting message to the authenticated API user. API key must be passed in either the Authorization header or the api_key query parameter.

get/user/api_test

Query parameters

api_keystring

API key passed as a query parameter (alternative to Authorization header).

Response

A successful response with a greeting message.

messagestring

Example response

{
  "message": "Hello, johndoe!"
}