WhereAbout API

Node.js REST API + Socket.IO service for the WhereAbout mobile app

Admin panel →
checking… Base URL

Service

Public endpoints — no authentication required.

MethodEndpointDescription

Auth & registration

Sign-up, email verification, login, and profile completion flow.

MethodEndpointDescription

Feed, posts & comments

Requires a verified-email access token: Authorization: Bearer <token>.

MethodEndpointDescription

Notifications & push

Realtime notifications and Expo push token management.

MethodEndpointDescription

Places

Swappable provider (OpenTripMap / sample / Google).

MethodEndpointDescription

Realtime (Socket.IO)

Connect at with { auth: { token } }. Server events: connection:ready, auth:email-verified, post:created, post:updated, comment:created, notification:new, notification:read.