Getting Started
The seventhings customer API lets you manage fixed assets, rooms, locations, users, files, tasks, and rental cases for a seventhings instance programmatically.
Base URL
Section titled “Base URL”Every seventhings instance exposes the API at:
https://your-instance.seventhings.com/customer-api/v1Enter your seventhings subdomain in the Instance field at the top of this
site — every code example in the API Reference will update to use
it automatically. If you’re copying examples elsewhere, replace
your-instance with your subdomain by hand.
Making a request
Section titled “Making a request”All requests and responses use JSON. Timestamps are always returned in UTC
using the Y-m-d H:i:s format — convert to a local time zone on the client
side. Translatable text is returned in a neutral form so that translation
happens on the client side too.
Most endpoints require a bearer token — see Authentication for how to obtain one.
Where to go next
Section titled “Where to go next”- Authentication — log in and obtain an access token.
- API Reference — the full list of endpoints, generated from the OpenAPI specification.
- API clients — import release-matched collections for Postman, Insomnia, or Bruno.
- SDKs — official Go and PHP client libraries.

