HTP Mobile API
This documentation starts the mobile API integration with the core flows your app
needs first: bootstrap, connect-token issuance, profile access,
WebSocket updates, Pushy-backed notifications, and file upload.
What is covered
API conventions
Base path, language headers, bearer authentication, encrypted payload support,
and the real response envelope used by the backend.
Authentication
Issue access tokens with
/connect/token, then use them on protected mobile APIs.First protected endpoint
Read and update the current mobile user profile using the access token returned
by the connect-token endpoint.
Realtime and push
Connect to the WebSocket feed for live events and manage Pushy device tokens,
topic subscriptions, and dev push sends.