cURL
curl --request GET \ --url https://api.woopsocial.com/v1/health \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "timestampUTC": "<string>", "version": "<string>" }
Returns a minimal response proving the WoopSocial API is reachable.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response.
Human-readable message.
"Hello from WoopSocial API"
Current server time in UTC with millisecond precision.
"2026-03-28T09:30:26.123Z"
API version that produced the response.
"v1"