Skip to content
.seventhings.com

Prefill your credentials

Fill in your non-secret values to have them appear in the examples below. Stored locally in your browser.

Getting Started

The seventhings customer API lets you manage fixed assets, rooms, locations, users, files, tasks, and rental cases for a seventhings instance programmatically.

Every seventhings instance exposes the API at:

https://your-instance.seventhings.com/customer-api/v1

Enter 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.

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.

  • 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.