Skip to main content
GET
Verify API connectivity and authentication

Authorizations

Authorization
string
header
required

A personal access token. Obtain one from the dashboard under Settings > API Key. Include it in the Authorization header as Bearer <token>. Unauthenticated requests to protected routes return 401 Unauthorized.

Response

Authentication successful. Returns server time and a confirmation message.

server_time
string

Current date and time on the API server (YYYY-MM-DD HH:MM:SS).

Example:

"2026-03-09 12:00:00"

message
string

Confirmation message indicating the request was authenticated successfully.

Example:

"Authorized"