Skip to main content
GET
Validate an institution's stored Google token

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Path Parameters

institutionId
string
required

ObjectId of the institution whose token to validate.

Response

Validation completed. Inspect valid for the outcome.

valid
boolean
Example:

true

cleared
boolean

True after clearing a confirmed invalid_grant or a 401 credential with no refresh token.

retryable
boolean

Validation failed but the recoverable connection was preserved. Retry later.

message
string

Set when no Google token is configured for the institution.

Example:

"No Google tokens configured"

error
string

Set on validation failure (passes through Google's error).