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.

Count all persons.

GET
/customer-api/v1/persons/count
curl --request GET \
--url https://your-instance.seventhings.com/customer-api/v1/persons/count \
--header 'Authorization: Bearer <token>'

Count all persons.

Success

Media typeapplication/json
object
count
integer
Examplegenerated
{
"count": 1
}

Request body is missing or invalid or request data is invalid.

Access token is missing or invalid.

You are not permitted to perform the requested operation.

The requested resource could not be found.

The requested resource representation has no acceptable format.

Internal Server Error.