Read connection state
Returns whether Millwork currently uses the verifier key, when use is scheduled to stop, and why it stopped. The response never includes key material or claims that the key was revoked at the verifier endpoint.
Authorizations
Organization API key for application requests.
Path Parameters
Query Parameters
1 - 256Response
Default Response
Whole days until the scheduled stop, or null when no stop is scheduled.
- Option 1
- Option 2
Whether Millwork currently uses the verifier key: active means connected, revoked means disconnected in Millwork, expired means the Millwork stop date passed, unbound means no key has been connected, and unknown means Millwork could not confirm the state.
unbound, active, revoked, expired, unknown When Millwork is scheduled to stop using the key, or null when no stop is scheduled.
Why Millwork stopped using the key: revoked is a manual disconnect, origin_invalidated is an endpoint-address change, and stop_date is the scheduled stop.
revoked, origin_invalidated, stop_date The time zone used to choose the stop date, or null when no stop is scheduled.
When Millwork actually stopped using the key, or null while it is active or has never been connected.
- Option 1
- Option 2