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.

Revoke auth tokens

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

Revokes all auth tokens (refresh and access tokens) for user (identified by bearer token)

Auth tokens were revoked