Skip to content
Chat on LINE

REST API quickstart

Endpoint structure, the standard response shape, and pagination.

Urbanice Admin1 min read
  • API
  • Developers

Getting started

  1. Request API credentials from the LivingOS team.
  2. Call a test endpoint to confirm the credentials work.
  3. Read the response shape, which is identical across every endpoint.
  • Every response uses the same envelope, separating status from data.
  • Long collections use cursor-based pagination.
  • All timestamps are ISO-8601 in ICT (UTC+7).
The current API version is v3. Older documentation stays available, but do not start a new integration against it.