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.

Ping the API

GET
/customer-api/v1
curl --request GET \
--url https://your-instance.seventhings.com/customer-api/v1

Default Message that API exists here, no login required.

Default Message

Media typeapplication/json
object
status
string
description
string
Example
{
"status": "OK",
"description": "seventhings API is ready"
}

Internal Server Error.